/*--------------------------------------------

	For SS FAQ file

	Last update : 2010.1.21
	mio urakami

	---------------------------
	1-0 structure
		1-1 FAQトップページ
	2-0 visual setting
		2-1 common
		2-2 FAQトップページ
		2-3 FAQ詳細ページ
  --------------------------------------------*/


/*----------------------------------------------------------------
  1-0 structure
-----------------------------------------------------------------*/

/* --------------------------------------------
  1-1 FAQトップページ
---------------------------------------------*/

.faqindex #navi{
	float:left;
}

.faqindex #contents{
	float:right;
	width:720px;
}


/*----------------------------------------------------------------
  2-0 visual setting
-----------------------------------------------------------------*/

/* --------------------------------------------
  2-1 common
---------------------------------------------*/

#navi ul{
	background:#fff;
	margin:0 1px;
}

#navi li{
	margin:1em 0;
	background:url("/img/common/arw01_wback.gif") no-repeat 0 3px;
}


/* --------------------------------------------
  2-2 FAQトップページ
---------------------------------------------*/

.faqindex #main{
	padding-top:13px;
}


.faqindex #contents .block{
	padding-left:26px;
}

.faqindex #contents .block h2{
	margin-bottom:20px;
	padding:12px 16px;
	background:url("/img/common/ttl_back_basic694.gif") no-repeat 0 0;
	color:#fff;
	font-size:117%;
}

.faqindex #contents .block ul{
	margin-left:16px;
	padding-bottom:20px;
	list-style:none;
}

.faqindex #contents .block li{
	margin:0.2em 2em 1.4em 0;
	padding-left:10px;
	background:url("/img/common/arw01_grey.gif") no-repeat 0 0.4em;
	line-height:1.6;
}


/* --------------------------------------------
  2-3 FAQ詳細ページ
---------------------------------------------*/

/*タイトル周り*/
.faqmore #titlearea02{
	padding:36px 0;
	border:3px double #b57c7c;
	background:#fff;
}

.faqmore #titlearea02 h1{
	padding:10px 30px 0 72px;
	background:url("/img/product/ttl_question.gif") no-repeat 30px 0;
}

.faqmore #topicpath{
	padding:19px 11px 28px 11px;
}


.faqmore #answer{
	width:495px;
	margin:30px 0 0 134px;
	padding-left:52px;
	background:url("/img/faq/ttl_answer.gif") no-repeat 0 5px;
}

.faqmore #answer p{
	margin-bottom:1.5em;
	font-size:117%;
	line-height:1.8;
}
