
@charset 'UTF-8';
.faq {
	margin-bottom: 50px;
	width: 800px;
}
.faq .question li,
.faq .title {
	background: url('../image/ficon.png') left top no-repeat;
	padding: 4px 0 5px 45px;
	margin-bottom: 10px;
	font-size: 1.6rem;
	line-height: 1.4;
}
.faq .question {
	background: url('../image/br.jpg') left bottom repeat-x;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: solid 1px #ddd;
}
.faq .question li {
	margin-bottom: 18px;
}
.faq .question li:last-child {
	margin-bottom: 0;
}
.faq .text {
	background: url('../image/faq_icon_a.jpg') left top no-repeat;
	padding: 3px 0 2px 0;
}
.faq .article {
	padding-top: 81px;
	margin-top: -81px;
	margin-bottom: 30px;
}
