@charset "UTF-8";

/*---------------------------------
コンテンツ タイトル
----------------------------------*/
.contTtl h1{
	background-image:url("../images/faq/ttl_faq.png");
}

/*---------------------------------
Q&A dl01
----------------------------------*/
.question{
	width: 860px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}
.question dt{
	min-height: 28px;
	line-height: 28px;
	padding-top: 11px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	background-color: #F0EFEF;
	background-image: url(../images/faq/icon-q.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
.question dd{
	min-height:28px;
	line-height:1.6;
	background:url(../images/faq/icon-a.png) no-repeat 10px 10px;
	padding-top: 13px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	margin-bottom: 20px;
	margin-left: 0px;
}
