@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 .in {
		position: relative;
		border-bottom-right-radius: 500px 200px;
		border-bottom-left-radius: 500px 200px;
		margin-left: -100px;
		margin-right: -100px;
		padding-left: 100px;
		padding-right: 100px;
		background: #3B80D8;
	}
	#header .bg {
		position: relative;
	}
	#header .contact {
		position: absolute;
		right: 0;
		top: 0;
	}
	#header .contact .tel {
		background: #fff;
		position: relative;
		padding: 15px 15px 5px;
		margin-left: 20px;
	}
	#header .contact .txt {
		position: relative;
		top: -5px;
		font-weight: bold;
		color: #f2585f;
		font-size: 17px;
		line-height: 1;
	}
	#header .contact .tel img {
		position: relative;
		top: -10px;
		margin-right: 8px;
		width: 20px;
		height: auto;
	}
	#header .contact .tel  a .no {
		font-size: 36px;
		color: #f2585f;
		font-weight: bold;
		line-height: 1;
	}
	#header .contact .tel  a .ruby {
		color: #46b7a7;
		position: absolute;
		right: 8px;
		top: 23px;
		font-weight: bold;
		font-size: 13px;
		letter-spacing: 11px;
	}
	#menu {
		position: absolute;
		top: 100px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		width: 1100px;
		background: #fff;
		box-shadow : 0px 0px 3px rgba(0, 0, 0, 0.2);
		border-radius: 10px;
		z-index: 1;
	}
	#menu ul li ul {
		display: none;
	}
	/* コンテナ */
	#wrap, #footer {
		min-width: 1150px;
	}
	#container {
		/*padding-bottom: 567px;*/
	}
	.main {
		width: 1100px;
		margin-left: auto;
		margin-right: auto;
	}
	#main {float: left;width: 840px;}
	#navi {float: right;width: 220px;}
	/* フッター */
	#footer {
		position: relative;
		/*min-height: 567px;
		margin-top: -567px;*/
	}

	/*--------------------------------------------------
		トップページ
	--------------------------------------------------*/
	#top_ttl {
		padding-top: 40px;
	}
	#top_ttl img {
		width: 1171px;
	}
	/* campaign */
	#top_campaign {
		margin-bottom: 50px;
	}
	#top_campaign .box .mpr .bg_gold, #top_campaign .box .mpr .bg_silver {
		font-size: 60px;
	}
	#top_campaign .box .mpr .bg_gold .mp {
		font-size: 40px;
	}
	/* お知らせ */
	#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;
	}
	#top_service_area:after {
		top: 0px;
		right: 4px;
		width: 100px;
		height: 100px;
	}
	.contactcard {
		max-width: 80%;
		margin: 0 auto;
	}
	/*------------------------------------------------*/
	/* 背景固定 */
	html, body, #wrap {
		height: 100%;
	}
	body > #wrap {
		overflow: hidden;
		height: auto;
		min-height: 100%;
	}
	/* Hides from IE-mac \*/
	* html .cf {
		height: 1%;
	}
	.cf {
		display: block;
	}
	/* End hide from IE-mac */ 
/*------------------------------------------------*/
}