@charset "utf-8";

/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#conts dl {
	clear: both;
	overflow: hidden;
	zoom: 1;
}

#conts .note01 {
	background: url(../img/common/line01.gif) repeat-x left bottom;
	padding: 1px 0 17px 16px;
	margin-bottom: 15px;
}

#conts .dlNone01 {
	background: none;
	padding-bottom: 13px;
}

#conts .note01 dt {
	float: left;
}

#conts .note01 dd {
	background: url(../img/common/line03.gif) repeat-y left top;
	font-size: 1.1em;
	padding-left: 77px;
}

#conts .note02 {
	background: url(../img/common/line01.gif) repeat-x left bottom;
	padding: 0px 0 12px 0;
	margin-bottom: 15px;
}

#conts .note02 dt {
	float: left;
}

#conts .note02 dd {
	font-size: 1.1em;
	padding-left: 46px;
}

#conts .note02 dd span {
	display: block;
	font-weight: bold;
	font-size: 1.3em;
}

#conts .dlNone02 {
	background: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

#conts img {
	vertical-align: top;
}