@charset "utf-8";
/* -----------------------------------------------
 faq
----------------------------------------------- */
/* clearfix */
.cf:after {
	display: block;
	clear: both;
	content: '';
	height: 0;
}
.cf { zoom: 1; }

.list {
	border: 1px solid #e3e3e3;
	padding: 10px;
	margin-bottom: 10px;
}
.list li {
	margin-right: 5px;
	*margin-right: 50px;
	float: left;
}
.question {
	text-decoration: none;
}
.listfaq-no {
	margin-bottom: 10px;
	border: 1px solid #e3e3e3;
	border-bottom: none;
}
.listfaq-no li {
	margin-bottom: 15px;
}
.listfaq-no h3 {
	font-weight: normal;
	padding: 4px 0 1px 10px;
}
.listfaq-no .qBox {
	width: 653px;
	cursor: pointer;
	min-height: 1em;
	padding: 11px 5px 5px 59px;
	*padding: 11px 5px 5px 30px;
	/**padding: 5px 5px 15px 100px;*/
/*	*background: url(../img/faq_q.png) no-repeat 0 0, -webkit-gradient(linear,left top, left bottom,color-stop(0, #fefefe),color-stop(40%, #f6f6f6),color-stop(100%, #f1f1f1));*/
	*background: url(../img/faq_q.png) no-repeat 0 0;
	background: #f6f6f6 url(../img/faq_q.png) no-repeat 0 0;
	border-bottom: 1px solid #e3e3e3;
}
.listfaq-no .qBox-borderBottomNone {
	border-bottom: none;
}
.listfaq-no .qBox a {
	color: #444;
	text-decoration: none;
	*padding-left: 25px;
	display: block;
	width: 653px;
}
.listfaq-no .aBox {
	display: none;
	padding: 24px 5px 15px 52px;
	background: url(../img/faq_a.png) no-repeat 0 0;
	border-bottom: 1px solid #e3e3e3;
}
.listfaq-no .leftLine {
	display: block;
	padding-left: 5px;
	border-left: 1px dashed #dedede;
}
.listfaq-no .number {
	color: #4aa794;
	margin-left: -30px;
	*margin-left: -25px;
	*margin-right: 0;
	margin-right: 26px;
}
.listfaq-no .number1 {
	color: #eb654a;
	font-weight: bold;
	margin-left: -30px;
	margin-right: 26px;
}

.textIndent {
	text-indent: 1em;
}