@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

#content h3.spa{
	margin-bottom: 15px;
}

/*-------------------------------------------------------------------
	#faq
-------------------------------------------------------------------*/
#faq ul.nav {
	border-bottom: 1px dotted #E6231D;
	padding-bottom: 7px;
	margin-bottom: 28px;
}
#faq ul.nav li {
	background: url(../image/icon_q.jpg) left top no-repeat;
	padding: 0 0 0 45px;
	margin-bottom: 20px;
}
#faq dl {
	margin-bottom: 50px;
}
#faq dl dt {
	background: url(../image/icon_q.jpg) left top no-repeat;
	padding: 0 0 0 45px;
	margin-bottom: 12px;
	color: #333;
	font-weight: bold;
}
#faq dl dd {
	background: url(../image/icon_a.jpg) left center no-repeat;
	padding: 0 0 1px 45px;
	margin-bottom: 24px;
}
