@charset "UTF-8";
/* CSS Document */
/*
*よくあるご質問
*/

h2.pagetitle {
	background:url(images/pagetitle.gif) no-repeat;
}

.answerList .left {
	float:left;
}
.answerList .right {
	float:right;
}

dd p {
	margin-bottom:19px;
}

/**=================================================================
#block01
*/
#block01 h3.subtitle {
	background:url(images/block01_subtitle.gif) no-repeat;
}
/**=================================================================
#block02
*/
#block02 h3.subtitle {
	background:url(images/block02_subtitle.gif) no-repeat;
}

/**=================================================================
#q02
*/
#q02 .left { width:338px; }
#q02 .right { width:361px; }
#q02 .right .left { width:171px; }
#q02 .right .right { width:171px; }

/**=================================================================
#q11
*/
#q11 .left { width:528px; }
#q11 .right { width:171px; }

/**=================================================================
#q14
*/
#q14 .left { width:528px; }
#q14 .right { width:171px; }

/**=================================================================
#q16
*/
#q16 .left { width:528px; }
#q16 .right { width:171px; }
#q16 .linkbtn { margin-bottom:5px; }



/**=================================================================
質問リスト
*/
ul.question_list {
	margin-top:-14px;
}

ul.question_list li {
	padding:9px 0 9px 23px;
	border-bottom:solid 1px #D9D9D9;
	background-image:url(images/icon_q.gif);
	background-repeat:no-repeat;
	background-position:left center;
}

ul.question_list li a{
	color:#3b342b;
}
ul.question_list li a:hover {
	color:#f57f20;
	text-decoration:none;
}

/**=================================================================
解答リスト
*/
ul.answerList dt{
	border:solid #D9D9D9;
	border-width:1px 0;
	padding:9px 0 9px 23px;
	background-image:url(images/icon_q.gif);
	background-repeat:no-repeat;
	background-position:left center;
	margin-bottom:12px;
}
ul.answerList dd{
	background-image:url(images/icon_a.gif);
	background-repeat:no-repeat;
	padding: 0 0 0 23px;
	min-height:1em;
	height: auto !important;
	height:1em;
}

ul.answerList dd div.anchor{
	font-size:10px;
	text-align:right;
	padding:18px 0;
	clear:both;
}
