@charset "utf-8";
/* FAQ　ここから *
*************************************/

.contBox .faqBox h4 {
	background-image: url(img_cont/bg_faqLine.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 605px;
	color: #C58C43;
	line-height: 40px;
	height: 40px;
	margin-top: 30px;
}

.faqBox #faqMenu dt {
  display:block;
  height:40px;
  line-height:40px;
	width: 575px;
	padding-left: 30px;
	background-image: url(img_cont/icon_question.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 1px dashed #C58D43;
  cursor:pointer;
}

.faqBox #faqMenu dd {
	width: 540px;
	background-color: #F0E1CD;
	background-image: url(img_cont/icon_answer.png);
	background-repeat: no-repeat;
	background-position: 30px 10px;
	padding: 10px 10px 10px 55px;
	color: #242424;
  display:none;
}

.faqBox #faqMenu dd .btn_txt {
	display:block;
	margin-top:10px;
}

.faqBox #faqMenu dd a {
	color:#C58C43;
	background:url(img/icon_link.gif) 0 0.4em no-repeat;
	padding-left:15px;
}