@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 {
		position: relative;
	}
	#header .contact {
		margin-top: 6px;
		float: right;
	}
	#header .contact .tel {
		display: inline-block;
		padding: 0 30px;
		line-height: 51px;
		border-radius: 26px;
		box-shadow: 2px 2px 0 rgba(0,0,0,0.2);
		margin-right: 12px;
		background-image: -webkit-linear-gradient(left, #f98995, #f65768);
		background-image: -o-linear-gradient(left, #f98995, #f65768);
		background-image: linear-gradient(to right, #f98995, #f65768);
	}
	#header .contact a img {
		width: 31px;
		margin-right: 8px;
	}
	#header .contact .tel img {
		position: relative;
		top: -4px;
	}
	#header .contact .btn {
		display: inline-block;
		padding: 0 30px;
		line-height: 51px;
		border-radius: 26px;
		box-shadow: 2px 2px 0 rgba(0,0,0,0.2);
	}
	#header .contact .btn img {
		width: 30px;
		margin-top: -4px;
	}
	/* コンテナ */
	#wrap, #footer {
		min-width: 1150px;
	}
	#container {
		padding-bottom: 329px;
	}
	.main {
		width: 1100px;
		margin: auto;
	}
	#main {
		float: left;
		width: 840px;
	}
	#navi {
		float: right;
		width: 220px;
	}
	/* フッター */
	#footer {
		position: relative;
		min-height: 329px;
		margin-top: -329px;
	}
	#footer .box {
		padding-top: 108px;
		padding-bottom: 66px;
	}
	#footer .contact {
		position: relative;
		width: 770px;
		height: 238px;
		box-sizing:border-box;
		margin:0 auto;
	}
	#contact_smt {
		display: none;
	}
	/*--------------------------------------------------
		トップページ
	--------------------------------------------------*/

	/*------------------------------------------------*/
	/* 背景固定 */
	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 */ 
/*------------------------------------------------*/
}