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