@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#main h2 {
	margin: 28px 0 17px 13px;
}

#conts p {
	margin: 0 0 23px 16px;
	color: #3F3F3F;
	font-size: 1.6em;
	line-height: 1.4;
}

#conts p span {
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.5;
}

#conts .tableBox {
	margin: 0 12px 0 38px;
	border: 1px solid #f6f6f6;
}

#conts .tableBox .comTable th {
	border-left: none;
	font-weight: bold;
}

#conts .tableBox .comTable td {
	border-right: none;
}

#conts .tableBox .comTable .noBorder01 th,
#conts .tableBox .comTable .noBorder01 td {
	border-top: none;
}

#conts .tableBox .comTable td a {
	text-decoration: underline;
}

#conts .tableBox .comTable td a:hover {
	text-decoration: none;
}

#conts .tableBox .comTable .noBorder02 th,
#conts .tableBox .comTable .noBorder02 td {
	border-bottom: none;
}