/**********************************
FAQ
**********************************/
#faq{
	font-size: 24px;
	line-height:1.2em;
}
#contentsBox{
	padding-bottom:10px;
}
#acMenu dt{
	display: block;
	cursor: pointer;
	background-image: url(../images/bg_accordion_off.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-color: #fff0f3;
	margin-bottom: 20px;
	font-weight: bold;
	padding: 1em 3em 1em 3em;
	text-indent: -2em;
    }
#acMenu dd{
	display: none;
	padding: 0 3em 1em 2.2em;
	text-indent: -1.2em;
}
#acMenu dt.active{
	background-image: url(../images/bg_accordion_on.png);
	background-repeat: no-repeat;
	background-position: 95% center;
}
#acMenu .Q{
	color:#d35676;
	font-weight: bold;
	font-family:"メイリオ", "Hiragino Kaku Gothic Pro"sans-serif;
}
#acMenu .A{
	color:#663333;
	font-weight: bold;
	font-family:"メイリオ", "Hiragino Kaku Gothic Pro"sans-serif;
}	
