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

 file name  :faq.css
 author     :Naoki Takahashi
 style info :よくある質問関連
=================================================================== */

/* -----------------------------------------------------------
	#titleArea
----------------------------------------------------------- */

#titleArea {
	width: 950px;
}

#titleArea:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}


/* -----------------------------------------------------------
	#contentArea
----------------------------------------------------------- */

#contentArea {
	width: 950px;
}

#contentArea:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}


/* -----------------------------------------------------------
	よくある質問
----------------------------------------------------------- */

#faqContainer {
	margin-top: 30px;
}

#faqMain {
	width: 732px;
	float: left;
}

#faqSub {
	width: 191px;
	float: right;
}

#faqTitle {
	width: auto;
	padding-bottom: 2px;
	border-bottom: 1px solid #CCCCCC;
	margin-top: 20px;
	margin-bottom: 10px;
}


/* -----------------------------------------------------------
	よくある質問（左カラム）
----------------------------------------------------------- */

.tabNav li {
	float: left;
}

.tabNav li img {
	vertical-align: top;
}

.tabNav a {
	display: block;
}

.tabNav:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

#faqTab1 a {
	background: url(../faq/img/faq_navi_tab1.gif) no-repeat left top;
}

#faqTab1 a.active {
	background: url(../faq/img/faq_navi_tab1_ac.gif) no-repeat left top;
}

#faqTab2 a {
	background: url(../faq/img/faq_navi_tab2.gif) no-repeat left top;
}

#faqTab2 a.active {
	background: url(../faq/img/faq_navi_tab2_ac.gif) no-repeat left top;
}

#faqTab3 a {
	background: url(../faq/img/faq_navi_tab3.gif) no-repeat left top;
}

#faqTab3 a.active {
	background: url(../faq/img/faq_navi_tab3_ac.gif) no-repeat left top;
}

#faqContent {
	padding: 10px 15px 20px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}


/* -----------------------------------------------------------
	Q&A
----------------------------------------------------------- */

/* Q&A */
.qaContainer dl {
	clear: both;
	width:	auto;
	font-size: 85%;
}

/* Q */
.qaContainer dt {
	margin: 25px 0 5px;
	padding-left: 15px;
	background: url(../img/share/qa_arrow.gif) no-repeat;
	border-bottom: 1px solid #CCC;
	font-weight: bold;
	color: #48322A;
	padding-bottom: 2px;
	line-height: 1;
}

/* A */
.qaContainer dd {
	margin-bottom: 15px;
	padding-left: 15px;
	line-height: 1.4;
}


/* -----------------------------------------------------------
	よくある質問（右カラム）
----------------------------------------------------------- */

#faqBanner img {
	margin-bottom: 10px;
}

#faqAdvice {
	background: #EBE9E9 url(../img/share/cp_advice.gif) no-repeat top;
	padding: 25px 10px 10px;
	border: 1px solid #CCCCCC;
	text-align: center;
}

#faqAdvice li {
	background: url(../img/share/cp_advice_line.gif) repeat-x bottom;
	padding-bottom: 6px;
	margin-bottom: 2px;
}

#faqCall {
	padding: 10px 0 10px 0;
}

#faqArticle {
	padding-top: 10px;
}
