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

#conts h3 {
	margin: 40px 0 10px 0;
	
}

#conts h4 {
	margin: 10px 0 35px;
}
	
#conts dl {
	margin: 20px 0;
	line-height: 1.7;
}

#conts dt {
	font-weight: bold;
	
	color: #00822d;
	float: left;
	clear: left;
}

#conts dd {
	margin: 0 0 0 25px;
	color: #333;
}
	
#conts p {
	color: #333;
	margin-top: 10px;
	line-height: 1.7;
	font-size: 12px;
	
}

#conts .box img {
	float: right;
	margin-right: 20px;
}

#conts .box p {
	margin-right: 0;
}



#conts  .link {
	margin-left: 15px;
}


		
		
