@charset "UTF-8";


#contents .section dl {
	color: #2F2316;
}

#contents .section dl dt {
	height: 3em;
	padding: 19px 0 0 55px;
	background: url(images/bg_faq.png) no-repeat;
	font-size: 123%;
	font-weight: bold;
}

* html body #contents .section dl dt {
	height: 4em;
}

#contents .section dl dt span {
	display: none;
}

#contents .section dl dd {
	margin-bottom: 2em;
	margin-left: 7px;
}

#contents .section dl dd span {
	font-size: 123%;
	font-weight: bold;
	padding-right: 10px;
}

