@charset "utf-8";

/*
	Faq
----------------------------------------------------------------------*/

/*KeyVisual---*/
#KeyVisual .keyImage {
	background-image: url(/img/faq/img_key.jpg);
}
/*---KeyVisual*/


/*firstBlock---*/
#firstBlock {
	line-height: 1.75em;
}

#firstBlock dl {
	overflow: hidden;
}

#firstBlock dl dt {
	font-weight: bold;
	width: 320px;
	padding-left: 40px;
	float: left;
	background-image: url(/img/faq/bg_q.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
	height: 35px;
	min-height: 35px;
}

#firstBlock dl dd {
	padding: 0 0 15px 450px;
	border-bottom: 1px solid #EEE;
	margin-bottom: 15px;
	background-image: url(/img/faq/bg_a.png);
	background-repeat: no-repeat;
	background-position: 410px 3px;
}

#firstBlock .link {
	text-align: left;
	margin-top: 5px;
}

#firstBlock .links {
	overflow: hidden;
}

#firstBlock .links li {
	float: left;
	margin-right: 20px;
}
/*---firstBlock*/