@charset "Shift_JIS";
/* CSS Document */

.question {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #CC0000;
	width: 620px;
	padding-left: 110px;
	padding-bottom: 2px;
	background-image: url(../images/faq/questionIcon.jpg);
	background-repeat: no-repeat;
	border-bottom: dotted 1px #999999;
	padding-top: 10px;
	background-position: 0px 10px;
}
.answer {
	font-size: 13px;
	line-height: 18px;
	color: #333333;
	width: 610px;
	padding-top: 2px;
	padding-bottom: 20px;
	padding-left: 110px;
	background-image: url(../images/faq/answerIcon.jpg);
	background-repeat: no-repeat;
	background-position: 10px 2px;
}
.formLine {
	font-size: 13px;
	line-height: 18px;
	width: 730px;
	padding-top: 8px;
	padding-bottom: 2px;
	border-bottom: dotted 1px #999999;
}
.formL {
	color: #003366;
	width: 155px;
	padding: 3px 0px 3px 5px;
	background-color: #cccccc;
	float: left;
}
.formR {
	width: 540px;
	padding: 3px 0px 3px 10px;
	float: left;
}
.formNec {
	font-size: 12px;
	color: #CC0000;
	width: 20px;
	padding: 3px 0px 3px 0px;
	background-color: #cccccc;
	float: left;
}
.formSubmit {
	padding-top: 20px;
	padding-bottom: 40px;
	text-align: center;
}
.inquiryAtt {
	font-size: 12px;
	line-height: 16px;
	color: #CC0000;
	background-color: #FFFFCC;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	border: solid 1px #CC0000;
	margin-top: 20px;
}
input, textArea {
	font-size: 13px;
	line-height: 16px;
	color: #666666;
}
#thanksCatch {
	font-size: 17px;
	line-height: 21px;
	font-weight: bold;
	color: #003366;
	padding-top: 20px;
	padding-bottom: 2px;
	margin-bottom: 20px;
	border-bottom: solid 1px #003366;
}
.thanksInfo {
	padding-top: 5px;
	background-color: #CCCCCC;
	text-align: center;
	border: solid 1px #CC0000;
}
.thanksInfoTTL {
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #CC0000;
}
.thanksComp {
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	color: #003366;
	padding-top: 10px;
	padding-bottom: 5px;
}
.thanksTel {
	font-size: 16px;
	line-height: 18px;
	color: #CC0000;
	padding-bottom: 15px;
}
.privacy {padding: 10px 0px 30px 0px;}
.privacy a:link, .privacy a:visited {
	color: #003399;
	text-decoration: none;
}
.privacy a:hover {
	color: #CC0000;
	text-decoration: underline;
}

