@charset "utf-8";


/* faq */
/* =========================================================== */


/* faq */
#main.faq h1 {
	padding: 2px 0 16px 15px;
	background: url(../common/ttl_line.gif) no-repeat left bottom;
	border-bottom: solid 1px #CCCCCC;
	color: #2D2D2D;
	font-size: 156%;
	line-height: 1.1;
	font-weight: bold;
}

#main.faq h2 {
	margin: 20px 0 0 0;
	color: #2D2D2D;
	font-size: 90%;
	line-height: 1.7;
	font-weight: bold;
}

#main.faq ul.question {
	margin: 12px 0 25px 0;
}

#main.faq ul.question li {
	padding: 0 0 4px 0;
	list-style: none;
}

#main.faq ul.question li span.mark {
	float: left;
	width: 1.4em;
	margin: 0 3px 0 0;
	font-size: 78%;
	line-height: 1.7;
	font-weight: bold;
}

#main.faq ul.question li span.body {
	float: left;
	width: 610px;
	font-size: 78%;
	line-height: 1.7;
}

#main.faq dl.answer {
	padding: 20px 0;
	background: url(../faq/images/tensen.gif) repeat-x left bottom;
}

#main.faq dl.answer dt {
	color: #2D2D2D;
}

#main.faq dl.answer dt span.mark {
	float: left;
	width: 1.4em;
	margin: 0 3px 0 0;
	font-size: 90%;
	line-height: 1.7;
	font-weight: bold;
}

#main.faq dl.answer dt span.body {
	float: left;
	width: 610px;
	font-size: 90%;
	line-height: 1.7;
	font-weight: bold;
}

#main.faq dl.answer dd {
	margin: 8px 0 0 0;
}

#main.faq dl.answer dd div.mark {
	float: left;
	width: 1.4em;
	margin: 0 3px 0 0;
	font-size: 90%;
	line-height: 1.4;
	font-weight: bold;
}

#main.faq dl.answer dd div.body {
	float: left;
	width: 610px;
	font-size: 78%;
	line-height: 1.7;
}

#main.faq div.bottomSpace {
	margin: -1px 0 0 0;
	background: #FFFFFF;
}


