@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }
.vaTop { vertical-align: top !important; }
.vaMiddle { vertical-align: middle !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; }

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

img {
	vertical-align: top;
}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.sp {
	display: none;
}

/*------------------------------------------------------------
	anchor
------------------------------------------------------------*/
.anchor {
	margin-bottom: 43px;
	padding: 8px 0 6px;
	text-align: center;
	background: #EEE url(../../img/common/com_bg02.png) repeat;
}

.anchor li {
	margin: 0 10px;
	display: inline;
}

.anchor li a {
	color: #000;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 15px;
}

/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	margin: 0 auto;
	width: 375px;
}

.comLink a {
	padding: 7px 0;
	display: block;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 14px;
	text-align: center;
	border: 1px solid #8B8B8B;
}

.comLink a:hover {
	text-decoration: none;
	background-color: #fdeac6;
	border: 1px solid #fdeac6;
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
#main .headLine01 {
	margin-bottom: 35px;
	padding-bottom: 13px;
	text-align: center;
	background: url(../../img/common/line01.png) no-repeat center bottom;
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
#main .headLine02 {
	margin-bottom: 16px;
	text-align: center;
}

#main .headLine02 span {
	display: block;
	color:#BA9629;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 14px;
	font-weight: normal;
}

/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
#main .headLine03 {
	margin-bottom: 35px;
	padding-bottom: 13px;
	font-size: 20px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	letter-spacing: 1px;
	text-align: center;
	background: url(../../img/common/line01.png) no-repeat center bottom;
}

#main .headLine03 span {
	display: block;
	color: #BA9629;
	font-size: 14px;
	font-weight: normal;
}

/*------------------------------------------------------------
	comList
------------------------------------------------------------*/
#main .comList {
	margin: 0 auto;
	width: 1000px;
}

#main .comList li {
	padding: 0 10px;
	width: 20%;
	font-size: 12px;
	float: left;
	text-align: center;
	box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
}

#main .comList li a {
	margin-bottom: 15px;
	display: inline-block;
	color: #000;
}

#main .comList li .sub {
	padding: 15px;
	background-color: #FFF;
}

#main .comList li img {
	width: 100%;
}

#main .comList li a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main .comList li span {
	margin-top: -5px;
	padding-top: 10px;
	display: block;
	background: url(../../img/common/text_bg.gif) no-repeat center top;
}

/*------------------------------------------------------------
	mailForm
------------------------------------------------------------*/
#main .mailForm {
	margin: 0 30px;
}

#main .mailForm dt {
	margin-bottom: 5px;
	color: #FFF;
	font-size: 14px;
	background: url(../../img/common/line02.gif) repeat-x left 10px;
}

#main .mailForm dt span {
	padding: 0 10px 0 15px;
	background-color: #000;
}

#main .mailForm dd {
	padding-bottom: 10px;
}

#main .mailForm dd input {
	padding: 5px;
	width: 725px;
	height: 17px;
	position: relative;
	background-color: #E6E6E6;
	border: 1px solid #E6E6E6;
	border-radius: 3px;
	behavior: url(js/pie.htc);
	-webkit-appearance: none;
}

#main .mailForm dd textarea {
	padding: 5px;
	width: 725px;
	height: 120px;
	position: relative;
	background-color: #E6E6E6;
	border: 1px solid #E6E6E6;
	border-radius: 3px;
	behavior: url(js/pie.htc);
	-webkit-appearance: none;
}

#main .mailForm .submit {
	margin: 0 10px;
	text-align: right;
	background: url(../../img/common/line02.gif) repeat-x left 15px;
}

#main .mailForm .submit li {
	display: inline;
}

#main .mailForm .submit li input {
	width: 70px;
	height: 30px;
	color: #FFF;
	cursor: pointer;
	font-size: 12px;
	position: relative;
	background-color: #8B8B8B;
	border-radius: 3px;
	border: 1px solid #8B8B8B;
	behavior: url(js/pie.htc);
	-webkit-appearance: none;
}

@media all and (min-width: 0) and (max-width: 767px)  {
	.pc {
		display: none;
	}
	
	.sp {
		display: block;
	}
	
	/*------------------------------------------------------------
		anchor
	------------------------------------------------------------*/
	.anchor {
		margin-bottom: 20px;
		padding: 8px 0 6px;
		text-align: center;
	}
	
	.anchor li {
		margin: 0 2px;
		display: inline;
	}
	
	.anchor li a {
		color: #000;
		font-size: 12px;
	}
	
	/*------------------------------------------------------------
		comLink
	------------------------------------------------------------*/
	.comLink {
		margin: 0 auto;
		width: auto;
	}
	
	.comLink a {
		font-size: 12px;
		letter-spacing: 1px;
	}
	
	.comLink a:hover {
		text-decoration: none;
		background-color: #FFF;
		border: 1px solid #8B8B8B;
	}

	/*------------------------------------------------------------
		headLine01
	------------------------------------------------------------*/
	#main .headLine01 {
		margin-bottom: 15px;
		padding-bottom: 10px;
		text-align: center;
		background-size: 50px 2px;
	}

	#main .headLine01 img {
		height: 25px;
	}

	/*------------------------------------------------------------
		headLine02
	------------------------------------------------------------*/
	#main .headLine02 {
		margin-bottom: 10px;
	}

	#main .headLine02 img {
		height: 25px;
	}
	
	#main .headLine02 span {
		font-size: 12px;
	}
	
	/*------------------------------------------------------------
		headLine03
	------------------------------------------------------------*/
	#main .headLine03 {
		margin-bottom: 15px;
		padding-bottom: 10px;
		font-size: 15px;
		background-size: 50px 2px;
	}

	/*------------------------------------------------------------
		comList
	------------------------------------------------------------*/
	#main .comList {
		margin: 0;
		width: auto;
	}
	
	#main .comList li {
		padding: 0 0 12px;
		width: 48%;
		font-size: 10px;
		float: left;
	}

	#main .comList li:nth-child(2n) {
		float: right;
	}
	
	#main .comList li a {
		margin-bottom: 10px;
		display: inline-block;
		color: #000;
	}
	
	#main .comList li .sub {
		padding: 8px;
		background-color: #FFF;
	}
	
	#main .comList li img {
		width: 100%;
	}
	
	#main .comList li a:hover img {
		filter: alpha(opacity=100);
		opacity: 1;
	}
	
	#main .comList li span {
		margin-top: -5px;
		padding-top: 7px;
	}

	/*------------------------------------------------------------
		contact
	------------------------------------------------------------*/	
	#main .mailForm {
		margin: 0 15px;
	}
	
	#main .mailForm dt {
		margin-bottom: 5px;
		font-size: 12px;
		background-position: left 9px;
	}
	
	#main .mailForm dt span {
		padding: 0 10px 0 0;
	}
	
	#main  .mailForm dd input {
		padding: 5px;
		width: 100%;
		height: 27px;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	
	#main .mailForm dd textarea {
		padding: 5px;
		width: 100%;
		height: 120px;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	
	#main .mailForm .submit {
		margin: 0;
		background-position: left 12px;
	}
	
	#main .mailForm .submit li input {
		height: 25px;
		font-size: 12px;
	}

}
