@charset "UTF-8";

/*--------------------------------------------------------------------
faq.html
faq.css
--------------------------------------------------------------------*/


/*------------faq---------------------------------------------------------------*/
div#faq span { display: none; }
div#faq div.answer {
	min-height: 85px;
	padding-left: 100px;
	background: url(../../img/parts/a.png) no-repeat left top;
}
div#faq div.answer ul {
	width: 100%;
	list-style: none;
}
div#faq div.answer ul li {
	padding-left: 1em;
	text-indent: -1em;
}