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

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


/*----------------------------------------------------
	各ページ専用指定
----------------------------------------------------*/
#qa #header_wrap h2 {
	background: url(../qa/images/title.jpg) no-repeat center;
}


/* 
----------------------------------------------------*/
#qa .m_qa{
	width:755px;
	overflow:hidden;
}

#qa .m_qa_con{
	width:755px;
	overflow:hidden;
	padding-top:46px;
}

/* カテゴリメニュー */
#qa .m_qa .m_qa_con ul{
	width:700px;
	margin:1px auto;
	overflow:hidden;
	display: block;
}

#qa .m_qa .m_qa_con ul li{
	width:173px;
	float:left;
	border: solid 1px #FFF;
}

#qa .m_qa .m_qa_con ul a:hover,
#qa .m_qa .m_qa_con ul li a{
	width:149px;
	display: block;
	float:left;
	padding:7px 0 7px 25px;
	color:#fff;
}

#qa .m_qa .m_qa_con ul li a{
	background:url(../qa/images/bg_categ1.gif) center left no-repeat #9a8770;
}

#qa .m_qa .m_qa_con ul a:hover{
	background:url(../qa/images/bg_categ2.gif) center left no-repeat #d8ba9b;
}

/* よくあるご質問 */
#qa .m_qa .m_qa_con h4{
	width:700px;
	background:url(../qa/images/bg_categ.gif) top left no-repeat;
	overflow:hidden;
	clear:both;
	padding:13px 0 13px 60px;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
}

#qa .m_qa .m_qa_con .box_category{
	width:700px;
	margin:45px auto 36px auto;
	overflow:hidden;
}
#qa .m_qa .m_qa_con .box_category .fadeNext{
	width:675px;
	overflow:hidden;
	margin-top:4px;
	padding:10px 0 11px 25px;
	background:url(../qa/images/bg_qanswer.png) top left;
	cursor: pointer;
}

#qa .m_qa .m_qa_con .box_category .box_answer_first,
#qa .m_qa .m_qa_con .box_category .box_answer{
	width:667px;
	margin:2px 0 14px 0;
	border:solid 1px #c8bcac;
	padding:0 13px 10px 18px;
	overflow:hidden;
}

#qa .m_qa .m_qa_con .box_category .box_answer{
	display:none;
}

#qa .m_qa .m_qa_con .box_category span.txt_t{
	font-size:14px;
	font-weight:bold;
	line-height:40px;
}

#qa .m_qa .m_qa_con .box_category span.txt_b{
	line-height:40px;
}

/*dotline*/
#qa .m_qa .m_qa_con .ic_line{
	width:755px;
	height:1px;
	background:url(../qa/images/ic_qa_line.gif) center left repeat-x;
}

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

	hack - 各種cssハック - for IE7

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


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

	hack - 各種cssハック - for IE6

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