@import url("http://www.ibec.or.jp/best/css/common_design.css");

<style type="text/css">

/*よくある質問*/

.qaContainer dl {
	clear: both;
	zoom: 1;
	padding-top: 10px;
	margin-bottom: 10px;
}

.qaContainer dl dt {
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid #DCAA1A;
	color: #0a50a1;
	background: url(images/q.gif) no-repeat -3px 0;
	padding-left: 2em;
	padding-right: 5px;
	font-size:116%;
	}
	
.qaContainer dl dd {
	background: #F8EFCE;
	border-bottom: 1px solid #DCAA1A;
	padding: 5px 20px 5px 30px;
}

/*よくある質問・表示／非表示ボタン制御*/


.openBtn{display: none;}

.openBtnOn{display: block;}


#content #openBtn span {
	color: #0a50a1;
	padding-left: 15px;
	background: url(images/mark_open.gif) no-repeat 0em 0px;
}

#content #openBtn span:hover{
	color: #cc6600;
}


/*よくある質問内のリスト表示 ex：（１）リスト・・・*/

#content .qaContainer .qaArea ul {
	list-style: none;
	margin-left: 30px;
}

#content .qaContainer .qaArea li.indent {
	text-indent: -1.5em;
	margin-bottom: 5px;
}

/*よくある質問Q6-Q11リスト*/

.qa_list ul li {
	padding-bottom: 5px;
	border-bottom: 1px solid #DCAA1A;
	color: #0a50a1;
	background: url(images/q.gif) no-repeat -3px -5px;
	padding-left: 2em;
	padding-right: 5px;
	margin-bottom: 10px;
	font-size:116%;
}

</style>

