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

 file name  :faq.css
 author	 :Ability Consultant
 style info :TOPページで用いるスタイルを記述。
=================================================================== */

#header {
	background: url(../faq/images/main.jpg) center top no-repeat #000;
}

/*----------------------------------------
	#faq
----------------------------------------*/
/* イントロ部分 */
#faq .con_intro {
	width:715px;
	margin-bottom: 35px;
}

#faq .con_intro h3 {
	margin-bottom: 25px;
}

#faq .con_intro p.txt_description {
	color: #fff;
	margin: 0 35px 35px 40px;
}

#faq .con_intro p.txt_description a {
	color: #d5b64a;
}

#faq .con_intro ul {
	width:715px;
	overflow:hidden;
}

#faq .con_intro ul li {
	float:left;
	width:200px;
	margin: 0 9px 10px 0;
	padding: 10px 10px 10px 20px;
	background: #243116;
	border: 1px solid #4c5641;
	display: block;
	font-weight: bold;
}

#faq .con_intro ul li.last {
	margin: 0 0 10px 0;
}

#faq .con_intro ul li a {
	color: #d5b64a;
}

/* FAQ部分 */
#faq .con_faq {
	width:715px;
	padding:0 0 35px 0;
	color: #fff;
}

#faq .con_faq h4 {
	font-size: large;
	padding: 10px 0 30px 30px;
	color: #fff;
	background: url(../faq/images/st_cat.gif) no-repeat;
}

#faq .con_faq .wrp_faq {
	width: 683px;
	margin: 0 0 0 15px;
	padding: 15px 0 0 15px;
	background: url(../faq/images/bg_faq.gif) no-repeat;
	background-color: #182c17;
	border: 1px solid #2a3c29;
}

#faq .con_faq .box_faq {
	width: 683px;
	padding-bottom: 15px;
	background: url(../faq/images/ic_triangle.gif) right bottom no-repeat;
}

#faq .con_faq dl {
	width: 683px;
	line-height: 1.8;
}

#faq .con_faq dl dt {
	background: url(../faq/images/ic_question.gif) 0 0 no-repeat;
	padding: 0 15px 0 30px;
}

#faq .con_faq dl dd {
	background: url(../faq/images/ic_answer.gif) 15px 0 no-repeat;
	margin-top: 20px;
	padding: 0 15px 0 45px;
}

#faq .con_faq dl a {
	color: #fff;
	text-decoration: none;
}


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

	hack - 各種cssハック - for IE7

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


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

	hack - 各種cssハック - for IE6

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

