@charset "utf-8";

/*----------------------------------------------------------------------------------------
 
      よくあるご質問（index.html）
 
-----------------------------------------------------------------------------------------*/

.question dt{
	background:url(../img/icon-q.gif) no-repeat center top;
	font-size:110%;
	font-weight:bold;
	line-height:1.5em;
	min-height:inherit;
	padding:42px 0 0 0px;
	margin-bottom:20px;
	text-align:center;
}

.question dd{
	background:url(../img/icon-a.gif) no-repeat center 20px #D7F8FF;
	padding:62px 20px 20px 20px;
	min-height:inherit;
	margin-bottom:40px;
}