@charset "utf-8";

@import url(reset.css);
@import url(base.css);
@import url(common.css);

/*-------------------------------------------------------------------
	#faq
-------------------------------------------------------------------*/
#content h3 {
	margin-bottom: 14px;
}
#faq{
	margin-bottom: 62px;
}
#faq ul.nav {
	border-bottom: 1px dotted #999;
	padding-bottom: 16px;
	margin-bottom: 23px;
}
#faq ul.nav li {
    background: url(../image/icon_q.jpg) left 5px no-repeat;
    padding: 8px 10px 8px 45px;
    margin-bottom: 8px;
}
#faq ul.nav li a{
	color: #397224;
	font-weight: bold;
}
#faq dl {
	margin-bottom: 18px;
}
#faq dl dt {
	background: url(../image/icon_q.jpg) left 7px no-repeat;
	 padding: 8px 10px 8px 45px;
	margin-bottom: 1px;
	font-size: 1.29em;
	color: #281A15;
	font-weight: bold;
}
#faq dl dd {
	background: url(../image/icon_a.jpg) left top no-repeat;
	 padding: 4px 10px 8px 45px;
}
p.yet {
	margin: 21px 0px -12px;
}