@charset "utf-8";
/*==================================================
	パソコンのみ適応
==================================================*/
@media print, screen and (min-width:769px){
	.dsp_tbs, .dsp_smt { display: none; }
	.cen_pc { text-align: center; }

	.fl { float: left; }	/* 左寄せ（float） */
	.fr { float: right; }	/* 右寄せ（float） */

	/* ヘッダ */
	#header {
		height: auto;
		position: absolute;
		width: 100%;
		box-sizing: border-box;
		z-index: 1;
	}
	#header .title img {
		width: 154px;
	}
	#header .contact .tel {
		margin-right: 20px;
	}
	#header .contact .btn {
		margin-right: 10px;
	}
	#header .contact a img {
		width: 18px;
	}
	#header .contact .btn img {
		width: 19px;
	}
	/* メニュー */
	#menu {
		position: absolute;
		top: 20px;
		right: 110px;
	}
	#menu li {
		display: inline-block;
	}
	#menu li a {
		display: block;
		padding: 0 15px;
		color: #fff;
		font-size: 15px;
		text-align: center;
		text-decoration: none;
	}
	#menu li.on a,
	#menu li a:hover {
		color: #ccc;
		filter:alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}
	#menu ul li.dsp_tbs {
		display: none;
	}
	/* コンテナ */
	#wrap, #footer {
		min-width: 1150px;
	}
	#container {
		padding-bottom: 486px;
	}
	.main {
		width: 1100px;
		margin-left: auto;
		margin-right: auto;
	}
	/* フッター */
	#footer {
		position: relative;
		min-height: 486px;
		margin-top: -486px;
	}
	/*--------------------------------------------------
		トップページ
	--------------------------------------------------*/
	/* お知らせ */
	#top_info dl {
		display: flex;
	}
	#top_info dt {
		width: 110px;
	}
	#top_info dd {
		width: calc(100% - 110px);
	}
	/*------------------------------------------------*/
	/* 背景固定 */
	html, body, #wrap {
		height: 100%;
	}
	body > #wrap {
		height: auto;
		min-height: 100%;
	}
	/* Hides from IE-mac \*/
	* html .cf {
		height: 1%;
	}
	.cf {
		display: block;
	}
	/* End hide from IE-mac */ 
/*------------------------------------------------*/
}