@charset "UTF-8";

/* ---------------------------------------------
作成日: 2009.09.21
最終更新日: 2010.01.29
作成者: SN
最終編集者: SN

supportFaq-mainArea.css： FAQの設定
--------------------------------------------- */
#search-section,
#list-section {
	width: 660px;
	margin: 0 auto;
	padding: 0;
}
#search-section p.attentionMark {
	text-align: center;
	padding-bottom: 10px;
}
#list-section h4 {
	height: 38px;
	margin: 0 0 5px;
	padding: 0 0 0 30px;
	color: #fff;
	background: url(../image/headline/h4_faq_common_l.gif) no-repeat left top;
	line-height: 2.2em;
}
#list-section h4 span {
	height: 38px;
	margin: 0 0 5px;
	padding: 0px 15px 0px 0px;
	background: url(../image/headline/h4_faq_common_r.gif) no-repeat right top;
	text-indent: -1.5em;

	zoom: 1; /* for IE */
	display: table-cell; /* for modern browser */
}
/* IE 6 */
* html #list-section h4 {
	width: 100%;
	height: 38px;
	padding: 0;
	background: url(../image/headline/h4_faq_common.gif) no-repeat left top;
	line-height: 2em;
}
* html #list-section h4 span {
	background: none;
	text-indent: 0;
	margin: 0 0;
	padding: 0px 0px 0px 10px;
}
/* IE 7 */
*:first-child+html #list-section h4 {
	display: inline;
	margin-left: 1.5em;
	line-height: 2em;
}

/* ----------------------------------------------------
 フォームの設定
---------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}
dl.formFrame {
	width: 660px;
	height: 48px;
	margin: 0 auto;
	padding: 0;
	background: url(../image/background/background_search.gif) no-repeat left bottom;
	clear: both;
}
dl.formFrame dt {
	float: left;
	width: 136px;
	height: 28px;
	margin: 10px 10px 0 60px;
	padding: 0;
	background: url(../image/list/dt_keyword.gif) no-repeat left top;
	line-height: 0;
	font-size: 0;
	text-indent: -9999px;
	display: inline;
}
.formFrame dd input,
.formFrame dd select {
	float: left;
	vertical-align: bottom;
	background-color: #fff;
}
input.searchIcon {
	margin: 15px 10px 0 0;
	background: url(../image/icon/icon_roope.gif) no-repeat left center;
	padding-left:15px;
}
input.searchBtn {
	margin: 13px 0 0;
	padding: 0;
}
* html .formFrame dd input {
	margin-top: 14px;	
}
* html .formFrame dd input.searchBtn {
	margin-top: 12px;	
}
*:first-child+html .formFrame dd input {
	margin-top: 14px;	
}
*:first-child+html .formFrame dd input.searchBtn {
	margin-top: 12px;	
}

/* ----------------------------------------------------
 カテゴリタブリスト
---------------------------------------------------- */
#grouping-section {
	width: 660px;
	margin: 10px auto;
	padding: 10px 0;
	background: #d7d7d7;
}
#grouping-section h4 {
	width: 160px;
	height: 16px;
	margin: 0 auto 10px;
	padding: 0;
	background: url(../image/headline/h4_faqcategory.gif) no-repeat left top;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}
