@charset "utf-8";

/* よくあるご質問 --------------------------------------------------*/

#acMenu dt{
	display:block;
	width:685px;
	cursor:pointer;
	background-image: url(../../image/faq/close.gif);
	background-repeat: no-repeat;
	background-position: 660px 5px;
	padding-right:15px;
	background-color: #f0e6d2;
	font-weight: bold;
	line-height: 1.6;
	margin-top: 10px;
}
#acMenu dt.active{
	background-repeat: no-repeat;
	background-image: url(../../image/faq/open.gif);
	background-position: 660px 5px;
}
div.qa_bg_middle {
	background-image: url(../../image/faq/qa_bg_middle.gif);
	background-repeat: repeat-y;
	width: 700px;
}
#acMenu dt div.q_bg_head {
	background-image: url(../../image/faq/q_bg_head.gif);
	background-repeat: no-repeat;
	background-position: 0px top;
	width: 700px;
}
#acMenu dt div.q_icon {
	background-image: url(../../image/faq/q_icon.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding: 10px 50px 10px 46px;
	border-bottom: 1px dotted #c8c8c8;
}
#acMenu dt.top{
	margin-top: 0px;
}

#acMenu dd{
	background-color: #ffffff;
	width:700px;
	display:none;
}
#acMenu dd div.a_bg_foot {
	background-image: url(../../image/faq/a_bg_foot.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	width: 700px;
}
#acMenu dd div.a_icon {
	background-image: url(../../image/faq/a_icon.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding: 10px 50px 10px 46px;
}
