@charset "utf-8";

/* 1 : よくある質問の基本
----------------------------------------------------*/

#faq a {
	color: #376686;
}

.lower #contents .main h1 {
	background: url(/img/common/bg/bg_head01_s_grn.png) left top no-repeat;
}

.faqInside {
	padding: 0px 10px 20px 10px;
	width: 667px;
}

#fisrtQuestionsBox {
	padding-top: 22px;
	margin-top: 20px;
	border-top: #CCC solid 1px;
	font-weight: bold;
}

#fisrtQuestionsBox li {
	padding-left: 20px;
	padding-bottom: 2px;
	margin-bottom: 10px;
	background: url(/img/common/icon/icon_arw_btm.gif) 0px 2px no-repeat;
}

#fisrtQuestions01 {
	float: left;
	width: 326px;
}

#fisrtQuestions02 {
	float: right;
	width: 326px;
}

.normalBox {
	margin-bottom: 30px;
}

.reTopGeneral {
	margin-bottom: 20px;
}

/*質問のヘッド3以降*/
.faqIn {
	padding: 0px 5px;
	width: 677px;
}

.faqSet {
	clear:both;
	padding-top: 10px;
	margin-top: 5px;
	width: 677px;
	background: url(/img/common/bg/bg_btns_wide.gif) left top no-repeat;
}

.faqIn .faqInIn {
	padding: 0px 10px 10px 10px;
	background: url(/img/common/bg/bg_btns_wide_btm.gif) left bottom no-repeat;
}

.faqIn h3 {
	font-weight: bold;
}

.faqIn h3 a {
	display: inline-block;
	padding:  0px 0px 2px 25px;
	background: url(/img/common/icon/icon_arw_faq_open.png) left top no-repeat;
}

.faqIn .open {
	display: none;
	clear:both;
	float:left;
	width:657px;
	padding-top: 10px;
	margin-top: 10px;
	background: url(/img/common/line/line_bdr_dry.gif) left top repeat-x;
}

.faqIn h3 a.active {
	background: url(/img/common/icon/icon_arw_faq_close.gif) left top no-repeat;
}

.sslText {
	float:left;
}

.fltRight {
	float:right;
	margin-left:3px;
	vertical-align:top;
}

.open ul {
	margin-bottom:0;
	
}


