@charset "UTF-8";

/* -----------------------------------------------
 *           faq
 * ----------------------------------------------- */

/* =========== content-title =========== */

#content-title {
}

#content-title h1 {
	margin-bottom: 30px;
}


/* =========== h2 =========== */

#content-body h2 {
	margin: 26px 0 20px 0;
	padding: 2px 7px;
	border: 1px solid #4b5e70;
	font-size: 117%;
	font-weight: normal;
	color: #4b5e70;
}


/* =========== table-of-contents =========== */

dl.table-of-contents dd ul img.question {
	margin-left: 5px;
	margin-right: 14px;
	vertical-align: -2px;
	_vertical-align: -1px;
}

dl.table-of-contents dd ul li {
	padding-left: 53px;
	text-indent: -43px;
}

/* =========== page-top =========== */

ul.page-top  {
	_margin-top: 3px;
}



/* =========== faq =========== */

div.faq {
}

div.faq-unit,
div.faq-unit-pseudo-first-child {
	_overflow: visible;
	_height: 1px;
	zoom: 1;
	/*\*//*/
	overflow: hidden;
	/**/
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #e6e6e6;
}

div.faq-unit-pseudo-first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: 0 none;
}

div.faq-unit:after,
div.faq-unit-pseudo-first-child:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}

div.faq h3 {
	position: relative;
	float: left;
	width: 120px;
	padding-left: 40px;
	padding-top: 16px;
	font-weight: normal;
}

div.faq h3 img {
	position: absolute;
	top: 20px;
	left: 15px;
}

div.faq div.answer {
	position: relative;
	float: right;
	width: 460px;
	padding: 16px 20px 0 40px;
	background-color: #eee;
}

div.faq div.answer h4 {
	position: absolute;
	top: 21px;
	left: 15px;
}

div.faq div.answer p {
	margin-bottom: 10px;
}


div.faq div.answer dl.float-list-A01 dt {
	width: 180px;
}

div.faq div.answer dl.float-list-A01 dd {
	width: 250px;
}

div.faq div.answer dl.float-list-A01 ul {
	margin-bottom: 0;
	_margin-top: 3px;
}


