@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
/*-------------------------------------------------------------------
	#faq
-------------------------------------------------------------------*/
#faq ul.nav {
	border-bottom: 1px solid #333;
	padding-bottom: 5px;
	margin-bottom: 25px;
}
#faq ul.nav li {
	background: url(../image/icon_q.jpg) left 2px no-repeat;
	padding: 0 0 0 30px;
	margin-bottom: 15px;
}
#faq ul.nav li.last {
	margin-bottom: 0;
}
#faq dl {
	margin-bottom: 35px;
}
#faq dl dt {
	background: url(../image/icon_q.jpg) left 4px no-repeat;
	padding: 0 0 0 30px;
	margin-bottom: 5px;
	font-size: 1.2em;
	color: #fff;
	font-weight: bold;
}
#faq dl dd {
	background: url(../image/icon_a.jpg) left 2px no-repeat;
	padding: 0 0 0 30px;
	margin-bottom:12px;
	min-height:24px;
}