@charset "UTF-8";


/*----- よくある質問 -----*/

#contentsC #faq {
	font-size:90%;
	line-height:1.4em;
	margin:20px 10px 50px 10px;
}

#contentsC #faq p {
	margin:0px 0px 15px 0px;
}

/* リスト */

#contentsC #faq #list dl {
	clear:both;
	padding-bottom:20px;
	margin-bottom:15px;
	border-bottom:dotted 1px #663300;
}
#contentsC #faq #list dt {
	width:55px;
	float: left;
	height:30px;
}

#contentsC #faq #list dd {
	padding:3px 0px 10px 55px;
}
#contentsC #faq #list dd a {
	color: #003399;
}

/* Q&A */

#contentsC #faq #qa dl {
	clear:both;
	padding-bottom:8px;
	margin-bottom:15px;
	border-bottom:dotted 1px #663300;
}
#contentsC #faq #qa dt {
	width:55px;
	float: left;
	height:30px;
}

#contentsC #faq #qa dd {
	padding:3px 0px 13px 55px;
}
#contentsC #faq #qa dd.q {
	font-weight:bold;
	background-image: url(../faq/img/q-bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#contentsC #faq #qa dd .tolist {
	text-align:right;
}

#contentsC #faq #qa dd .tolist a {
	color: #663300;
}
