@charset "utf8";

.faq {
	width:884px;
	margin:0 20px;
}
.faq .list ul{
	margin:0 20px;
}
.faq .list li{
	list-style-type: disc;
	color:#000099;
}
.faq .list .right ul{
	margin-right:0;
}
.faq .list .box{
	width:440px;
	margin-bottom: 40px;
	float: left;
}
.faq .list h3{
	font-size:14px;
	margin-bottom:0;
	color:#000099;
}
.faq .list a{
	font-size:11px;
}

.faq hr{
	width:864px;
	clear: both;
	height:0;
	border:0;
	border-bottom: dotted 1px #666666;
}
.faq h1{
	font-size:20px;
	border-bottom: solid 2px #15d33d;
}
.faq dl{
	margin-top:0;
	padding:0 10px;
}
.faq dl dt{	/* 質問 */
	color:#000099;
	font-size:20px;
	background:url("../faq/images/iconQ.png") no-repeat;
	padding:2px 0 0 33px;
}
.faq dl dd{	/* 答え */
	background:url("../faq/images/iconA.png") no-repeat;
	margin:0 0 30px;
	padding:2px 0 0 33px;
}