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

#conts h3 {
	margin: 0 0 20px;
}

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

/*#conts dl {
	margin: 10px 0 0;
}
*/
#conts dt {
	float: left;
	clear: left;
}

#conts dd {
	margin: 0 0 20px;
	padding: 2px 0 20px 40px;
	background: url(../../../img/line/01.gif) repeat-x left bottom;
	line-height: 1.5;
	color: #333;
}

