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

#conts h4 {
	margin: 40px 0 15px 28px;
}

#conts h3 {
	margin: 25px 0 15px 0;
}

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

#conts span {
	font-weight: bold;
	color: #DA5800;
}

#conts dl {
	margin-left: 28px;
	line-height: 1.7;
}

#conts dt{
	width: 125px; 
	font-weight: bold;
	float: left;
}


