@charset "utf-8";

/*--------------------------------------------
 
      コンテンツタイトル
 
---------------------------------------------*/

.page-tit h1{
	background:url(../img/icon-question.png) no-repeat center top;
	padding-top:40px;
}

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

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

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