@charset "utf-8";

/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#conts {
	font-size: 1.2em;
}

#conts .mapBox {
	background: url(../img/common/line01.gif) repeat-x left bottom;
	clear: both;
	padding: 6px 0 12px 3px;
	margin-bottom: 14px;
}

#conts .mapBox dl {
	float: left;
	width: 355px;
}

#conts .mapBox dt {
	float: left;
}

#conts .mapBox dd {
	padding: 0 0 10px 6em;
}

#conts .mapBox .map {
	float: right;
	text-align: right !important;
}

#conts .mapBox .map a {
	font-size: 0.9em !important;
	text-decoration: underline;
	color: #99CC00;
}

#conts .mapBox .map a:hover {
	text-decoration: none;
}

#conts .list {
	clear: both;
	margin-left: 3px;
}

#conts .list dt {
	float: left;
}

#conts .list dd {
	padding-left: 13.3em;
}

#conts dt span {
	font-weight: bold;
}