@charset "utf-8";
@import "/css/common/0-import.css";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#conts h2,
#conts h3 {
	margin: 0 0 20px;
}

#conts p {
	margin: 0 0 40px;
	
	line-height: 1.7;
}

#conts dt {
	float: left;
	clear: left;
}

#conts dd {
	margin: 5px 0 15px 0;
	padding: 2px 0 20px 28px;
	background: url(../../img/line/01.gif) repeat-x left bottom;

	line-height: 1.5;
}

#conts dd.last {
	background: none;
}
