@charset "UTF-8";

.faqBlock {
	margin-top: 15px;
	background: transparent url(../images/index_bg_01.gif) repeat-y 0 0;
	zoom: 1;
}
.faqBlock .blockInner01 {
	background: transparent url(../images/index_bg_01_top.gif) no-repeat 0 0;
	zoom: 1;
}
.faqBlock .blockInner02 {
	background: transparent url(../images/index_bg_01_bottom.gif) no-repeat 0 100%;
	zoom: 1;
}

.faqBlock .questionBox {
	padding: 15px 20px 15px 58px;
	cursor: pointer;
	background: transparent url(../images/index_icon_01.gif) no-repeat 20px 8px;
	zoom: 1;
}
.faqBlock .questionBox .boxInner {
	font-size: 113%;
	font-weight: bold;
	background: transparent url(../images/index_icon_03_c.gif) no-repeat 100% 0;
	zoom: 1;
}

.faqBlock .answerBox {
	padding: 0 20px 15px 58px;
	display: none;
	background: transparent url(../images/index_icon_02.gif) no-repeat 20px 8px;
	zoom: 1;
}
.faqBlock .answerBox .boxInner {
	padding-top: 15px;
	line-height: 1.8;
	border-top: #5fbae7 1px solid;
	zoom: 1;
}

