@charset "UTF-8";

/*--------------------------------------------------------------------
faq.html
faq.css
--------------------------------------------------------------------*/

/*------------faq---------------------------------------------------------------*/
div#faq div.Answer {
	min-height: 70px;
}
div#faq div.Answer span.icon {
	display: block;
	height: 70px;
	padding-left: 120px;
	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 ul li {
	list-style: none;
	padding-left: 1em;
	text-indent: -1em;
}