@charset "utf-8";

/* ------------------------------------------------------------

	faq style

------------------------------------------------------------ */

/* ----------column---------- */

dl#list_faq dt {
	background-color: #8CB2D9;
	margin-bottom: 1px;
	padding: 5px 10px;
	color: #FFFFFF;
	font-weight: bold;
}

dl#list_faq dd .answer_box {
	width: 558px;
	border: 1px solid #E7E7E7;
	margin-bottom: 0.5em;
	padding: 5px 10px;
}

* html body dl#list_faq dd .answer_box {
	width: 580px;
}

dl#list_faq dd ul {
	float: right;
	list-style-type: none;
	margin-bottom: 1em;
}

dl#list_faq dd ul li {
	display: inline;
	margin-left: 2em;
}

dl#list_faq dd ul li a {
	background: url(../images/l-navi_icon_01.gif) no-repeat left center ;
	padding-left: 20px;
}




