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

 file name  :homepage #con_slider.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */
#faq #contents {
	padding: 20px 0 0;
}


/* イントロ
---------------------------------------*/
#faq .con_int{
	margin: 0 0 50px;
}
#faq .con_int .pnav{
	margin: 15px 0 0;
	background: url(../faq/images/bg_pnav.png) repeat-y 0px 0px;
}
#faq .con_int .pnav .pnav_inner{
	width: 720px;
	padding: 10px 0px 25px 30px;
	background: url(../faq/images/bg_pnav_02.gif) no-repeat right bottom;
	overflow: hidden;
}
#faq .con_int .pnav .pnav_inner li{
	float: left;
	width: 170px;
	padding: 0 0 0 10px;
	margin: 15px 0 0;
	font-weight: bold;
	background: url(../faq/images/ic_tri.png) no-repeat left center;
}

/* .con_faq
---------------------------------------*/
#faq .con_faq {
	margin: 0 0 50px;
}
#faq .con_faq h3{
	margin: 0 0 10px;
}
#faq .con_faq .box_faq{
	padding: 15px 0 25px;
	background: url(../faq/images/img_line.gif) no-repeat left bottom;
}
#faq .con_faq .box_faq dt{
	padding: 10px 0 0 40px;
	font-weight: bold;
	color: #41160a;
	text-decoration: underline;
	background: url(../faq/images/ic_que.png) no-repeat left center;
}
#faq .con_faq .box_faq dd{
	margin: 15px 0 0 15px;
	padding: 10px;
	background: #e1dbd1;
}
#faq .con_faq .box_faq dd p{
	padding: 12px 15px 15px 35px;
	background: url(../faq/images/ic_ans.png) no-repeat left top;
}
/*======================================

	hack - 各種cssハック - for IE7

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


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

	hack - 各種cssハック - for IE6

=======================================*/
* html {}
/* CSS Document */

