@charset "utf-8";
/*==================================================
	パソコンのみ適応
==================================================*/
@media print, screen and (min-width:769px){
	.dsp_tbs, .dsp_smt,#menu li.dsp_tbs { display: none; }
	.cen_pc { text-align: center; }

	.fl { float: left; }	/* 左寄せ（float） */
	.fr { float: right; }	/* 右寄せ（float） */
	/* ヘッダ */
	#header {
		position: fixed;
		width: 780px;
		margin: 0 auto;
		background: rgba(255,255,255,0.8);
		box-sizing: border-box;
		height: 80px;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		z-index: 999;
	}
	#header .contact a img {
		width: 25px;
		margin-right: 8px;
	}
	#header .contact .tel img {
		position: relative;
		top: -2px;
	}
	#header .contact .btn {
		display: inline-block;
		padding: 5px 15px;
		border-radius: 5px;
		box-shadow: 2px 2px 0 rgba(0,0,0,0.2);
	}
	#header .contact .btn img {
		width: 23px;
	}
	/* コンテナ */
	#wrap {
		background: url("../img/bg.jpg") repeat;
	}
	#wrap, #footer {
		min-width: 1150px;
	}
	#container {
		background: #FFF;
		width: 780px;
		margin: auto;
		padding-top: 80px;
		padding-bottom: 50px;
	}
	.main {
		width: 780px;
		margin-left: auto;
		margin-right: auto;
		background: #fff;
	}
	.main_s {
		width: 700px;
		margin-left: auto;
		margin-right: auto;
		background: #fff;
	}
	.main_s2 {
		width: 700px;
		margin-left: auto;
		margin-right: auto;
		background: none;
	}
	#banner_smt {
		display: none;
	}
	/* フッター */
	#footer {
		position: relative;
		min-height: 50px;
		margin-top: -50px;
	}
	/*--------------------------------------------------
		トップページ
	--------------------------------------------------*/
	/* お知らせ */
	#top_info dl {
		display: table;
	}
	#top_info dt,
	#top_info dd {
		display: table-cell;
		vertical-align: top;
	}
	#top_info dt {
		width: 1%;
		padding-right: 20px;
		white-space: nowrap;
	}

	/*------------------------------------------------*/
	/* 背景固定 */
	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 */ 
/*------------------------------------------------*/
}