@charset "UTF-8";

.type-faq.list .line.on { background:#f8f8f8; }
.type-faq.list .q:after { background:#014a97;}
.type-faq.list .a:after { background:#66cbc3; }
.type-faq.list .q .faq-more{
	margin: 12px 10px 0 0;
	padding:0;
	position: absolute;
	top: 15px;
	right:10px;
	background: url(../images/icn_open_arr.png) no-repeat;
	width: 21px;
	height: 11px;
}
.type-faq.list .q .faq-more span {
	position: absolute; 
	width: 1px; 
	height: 1px; 
	padding: 0; 
	margin: -1px; 
	overflow: hidden;
	clip: rect(0,0,0,0); 
	border: 0; 
}
.type-faq.list .line.on .q .faq-more{
	background: url(../images/icn_close_arr.png) no-repeat;
}
