@charset "utf-8";

/**
 * FAQ
 */
div.faq-wrap {
	margin: 10px 0;
}

div.faq-wrap ul {
	list-style: disc;
	margin-bottom: 8px;
}

dt {
	background: url('../images/arrow-nav.gif');
	background-position: 13px 7px;
	background-repeat: no-repeat;
	padding: 4px 0 4px 25px;
	color: #454974;
	cursor: hand;
	cursor: pointer;
	border: 1px solid #c7d9e2;
	border-bottom: none;
	display: block;
	min-height: 15px;
}

dt.last {
	border-bottom: 1px solid #c7d9e2;
}

* html dt {
	height: 15px;
}

.hover {
	font-weight: bold;
	background-color: #e7eef5;
}

dd {
	display: none;
	padding: 12px 30px;
}
