@charset "UTF-8";
/* CSS Document */


/*----------------------------------
*
* ボックス
* 
-----------------------------------*/

.faqBox{
	padding:20px 0;
	border-bottom:1px solid #d9d9d9;
}

.faqBoxEnd{
	padding:20px 0;
}

li.question{
	background:url(../images/faq/apply_q.gif) no-repeat top left;
	padding-left:45px;
	margin-bottom:10px;
	list-style:none;
	min-height:30px;
}

span.faqTxt{
	display:block;
	padding-top:4px;
}

li.answer{
	background:url(../images/faq/apply_a.gif) no-repeat top left;
	padding-left:45px;
	list-style:none;
	min-height:30px;
}


