@charset "UTF-8";

/* ----------------------------------------------------
作成日: 2009.07.09
最終更新日: 2009.07.23
作成者: AY
最終編集者: AY

supportFaq-mainArea.css
---------------------------------------------------- */
@import "gm.css";

body#support-faq h2 {
	background:url(../image/h2_faq.gif) no-repeat left top;
}

/* ----------------------------------------------------
検索部分
---------------------------------------------------- */
body#support-faq .search-section {
	background:url(../image/background/section.gif) repeat-y left bottom;
	width:640px;
	margin:0 auto 10px;
	padding:0;
	clear:both;
}
.search-section:after {
	content:".";
	height:0;
	clear:both;
	display: block;
	visibility:hidden;
}
.search-section {display:inline-block;}

/* Hides from IE-mac \*/
* html .search-section { height:1%; }
.search-section { display:block; }
/* End hide from IE-mac */

body#support-faq .search-section h3 {
	background:url(../image/background/section.gif) no-repeat left top;
	width:628px;/*640*/
	height:25px;
	margin:0;
	padding:2px 0 4px 12px;
	color:#28567a;
}

/* キーワードから検索する--------------------------- */
body#support-faq .search-section form {
	background:url(../image/background/search.gif) no-repeat left top; 
	width:392px;
	height:34px;
	margin:0 auto;
}
body#support-faq .search-section input#text {
	background:url(../image/background/search.gif) no-repeat left top; 
	border:none;
	width:327px;/*392*/
	height:26px;/*34*/
	margin:0;
	padding:8px 0 0 30px;
	font-size:14px;
	float:left;
}
body#support-faq .search-section input#btn {
	background:url(../image/btn_search.gif) no-repeat left top;
	cursor:pointer;
	width:30px;
	height:18px;
	border:0;
	margin-top:8px;
}
body#support-faq .search-section p.attentionMark {
	text-align:center;
	clear:both;
}

/* カテゴリー一覧----------------------------------- */
body#support-faq .search-section ul#tabList {
	background:url(../image/background/tab.gif) no-repeat 0 0;
	width:610px;/*620*/
	height:35px;
	margin:0 auto;
	padding:0 0 0 10px;
}
body#support-faq .search-section ul#tabList li {
	width:150px;
	height:35px;
	line-height:35px;
	margin:0;
	padding:0;
	float:left;
	display:inline;
	text-align:center;
}
body#support-faq .search-section ul#tabList li a {
	background:url(../image/background/tab.gif) no-repeat -10px 0;
	width:150px;
	height:35px;
	display:block;
	color:#ffffff;
}
body#support-faq .search-section ul#tabList li a.tabOn {
	background:url(../image/background/tab.gif) no-repeat -160px 0;
	width:150px;
	height:35px;
	display:block;
	color:#28567a;
	font-weight:bold;
	text-decoration:none;
}
body#support-faq .search-section dl#tab01,
body#support-faq .search-section dl#tab02,
body#support-faq .search-section dl#tab03,
body#support-faq .search-section dl#tab04 {
	background:#ffffff url(../image/background/tab.gif) no-repeat 0 -35px;
	width:620px;
	margin:0 10px 10px;
	padding:0;
}
body#support-faq .search-section dl#tab01:after,
body#support-faq .search-section dl#tab02:after,
body#support-faq .search-section dl#tab03:after,
body#support-faq .search-section dl#tab04:after {
	content:".";
	height:0;
	clear:both;
	display: block;
	visibility:hidden;
}
body#support-faq .search-section dl#tab01,
body#support-faq .search-section dl#tab02,
body#support-faq .search-section dl#tab03,
body#support-faq .search-section dl#tab04 {
	display:inline-block;
}
/* Hides from IE-mac \*/
* html .search-section dl#tab01 { height:1%; }
.search-section dl#tab01 { display:block; }
/* End hide from IE-mac */

body#support-faq .search-section dl#tab01 dt,
body#support-faq .search-section dl#tab02 dt,
body#support-faq .search-section dl#tab03 dt,
body#support-faq .search-section dl#tab04 dt {
	display:none;
}
body#support-faq .search-section dl#tab01 dd,
body#support-faq .search-section dl#tab02 dd,
body#support-faq .search-section dl#tab03 dd,
body#support-faq .search-section dl#tab04 dd {
	background:url(../image/background/tab.gif) no-repeat left bottom;
	width:620px;
	margin:0;
	padding-bottom:10px;
}
body#support-faq .search-section dl#tab01 dd ul,
body#support-faq .search-section dl#tab02 dd ul,
body#support-faq .search-section dl#tab03 dd ul,
body#support-faq .search-section dl#tab04 dd ul {
	margin:0 20px;
	padding:10px 0 0;
}
body#support-faq .search-section dl#tab01 dd li,
body#support-faq .search-section dl#tab02 dd li,
body#support-faq .search-section dl#tab03 dd li,
body#support-faq .search-section dl#tab04 dd li {
	margin:0;
	padding:0;
}
body#support-faq .search-section dl li a {
	background:url(../../../image/icon/icon.gif) no-repeat left -72px;
	padding-left:15px;
	display:inline-block;
}

body#support-faq .search-section dl#tab02,
body#support-faq .search-section dl#tab03,
body#support-faq .search-section dl#tab04 {
	display:none;
}

/* -------------------------------------------------
FAQ表示部分
------------------------------------------------- */
ul.qaList,
dl.qaList {
	border:5px solid #e2e2e2;
	padding:0 10px;
}

ul.qaList li,
dl.qaList dt {
	border-bottom:1px dotted #999999;
	padding:2px 0;
}
dl.qaList dd {
	padding:2px 0;
}
ul.qaList li span,
dl.qaList dt span {
	font-weight:normal;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#0066CC;
	margin-right:0.3em;
}

dl.qaList dd span {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#CC3333;
	margin-right:0.3em;
}

dl.categoryList {

}

dl.categoryList dt {
	width:640px;
	height:24px;
	line-height:24px;
	margin:10px auto;
	font-size:12px;
	font-weight:bold;
	background:url(../../../image/headline/h4.gif) no-repeat 0 0;
	text-indent:26px;
	color:#28567a;
}

dl.categoryList dd select,
dl.categoryList dd input{
	font-size:12px;
}

