@charset "utf-8";
/* CSS Document */

table.faqlist
{
	width:705px;
	margin-left:20px;
	margin-bottom:10px;
}

table.faqlist th
{
	border-bottom:dotted 1px #BBBDBF;
	padding: 12px 0px 7px 10px;
	font-size: 14px;
	width: 50px;
	text-align:left;
}

table.faqlist td
{
	border-bottom:dotted 1px #BBBDBF;
	padding:12px 0px 7px 0px;
	font-size:14px;
	text-align: left;
}

table.faqlist a
{
	font-size:14px;
	color: #33348E;
}

#faq
{
	width:580px;
}

#faqI
{
	width:500px;
	margin:20px auto 0px 15px;
}

.questionBox
{
	width: 500px;
	padding-bottom: 1px;

}

.answerBox
{
	width: 500px;
}

.questionNote
{
	font-size:15px;
	width: 470px;
	float: right;
	color:#E10000;
}

.questions
{
	font-size:14px;
	width: 30px;
	float: left;
	color:#E10000;
}

.answerNote
{
	font-size:14px;
	width: 470px;
	float: right;
}

.answer
{
	font-size:15px;
/* 	width: 30px; */
	float: left;
}

.faqclear
{
	clear: both;
}