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

#content ul.page {
	margin-top:-20px;
}

/* よくある質問
--------------------------------------------------------------------*/

#faq {
	padding-bottom:10px;
	*padding-bottom:25px;
}

#faq ul.nav {
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px dotted #D0E8BD;
}

#faq ul.nav li {
	background:url(../image/faq_q.jpg) top left no-repeat;
	padding:3px 0 3px 40px;
	margin-bottom:10px;
}

#faq dl dt {
	background:url(../image/faq_q.jpg) left top no-repeat;
	padding:3px 0 2px 40px;
	margin-bottom:10px;
	font-size:1.15em;
	color:#333;
font-weight:bold;
}

#faq dl dd {
	background: url(../image/faq_a.jpg) top left no-repeat;
	border-bottom: #ececec solid 1px;
	padding: 3px 0 25px 40px;
	margin-bottom: 28px;
}

#content .non {
color:#c00;
font-weight:bold;
margin-bottom:30px;
}