@charset "utf-8";

ul.faq li {
	background: url(../../faq/images/common-ic001.gif) no-repeat 0 2px;
	padding-left: 21px;
	margin-bottom: 10px;
	_height: 18px;
	min-height: 18px;
}

ul.faq {
	margin-bottom: 35px;
}

li.question {
	background: url(../../faq/images/common-ic001.gif) no-repeat 0 2px;
	padding-left: 21px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 120%;
	border-bottom: dotted 1px #b3b3b3;
	_height: 18px;
	min-height: 18px;
}

li.answer {
	background: url(../../faq/images/common-ic002.gif) no-repeat 0 2px;
	padding-left: 21px;
	margin-bottom: 30px;
	_height: 18px;
	min-height: 18px;
}

.bt {
	text-align: center;
	margin-bottom: 35px;
}

div.faq img {
	margin-right: 25px;
	margin-bottom: 17px;
	float: left;
}

div.faq img.end {
	margin-right: 0;
}

div.faq {
	float: none;
	clear: both;
	margin-bottom: 35px;
}




div.faq:after {
content:".";
display: block;
height:0px;
clear:both;
visibility:hidden;
}
