@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#main {
	margin: 0 auto 40px;
	width: 1100px;
}

#conts .headLine01 {
	margin-bottom: 40px;
}

#conts .headLine02 {
	margin-bottom: 23px;
}

#main .headLine04 {
    border-left: 10px solid #CB2417;
}

#conts .pTitle {
	margin: 0 0 12px 4px;
	font-size: 1.3em;
	line-height: 1.2;
}

#conts .pTitle span {
	color: #CB2417;
	font-size: 1.4em;
	font-weight: bold;
}

#conts .text {
	margin: 0 0 29px 4px;
	font-size: 1.3em;
	line-height: 1.8;
	font-family:  "メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Meiryo, Osaka, sans-serif;
}

#conts .text01 {
	font-size: 1.4em;
}

#conts .text01 span {
	color: #C62417;
	font-weight: bold;
}

#conts .text02 {
	margin-bottom: 55px;
}

#conts .tableBox {
	margin-bottom: 50px;
	width: 700px;
}

#conts .tableBox table {
	width: 100%;
	border-collapse: collapse;
	font-family:  "メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Meiryo, Osaka, sans-serif;
}

#conts .tableBox table th,
#conts .tableBox table td {
	margin: 0;
	padding: 10px 13px 8px;
	font-size: 1.3em;
	line-height: 1.2;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #CCC;
}

#conts .tableBox table th {
	padding: 4px 13px;
	color: #CB2417;
	font-weight: bold;
	background-color: #FCF4F3;
}

#conts .tableBox table td:first-child {
	text-align: left;
}
