@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; }

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	mainBox
------------------------------------------------------------*/
#main .mainBox {
	margin: 0 auto;
	padding-left: 2px;
	width: 962px;
	box-sizing: border-box;
}

/*------------------------------------------------------------
	mailForm
------------------------------------------------------------*/
#main .mailForm {
	padding: 23px 29px 0;
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
#main .headLine01 {
	margin-bottom: 24px;
	padding-bottom: 5px;
	position: relative;
	font-size: 25px;
	line-height: 1.39;
	text-align: center;
	border-bottom: 4px solid #000;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

#main .headLine01:before {
	margin-left: -106px;
	width: 212px;
	height: 4px;
	position: absolute;
	left: 50%;
	bottom: -4px;
	background-color: #E6002E;
	
	content: "";
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
#main .headLine02 {
	margin-bottom: 20px;
	padding-bottom: 5px;
	font-size: 21px;
	text-align: center;
	border-bottom: 2px solid #E6002E;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

#main .headLine02 .mark {
	margin-bottom: 1px;
	display: block;
}

/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
#main .headLine03 {
	margin-bottom: 20px;
	padding-bottom: 3px;
	color: #E6002E;
	font-size: 18px;
	text-align: center;
	border-bottom: 2px dotted #C1C1C1;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

#main .headLine03 .mark {
	margin-bottom: 1px;
	display: block;
}

/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
#main .headLine04 {
	margin-bottom: 34px;
	padding: 19px 5px 11px;
	font-size: 29px;
	text-align: center;
	border-bottom: 4px solid #000;
	background: url(../../img/common/bg01.png) repeat-x left bottom;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

#main .headLine04 .mark {
	margin: -18px 4px 0 0;
	display: inline-block;
	vertical-align: top;
}

/*------------------------------------------------------------
	headLine05
------------------------------------------------------------*/
#main .headLine05 {
	margin-bottom: 22px;
	padding: 13px 5px 11px;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	background-color: #F2F2F4!important;
}

/*------------------------------------------------------------
	headLine06
------------------------------------------------------------*/
#main .headLine06 {
	margin-bottom: 19px;
	padding: 8px 5px;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	background-color: #EFEFEF!important;
}

#main .headLine06 .cor01 {
	color: #E6002E;
}

/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
#main .comBtn {
	margin-bottom: 31px;
}

#main .comBtn a {
	padding: 10px 16px 10px 5px;
	display: block;
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	background-color: #000;
}

#main .comBtn a span {
	padding-left: 26px;
	display: inline-block;
	position: relative;
}

#main .comBtn a span:before {
	margin-top: -5px;
	width: 13px;
	height: 11px;
	position: absolute;
	left: 0;
	top: 50%;
	background: url(../../img/common/icon11.png) no-repeat;
	
	content: "";
}

#main .comBtn a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

/*------------------------------------------------------------
	linkList
------------------------------------------------------------*/
#main .linkList {
	margin-bottom: 19px;
	position: relative;
}

#main .linkList li {
	font-size: 14px;
}

#main .linkList .prev {
	float: left;
}

#main .linkList .next {
	float: right;
}

#main .linkList .page {
	position: absolute;
	left: 50%;
	top: 4px;
	transform: translateX(-50%);
}

#main .linkList .page a {
	padding: 0 7px;
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	border-left: 1px solid #7F7F7F;
}

#main .linkList .page a:last-child {
	border-right: 1px solid #7F7F7F;
}



/*------------------------------------------------------------
	comDetaiArea
------------------------------------------------------------*/
#main .comDetaiArea {
	margin-bottom: 49px;
	padding-bottom: 49px;
	border-bottom: 1px solid #C9C5C4;
}

#main .comDetaiArea.last {
	padding-bottom: 0;
	border-bottom: none;
}

#main .comDetaiArea .photoBox {
	margin-right: 12px;
	width: 130px;
	float: left;
}

#main .comDetaiArea .photoBox .photo {
	margin-bottom: 10px;
}

#main .comDetaiArea .photoBox .photo img {
	width: 100%;
}

#main .comDetaiArea .photoBox .comBtn {
	margin-bottom: 31px !important;
	width: auto !important;
}

#main .comDetaiArea .photoBox .sml {
	font-size: 12px;
}

#main .comDetaiArea .tableBox {
	width: 522px;
	float: left;
}

/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
#main .comTable {
	width: 100%;
	border-collapse: collapse;
}

#main .comTable th,
#main .comTable td {
	padding: 9px 10px 8px;
	width: 25%;
	font-size: 12px;
	line-height: 1.5;
	font-weight: 500;
	word-break: break-all;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #FFF;
	box-sizing: border-box;
}

#main .comTable th {
	color: #FFF;
	background-color: #E6002E!important;
}

#main .comTable tr:nth-child(2n-1) td {
	background-color: #F2F2F4!important;
}

@media all and (-ms-high-contrast:none){
	/*------------------------------------------------------------
		headLine05
	------------------------------------------------------------*/
	#main .headLine05 {
		padding: 16px 5px 7px;
	}
	
	/*------------------------------------------------------------
		headLine06
	------------------------------------------------------------*/
	#main .headLine06 {
		padding: 11px 5px 5px;
	}
	
	/*------------------------------------------------------------
		comBtn
	------------------------------------------------------------*/
	#main .comBtn a {
		padding: 13px 16px 7px 5px;
	}
}






