@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#main .comSection {
	padding-top: 14px;
}

#main h2 span {
	width: 95%;
}

#main p {
	margin-bottom: 7px;
	font-size: 10px;
	line-height: 1.5;
}

#main .pTop {
	margin-bottom: 2px;
	font-weight: bold;
}

#main .comTable th,
#main .comTable td {
	width: 100%;
	float: left;
	line-height: 1.5;
}

#main .comTable th {
	padding-bottom: 6px;
	background: none;
}

#main .comTable th:after {
	top: 14px;
}

#main .comTable td {
	padding: 0 0 15px;
	background: url(../img/bg_01.gif) no-repeat left bottom;
	background-size: 100% 2px;
}

#main .comTable .tdSpecial {
	background: none;
}

#main .comTable .trSpecial td {
	padding: 0 0 8px;
	background-color: #FFF;
}

#main .comTable td span {
	display: block;
	font-weight: bold;
}

#main .comTable td .txtSpan {
	margin-left: 10px;
	display: inline-block;
	font-weight: normal;
}

#main .comTable td p:last-child {
	margin-bottom: 0;
}

#main .comTable td a {
	color: #CC0000;
	text-decoration: underline;
}