@charset "utf-8";
/* -- よくある質問CSS -- */
#header{ height: 63px; }
#main{ top: 63px; }

.faq dt{
	padding-top: 25px;
	border-top: 2px dotted #ccc;
}
.faq dt:first-child{
	padding-top: 0;
	border-top: 0 none;
}

.faq dt div{
	min-height: 37px;
	padding: 10px 20px 0 43px;
	background: url(../images/icon/q.png) 10px 10px no-repeat #d7e7fd;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.faq dd{
	min-height: 25px;
	margin: 25px 0 25px 28px;
	padding: 10px 20px 12px 43px;
	background: url(../images/icon/a.png) 10px 10px no-repeat #fce6f3;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
