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

/*-------------------------------------------------------------------
	#faq
-------------------------------------------------------------------*/
#faq ul.nav {
	border-bottom: 1px solid #DFD9D5;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
#faq ul.nav li {
	background: url(../image/icon_q.jpg) left top no-repeat;
	padding: 0 0 0 36px;
	margin-bottom: 9px;
	min-height: 31px;
}
#faq ul.nav li.last {
	margin-bottom: 0;
}
#faq dl {
	margin-bottom: 50px;
}
#faq dl dt {
	border: 1px solid #DFD9D5;
	padding: 10px 20px 8px;
	font-weight: bold;
}
#faq dl dd {
	border: 1px solid #DFD9D5;
	padding: 10px 20px;
	margin-bottom:30px;
	border-top: none;
}