@charset "UTF-8";

/* faq */
/*---------------------------------------

	common
	index

	[module] clearfix

*--------------------------------------*/

/**=====================================
	common
======================================**/

/**=====================================
	index
======================================**/

.box {
	margin-bottom: 0;
}

.faq_box {
	margin-bottom: 25px !important;
}

.faq_box .faq_q {
	margin-bottom: 10px;
	padding: 10px 10px 10px 45px;
	background: url(../../images/common/decoration/faq_question.png) no-repeat 15px 14px #DDD;
	color: #00238A;
	font-size: 114%;
}

.faq_box .faq_q p,
.faq_box .faq_a p {
	margin-bottom: 0px;
}

.faq_box .faq_a {
	background: url(../../images/common/decoration/faq_answer.png) no-repeat 15px 8px;
	padding: 6px 10px 10px 45px;
}

p.list_pdf {
	padding-left: 25px;
    background: url(../../images/lib/list_icon/list_icon_pdf.png) no-repeat left 3px;
}


/**=====================================
	[ module ] clearfix
======================================**/

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

/* \*/
* html .clearfix { 
	height:1%;
}

.clearfix {
	display: block;
}
/* */
