@charset "utf-8";


/* ---------------------------------------------------
	FAQ
---------------------------------------------------- */
dl {
	overflow: hidden;
	zoom: 1;
}
	dl dt {
		background: url(../../images/faq/img_q.png) left 1px no-repeat;
		font-weight: bold;
		margin-top: 30px;
		margin-bottom: 10px;
		padding-left: 23px;
	}
	dl dd {
		background: url(../../images/faq/img_a.png) left 1px no-repeat;
		border-bottom: 1px dotted #ccc;
		margin-bottom: -1px;
		padding-left: 23px;
		padding-bottom: 30px;
	}