@charset "utf-8";

/*-------------------------------------faq(Ｑ＆Ａ)--*/
#bodyArea2nd .mainBox .faqTxt {
	width: 698px;
	padding-bottom: 20px;
}

.faqTxt h1 {
	font-size: 90%;
	line-height: 120%;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C00;
}

.faqTxt h2 {
	font-size: 80%;
	line-height: 140%;
	margin-bottom: 20px;
}

.faqTxt .bodyTxt {
	font-size: 80%;
	line-height: 200%;
	padding-bottom: 16px;
}

.faqTxt .subH1 {
	font-size: 80%;
	font-weight: normal;
	padding-left: 20px;
}

.faqTxt .faqUnit {
	padding-bottom: 20px;
	padding-top: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9B5055;
}

.faqTxt .faqUnit .question {
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-bottom: 8px;
}

.faqTxt .faqUnit .question .faqTitleQ {
	font-family: "Times New Roman", Times, serif;
	font-size: 140%;
	font-weight: bold;
	color: #994E52;
	float: left;
	width: 1.2em;
	line-height: 100%;
}

.faqTxt .faqUnit .question .questionTxt {
	float: left;
	font-size: 90%;
	line-height: 120%;
	font-weight: bold;
	color: #834346;
	padding-top: 4px;
	width: 660px;
}

.faqTxt .faqUnit .answer {
	padding-bottom: 2px;
}

.faqTxt .faqUnit .answer .faqTitleA {
	font-family: "Times New Roman", Times, serif;
	font-size: 148%;
	font-weight: bold;
	color: #33C;
	float: left;
	width: 1.1em;
	line-height: 100%;
}

.faqTxt .faqUnit .answer .answerTxt {
	font-size: 80%;
	line-height: 150%;
	float: left;
	width: 660px;
}

.faqTxt .faqUnit .faqNote {
	font-size: 80%;
	line-height: 120%;
}

