@charset "UTF-8";

/*--------------------------------------------------------------------
faq.html
faq.css
--------------------------------------------------------------------*/


/*------------faq---------------------------------------------------------------*/
div#faq h4 span { display: none; }
div#faq div.Answer span {
	display: block;
	width: 120px;
	min-height: 100px;
	background: url(../../img/parts/a.png) no-repeat left top;
	float: left;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#faq div.Answer ul li {
	list-style: none;
	padding-left: 1em;
	text-indent: -1em;
}
div#faq div.Answer dl {
	width: 100%;
	overflow: hidden;
}
div#faq div.Answer dl dt {
	padding-right: 1em;
	float: left;
}