@charset "utf-8";
/*  -----  /faq/css/index.css ------   */

.faq {
	overflow: hidden;
	zoom: 100%;
}

.faq h2 {
	color: #FF3300;
	margin: 50px 0 5px 10px;
	font-weight: bold;
	border-bottom: dotted 2px #777;
}

.faq p {
	margin: 0 0 30px 10px;
	line-height: 1.5;
	font-size: 90%;
	letter-spacing: 0.07em;
}

#faqBox dl {
	margin: 15px 10px 50px 10px;
}

#faqBox dt {
	margin-bottom: 20px;

}

#faqBox dt a {
	background: url(../img/index/question01.jpg) left top no-repeat;
	text-decoration: underline;
	color: #0066ff;
	font-size: 92%;
	font-weight: bold;
	padding: 0 0 5px 35px;	
}

#faqBox dt a:hover {
	text-decoration: none;
	color: #66C0D7;
}

#faqBox dd {
	display: none; /*  slidepanel closed  */
	background: url(../img/index/answer01.jpg) left top no-repeat;
	padding-left: 35px;
	line-height: 1.5;
	margin-bottom: 20px;
	font-size: 90%;
	letter-spacing: 0.07em;
	clear: both;
	overflow: hidden;
	zoom: 100%;
}








