@charset "utf-8";
/* ===================================================================
CSS information

 file name  :style.css
 author     :admin
 style info :よくある質問だけに関わるスタイル
=================================================================== */

/*----------------------------------------------------
	　全体
----------------------------------------------------*/
ul.faq {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 110%;
	font-weight: bold;
}

ul.faq li{
	margin: 0 10px 30px 20px;
	padding: 0 0 0 20px;
	background: url(../../img/share/icon_arrow.gif) no-repeat 0 5px;
}



.AnswerBox {
	margin: 0 0 80px;
	padding: 0;
}

dl.question {
	margin: 0 0 20px;
	overflow: hidden;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 10px 0;
	color: #42954B;
	font-weight: bold;
	font-size: 110%;	
}
*html dl.question {
	height: 1%;
}

dl.question dt {
	background: url(../img/icon_q.jpg) no-repeat;
	width: 36px;
	height: 34px;
	float:left;
	text-indent: -9999px;
}
dl.question dd {
	margin: 0 0 0 50px;
}


dl.answer {
	clear: both;
	line-height: 1.8;
	font-size: 110%;	
}

dl.answer dt {
	background: url(../img/icon_a.gif) no-repeat;
	width: 36px;
	height: 34px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 0 10px;
}
dl.answer dd {
	margin: 0 0 0 50px;
}




*:first-child + html dl#mainHistory {
	width: 380px;
} 