/* tab */
#support-faq #grouping-section ul#tabNav {
	width: 640px;
	margin: 0 auto 0px;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	clear: both;
	line-height: 2.6em;
}
#support-faq #grouping-section ul#tabNav:after {
	content:".";
	height:0;
	clear:both;
	display: block;
	visibility:hidden;
}
#support-faq #grouping-section ul#tabNav li {
	float: left;
	width: 212px;
	height: 32px;
	margin: 0 2px 0px 0;
	padding: 0 0 3px;
	display: inline;
}
#support-faq #grouping-section ul#tabNav li#ex-category3,
#support-faq #grouping-section ul#tabNav li#ex-category6,
#support-faq #grouping-section ul#tabNav li#ex-category9 {
	margin-right: 0px;
}
* html #support-faq #grouping-section ul#tabNav li {
	line-height: 2.5em;
}
#support-faq #grouping-section ul#tabNav li a {
	width: 212px;
	height: 32px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	display: block;
}
#support-faq #grouping-section ul#tabNav li a:link,
#support-faq #grouping-section ul#tabNav li a:visited {
	color: #cfd4c9;
	background: url(../image/background/background_tabs_faq.gif) no-repeat right top;
}
#support-faq #grouping-section ul#tabNav li a:hover,
#support-faq #grouping-section ul#tabNav li a:active,
#support-faq #grouping-section ul#tabNav li#ex-category1 a.current,
#support-faq #grouping-section ul#tabNav li#ex-category2 a.current,
#support-faq #grouping-section ul#tabNav li#ex-category3 a.current,
#support-faq #grouping-section ul#tabNav li#ex-category4 a.current,
#support-faq #grouping-section ul#tabNav li#ex-category5 a.current,
#support-faq #grouping-section ul#tabNav li#ex-category6 a.current,
#support-faq #grouping-section ul#tabNav li#ex-category7 a.current,
#support-faq #grouping-section ul#tabNav li#ex-category8 a.current,
#support-faq #grouping-section ul#tabNav li#ex-category9 a.current {
	color: #eef5e7;
	background: url(../image/background/background_tabs_faq.gif) no-repeat left top;
}

/* 表示領域 */
#support-faq #all-list-wrap {
	width: 638px; /* 640px */
	margin: 5px auto 0;
	padding: 10px 0;
	background: #fff;	
	border-left: 1px solid #c8c8c8;
	border-right: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
}
#support-faq #category2,
#support-faq #category3,
#support-faq #category4,
#support-faq #category5,
#support-faq #category6,
#support-faq #category7,
#support-faq #category8,
#support-faq #category9 {
	display: none;
}
#support-faq #all-list-wrap dl {
	width: 620px;
	margin: 0 auto;
	padding: 0;
}
#support-faq #all-list-wrap dl dt {
	display: none;
}
#support-faq #all-list-wrap dl dd {
	margin: 0;
	padding: 0;
}
#support-faq #all-list-wrap dl dd ul li {
	height: 20px;
	margin: 0;
	padding: 0 0 0 20px;
	background: url(../../../image/icon/icon_arrow03.gif) no-repeat left center;
}
#support-faq #all-list-wrap dl dd ul li a:link {
	color: #14842a;
}
#support-faq #all-list-wrap dl dd ul li a:visited {
	color: #88a08c;
}
#support-faq #all-list-wrap dl dd ul li a:hover,
#support-faq #all-list-wrap dl dd ul li a:active {
	color: #eb9947;
	text-decoration: underline;
}

/* ----------------------------------------------------
 FAQの設定
---------------------------------------------------- */
#list-section p {
	padding-left: 0;
	padding-right: 0;
}
.show {
	float: right;
}
.qaList {
	clear: both;
}
dl.qaList dt span.qaMark,
dl.qaList dd span.qaMark,
ul.qaList li span.qaMark {
	display: none;
}
dl.qaList dt,
ul.qaList li {
	width: 598px; /* 2px+60px 660px */
	min-height: 20px;
	height: auto !important;
	height: 20px;
	background: url(../image/list/dt_que.gif) no-repeat left center;
	border: 1px solid #c8c8c8;
	margin: 0 0 3px;
	padding: 12px 5px 12px 55px;
}
dl.qaList dd {
	width: 598px; /* 2px+60px 660px */
	min-height: 20px;
	height: auto !important;
	height: 20px;
	background: url(../image/list/dd_ans.gif) no-repeat left center;
	border: 1px solid #c8c8c8;
	margin: 0 0 3px;
	padding: 12px 5px 12px 55px;
}
.qaList li a:link,
.qaList li a:visited {
	color: #14842a;
	text-decoration: underline;
}
.qaList li a:hover,
.qaList li a:active {
	color: #eb9947;
	text-decoration: underline;
}

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

