@charset "utf-8";

/* =======================================

	Faq CSS
	※よくあるご質問のみに使用されるCSS
	Last Up Date 2011/05/01

========================================== */

.faq #main dt {
	background-image: url(../../img/Q.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 45px;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #055697;
	margin-bottom: 5px;
}
.faq #main dl {
	background-image: url(../../img/dot_line_01.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 60px;
	margin-right: 10px;
	margin-left: 10px;
}
.faq #main dd {
	background-image: url(../../img/A.png);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 30px;
	padding-left: 46px;
	margin-left: 10px;
}
