@charset "utf-8";

/* ///////////////////////////////////////////////
【よくあるご質問】
faq.css
/////////////////////////////////////////////// */


/* -----------------------------------------------
メインヴィジュアル
----------------------------------------------- */
#mv {
	width: 970px;
	height: 165px;
	margin: 0 auto;
	background: url("../imgs/faq/mv.jpg") no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}


/* -----------------------------------------------
コンテンツ
----------------------------------------------- */
#content_faq h2 {
	margin-bottom: 15px;
	padding-left: 10px;
	font-size: 150%;
	font-weight: bold;
	border-left: 4px solid #653e2b;
	line-height: 1.4;
}

#content_faq dl {
	margin-bottom: 15px;
	padding: 10px;
	border: 1px solid #976a53;
	overflow: hidden;
	zoom: 1;
}
#content_faq dt {
	width: 2.5em;
	float: left;
	clear: both;
	font-weight: bold;
}
#content_faq dd {
	padding: 0 0 0 3.0em;

}
#content_faq dt.q_ttl {
	margin-bottom: 10px;
}
#content_faq dd.q_cont {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #976a53;
}


