@charset "utf-8";
.CollapsiblePanelContent .answer {
	background-image: url(../img/faq/ico02.png);
	background-repeat: no-repeat;
	background-position: 15px 15px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 50px;
	background-size: 28px auto;
}
.CollapsiblePanelTab .question {
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	color: #666464;
	background-image: url(../img/faq/ico01.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-size:28px auto;
}
.answer p {
	line-height: 2em;
}
