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

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


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */
/*body {
	background: url(../images/bg_contents.gif) repeat;
}*/
#header {
	top: 0;
}
#main {
	width: 950px;
	overflow: hidden;
	margin: 0 auto;
}


/* -----------------------------------------------------------
	#pageTitle
----------------------------------------------------------- */
#pageTitle h2{
	width: 987px;
	background: url(../faq/images/bg_title.jpg) no-repeat 0 0;
	margin: 0 auto;
	padding: 71px 0 39px;
}


#faq { }


/* -----------------------------------------------------------
	コンテンツ
----------------------------------------------------------- */

#faq .con_cat{
	width: 904px;
	overflow:hidden;
	margin: 50px auto;
}

#faq .con_faq {
	width: 950px;
	margin: 0 auto 60px;
}
#faq #cat_01,
#faq #cat_02,
#faq #cat_03,
#faq #cat_04
/*#faq #link_stay,
#faq #link_serv,
#faq #link_fac,
#faq #link_dish,
#faq #link_spa,
#faq #link_etc*/{
	padding-top:30px;
	margin-top:-30px;
}
#faq .con_faq h3 {
	text-align: center;
	margin: 0 0 10px;
	font-size:250%;
	color:#5b4418;
}
#faq .con_faq .box_faq {
	background: #FFF;
	padding: 29px 0 17px;
}
#faq .con_faq .box_faq .faq_list {
	width: 950px;
	margin: 0 auto;
}
#faq .con_faq .box_faq .faq_list li {
	padding: 0 0 10px;
}
#faq .con_faq .box_faq .faq_list li dt {
	width: 833px;
	margin:0 auto;
	padding: 20px 0 20px 80px;
	background: url(../faq/images/ic_q.gif) no-repeat 40px 15px #f2f0e9;
	font-size: 120%;
	text-decoration: underline;
	cursor: pointer;
	font-weight:bold;
}
#faq .con_faq .box_faq .faq_list li dd {
	width: 833px;
	margin:0 auto;
	padding: 15px 0 20px 80px;
	background: url(../faq/images/ic_a.gif) no-repeat 40px 10px;
	background-color: #fff;
}
#faq .con_cat .pCat{
	width: 214px;
	min-height:35px;
	overflow:hidden;
	margin:5px 12px 0 0;
	float:left;
	background: url(../faq/images/cat_01.gif) 0 0 no-repeat;
	text-align: center;
	padding:15px 0 0 0;
}
#faq .con_cat .pCat .aCatlink{
	width: 214px;
	min-height:50px;
	color:#FFF;
	background:url(../faq/images/icon_cat.gif) center left no-repeat;
	padding:0 0 0 20px;
	text-decoration: none;
}



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

	hack - 各種cssハック - for IE7

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


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

	hack - 各種cssハック - for IE6

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