@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.t_center{ text-align:center !important;}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	リンク・インプットをタップ時のクラス
------------------------------------------------------------*/
a.tapCtrl, input.tapCtrl,
.tapCtrl a, .tapCtrl input {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.tap {

}

.floatR { float: right !important; }

/*------------------------------------------------------------
	パンくず
------------------------------------------------------------*/

#bread_crumb ul li {
	display: inline;
	font-size: 10px;
	line-height: 138.5%;
}
#bread_crumb ul li:before {
	padding: 0 6px 0 3px;
	content: ">";
}
#bread_crumb ul li:first-child:before {
	content: "";
	padding: 0;
}

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
#main .comBox {
	position: relative;
}

#main .comBox .phoList {
	text-align: center;
}

#main .comBox .phoList li {
	float: left;
}

#main .comBox .prev {
	position: absolute;
	left: 0;
	top: 205px;
}

#main .comBox .next {
	position: absolute;
	right: 0;
	top: 205px;
}

/*------------------------------------------------------------
	topArea
------------------------------------------------------------*/
.topArea {
	background: #f3efe9 url(../../img/common/bg_toparea.png) repeat-x left -2px;
	border-top: 2px solid #fff;
}


/*------------------------------------------------------------
	comLinkUl
------------------------------------------------------------*/
.comLinkUl {
	clear: both;
	text-align: center;
	width: 100%;
}

.comLinkUl a img {
	margin: 0 auto;
}


/*------------------------------------------------------------
	comSelectBox
------------------------------------------------------------*/
#main .comSelectBox {
	width: 284px;
	margin: 0 auto 70px;
	text-align: center;
}

#main .comSelectBox select {
	width: 100%;
	padding: 13px 25px 14px;
	line-height: 2;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: 0 1px 4px #F4F4F4 inset;
	border: 1px solid #E0E0E0;
	border-radius: 6px;
	behavior: url(../common/js/pie.htc);
	background: url(../img/common/icon03.gif) no-repeat 95.7% center;
	zoom: 1;
}

#main .comSelectBox select::-ms-expand {
	display: none;
}

/*------------------------------------------------------------
	comTextBox
------------------------------------------------------------*/
#main .comTextBox {
	width: 284px;
	margin: 0 auto 70px;
	position: relative;
	text-align: center;
}

#main .comTextBox #s {
	width: 80%;
	padding: 10px 10% 11px;
	color: #a0a0a0;
	line-height: 2;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: 0 1px 4px #F4F4F4 inset;
	border: 1px solid #E0E0E0;
	border-radius: 6px;
	behavior: url(../css/common/js/pie.htc);
	zoom: 1;
}

#main .comTextBox #searchsubmit {
	margin-top: -10px;
	padding: 0;
	width: 20px;
	height: 19px;
	position: absolute;
	right: 6.3%;
	top: 50%;
	cursor: pointer;
	text-indent: -9999px;
	border: none;
	background: url(../img/common/icon04.gif) no-repeat;
}

#main .comTextBox input::-ms-expand {
	display: none;
}

.cover {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	background-color: #000;
	opacity: 0.5;
	z-index: 101;
}

@media all and (min-width: 641px) and (max-width: 1365px){
	
	/*------------------------------------------------------------
		topArea
	------------------------------------------------------------*/
	.topArea {
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.topArea .logoList {
		margin: 0 auto;
		width: 62%;
	}

	.topArea .logoList li {
		width: 15%;
		padding-left: 5%;
	}
	
	.topArea .logoList li img {
		width: 100%;
	}
	
	/*------------------------------------------------------------
		comSelectBox
	------------------------------------------------------------*/
	#main .comSelectBox {
		margin-bottom: 15%;
		width: auto;
	}
	
	/*------------------------------------------------------------
		comTextBox
	------------------------------------------------------------*/
	#main .comTextBox {
		margin-bottom: 15%;
		width: auto;
	}

}


@media all and (min-width: 0) and (max-width: 640px)  {

	/*------------------------------------------------------------
		comBox
	------------------------------------------------------------*/
	#main .comBox .phoList {
		text-align: center;
	}
	
	#main .comBox .phoList li {
		margin: 0 auto;
		width: 90%;
	}
	
	#main .comBox .phoList li img {
		width: 100%;
	}

	#main .comBox .prev {
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -13px;
	}

	#main .comBox .next {
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -13px;
	}

	#main .comBox .prev img,
	#main .comBox .next img {
		width: 26px;
	}

	/*------------------------------------------------------------
		topArea
	------------------------------------------------------------*/
	.topArea {
		padding: 16px 0 18px;
		margin-bottom: 39px;
		background: #f3efe9 url(../../img/common/bg_toparea.png) repeat-x 0 100px;
	}
	
	.topArea .logoList {
		width: 72%;
	}
	
	
	.topArea .logoList li {
		margin-right: 14%;
		padding-left: 0;
		width: 24%;
		float: left;
	}
	
	.topArea .logoList li img {
		width: 100%;
	}
	
	.topArea .logoList li:first-child,
	.topArea .logoList li:last-child {
		display: none;
	}
	
	.topArea .logoList li:nth-child(4) {
		margin-right: 0;
	}
	/* 中央1点配置 */
	.topArea .logoList {
		text-align: center;
	}
	.topArea .logoList li:first-child {
		display: inline-block;
		float: none;
		margin: 0;
	}
	
	/*------------------------------------------------------------
		comSelectBox
	------------------------------------------------------------*/
	#main .comSelectBox {
		margin: 0 auto 35px;
		width: auto;
	}

	#main .comSelectBox select {
		padding: 4px 10px 3px;
		border-radius: 3px;
		background: url(../img/common/sp_arrow.gif) no-repeat 94% center;
		background-size: 8px 5px;
	}
	
	/*------------------------------------------------------------
		comTextBox
	------------------------------------------------------------*/
	#main .comTextBox {
		margin: 0 auto 31px;
		width: auto;
	}

	#main .comTextBox #s {
		width: 90%;
		padding: 2px 5% 2px;
		color: #a0a0a0;
		line-height: 1.8;
	}

	#main .comTextBox #searchsubmit {
		margin-top: -7px;
		width: 15px;
		height: auto;
		position: absolute;
		right: 3.2%;
		top: 50%;
		background-size: 15px auto;
	}
	
	#main .comTextBox a img {
		width: 15px;
	}

}

@media all and (min-width: 641px){
	.cover {
		display: none !important;
	}
}
