@charset "utf-8";
/* --------------------------------------------------
	faq.css
-------------------------------------------------- */

/* #topSection
----------------------------------------*/
ul#topSection.link {
	margin-top:14px;
}
ul#topSection.link li {
	float:left;
	width:320px;
	padding:8px 10px 8px 0;
}

/* .section
----------------------------------------*/
.section .block {
	margin-top:0;
}
.section .block dl {
	padding:15px 0;
	border-bottom:1px dashed #ccc;
}
.section .block dl dt {
	position:relative;
	padding:0 0 0 1.5em;
	color: #003F98;
	font-size:12px;
	font-weight:bold;
	line-height:1.5;
}
.section .block dl dd {
	position:relative;
	margin-top:0.5em;
	padding:0 0 0 1.5em;
	color:#333;
	font-size:12px;
	line-height:1.5;
}
.section .block dl b {
	position:absolute;
	display:block;
	width:1.5em;
	color:#333;
	left:0;
	top:0;
	font-weight:normal;
}
.section .block dl dt b {
	color: #003F98;
	font-weight:bold;
}
.section .block dl dd.comment {
	color:#666;
	margin-left:1em;
	text-indent:-1em;
}
.section .block dl span.comment {
	position:relative;
	color:#666;
	margin-left:-1em;
	left:1em;
}
.section .block dl dd.indent {
	margin-left:1em;
	text-indent:-1em;
}
.section .block dl dd.indent2 {
	margin-left:1em;
}
.section .block dl dd.red {
	color:#f00;
}

