@charset "UTF-8";

/*****************************
		FAQ Collection
*****************************/
.faqCollection {
	clear: both;
	background-color:#FFFFFF;
	margin: 15px auto 10px auto;
	width: 994px;
	overflow: hidden;
	border:2px solid #3C49BA;
}
.faqCollection h4 {
	background: url(../img/faq/title_faq_collection.png) 10px 5px no-repeat;
	width: 1000px;
	height: 40px;
	text-indent: 105%;
	overflow: hidden;
	white-space: nowrap;
	border-bottom: 2px solid #3C49BA;
}
.faqCollection .inner {
	background: #FFF;
	padding: 8px;
	border-top: none;
}
.faqCollection .inner h3 {
	margin: 0 0 5px 0;
	font-size: 107%;
	font-weight: bold;
}
.faqCollection .inner ul {
	margin: 0 -8px 10px -8px;
	padding: 0 15px 10px 15px;
	list-style: none;
	border-bottom: dotted 1px #999;
}
.faqCollection .inner ul li {
	padding: 0 0 0 25px;
	background: url(../img/parts/list_point.png) 5px 5px no-repeat;
}
.faqCollection .inner ul li a {
	margin: 0 5px 0 0;
}
.faqCollection .inner .btn_more {
	margin: 5px 0 0 0;
	display: block;
	width: 210px;
	height: 40px;
	background: url(../img/faq/btn_faq_collection.png) 0 0 no-repeat;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
.faqCollection .inner .btn_more:hover { background-position: 0 -40px; }
/*****************************************
			List Index Question
*****************************************/
#listIndexQA { padding: 5px 0 0 0; }
#listIndexQA dl {
	margin: 0 4px 8px 4px;
	padding: 0 0 5px 0;
	border-bottom: dotted 1px #000;
}
#listIndexQA dl dt {
	padding: 5px 5px 5px 40px;
	background: url(../img/faq/icon_q.png) 4px 0 no-repeat;
}
#listIndexQA dl dd {
	padding: 5px 5px 5px 40px;
	background: url(../img/faq/icon_a.png) 4px 0 no-repeat;
}
/*****************************************
			FAQ Detail Page
*****************************************/
#faqQ { margin: 0 0 15px 0;}
#faqQ dt {
	margin: 0 0 5px 0;
	padding: 0 0 0 42px;
	line-height: 40px;
	border: 2px solid #0071BC;
	color: #0071BC;
	font-size: 122%;
	font-weight: bold;
	background: url(../img/faq/icon_q.png) 5px 5px no-repeat;
}
#faqA dt {
	margin: 15px 0 5px 0;
	padding: 0 0 0 42px;
	line-height: 40px;
	border: 2px solid #FF433E;
	color: #FF433E;
	font-size: 122%;
	font-weight: bold;
	background: url(../img/faq/icon_a.png) 5px 5px no-repeat;
}