@charset "utf-8";

@import url(reset.css);
@import url(base.css);
@import url(common.css);

/*-------------------------------------------------------------------
	.box
-------------------------------------------------------------------*/
#content .section .box {
	margin-bottom: 30px;
	padding-bottom: 36px;
	background: url(../image/faq_bg.jpg) left bottom no-repeat;
	line-height: 1.7;
}
#content .section h4 {
	margin-bottom: 20px;
	padding: 3px 0 0 40px;
	background: url(../image/icon_q.jpg) left top no-repeat;
	font-size: 1.15em;
	font-weight: bold;
}
