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

 file name  :faq.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */



/*----------------------------------------------------
	#main		メイン
----------------------------------------------------*/


/*	.con_intro		INTRO
----------------------------------------------------*/
#faq .con_intro {
	margin-bottom:20px;
	width:700px;
}

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


/*	.con_cat		カテゴリメニュー
----------------------------------------------------*/
#faq .con_cat {
	margin-bottom:50px;
	padding:15px 30px;
	width:640px;
	background:#e3edff;
	border:1px solid #8dabd9;
	overflow:hidden;
}

#faq .con_cat ul li {
	width:295px;
	margin:0 10px 10px 0;
	padding-left:15px;
	list-style:none outside;
	background:url(../faq/images/ic_cat.gif) 0 5px no-repeat;
	float:left;
}


/*	.con_faq		カテゴリの質問
----------------------------------------------------*/
#faq .con_faq {
	margin-bottom:50px;
	width:700px;
}

#faq .con_faq h3 {
	margin-bottom:30px;
	padding:0 0 15px 50px;
	font-size:115%;
	border-bottom:1px dotted #333;
	background:url(../faq/images/ic_title.gif) 0 0 no-repeat;
}

#faq .con_faq dl {
	margin:0 auto;
	width:660px;
}


#faq .con_faq dl dt {
	margin-bottom:15px;
	padding:0 0 10px 40px;
	border-bottom:1px solid #ccc;
	background:url(../faq/images/ic_q.gif) 0 0 no-repeat;
}

#faq .con_faq dl dt a {
	color:#000;
	font-weight:bold;
}

#faq .con_faq dl dd {
	margin-bottom:20px;
	padding:0 0 10px 40px;
	border-bottom:1px solid #ccc;
	background:url(../faq/images/ic_a.gif) 0 0 no-repeat;
}



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

	hack - 各種cssハック - for IE7

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


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

	hack - 各種cssハック - for IE6

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


