@charset "utf-8";
/* ===================================================================
CSS information

 file name  :faq.css
 author     :Ability Consultant
style info  :よくあるご質問ページ設定　ハックは最下部に記述
=================================================================== */


/*----------------------------------------------------
	.con_intro		INTRO
----------------------------------------------------*/
#faq .con_faq {
	margin-bottom:40px;
	width:685px;
}

#faq .con_faq h3 {
	margin-bottom:20px;
}

#faq .con_faq .txt_intro {
	margin-bottom:30px;
	padding-left:10px;
}

#faq .con_faq .txt_intro a {
	color:#e25e1d;
}


/*	.box_faq		BOX
----------------------------------------------------*/
#faq .con_faq .box_faq {
	margin-bottom:50px;
	padding:20px;
	width:643px;
	font-size:100%;
	border:1px solid #c1d5ba;
}

/* FAQリスト */
#faq .con_faq .box_faq .faqlist {
	margin-bottom:20px;
	padding-left:20px;
}

#faq .con_faq .box_faq .faqlist li {
	margin-bottom:5px;
	padding-left:15px;
	background:url(../faq/images/ic_arrow_green.gif) 0 5px no-repeat;
}

/* ペジャー */
#faq .con_faq .box_faq .pager {
	margin:0 auto;
	width:640px;
	text-align:center;
}


#faq .con_faq .box_faq .pager li {
	padding:0 5px;
	display:inline;
}


/*	FAQ（回答）
----------------------------------------------------*/
#faq .con_faq dl {
	margin-bottom:30px;
	width:685px;
}

#faq .con_faq dl dt {
	margin-bottom:15px;
	padding:5px 0 15px 70px;
	border-bottom:1px dotted #94a897;
	font-size:130%;
	color:#3b5336;
	font-weight:bold;
	background:url(../faq/images/ic_q.gif) 20px 0 no-repeat;
}

#faq .con_faq dl dd {
	padding:10px 30px 10px 110px;
	background:url(../faq/images/ic_a.gif) 50px 0 no-repeat;
	margin-bottom:60px;
}

/*#faq .con_faq span{
	text-align:right;
	padding-top:30px;
	padding-left:550px;
}*/



/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}