@charset "utf-8";
/* ===================================================================
CSS information

 file name  :faq.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */



/* 
----------------------------------------------------------- */
.caption {
	margin: 10px 0 20px 15px;
}
.con_faq {
	margin-left: 15px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
}
.con_faq .question{
	background: url(../faq/images/bg_q.gif) no-repeat top left;
	font-size: medium;
	font-weight: bold;
	padding: 10px 15px 10px 45px;
	color: #333;
}
.con_faq .answer{
	background: url(../faq/images/bg_a.gif) no-repeat top left #f0f0f0;
	color: #333;
}
.con_faq .answer p{
	padding: 12px 15px 12px 45px;
}
.con_faq .answer p.no_pad{
	padding-top: 0px;
}

.con_faq .answer .attention{
	font-size: 90%;
	padding-bottom: 15px;
	display: inline-block;
}












/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}

