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

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

#conts h4 {
	margin: 30px 0 15px 0;
}

#conts h5 {
	margin-bottom: 15px;
}

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

#conts p.red {
	margin-bottom: 40px;
	color: #F00;
}

#conts p.small_text {
	font-size: 11px;
}

#conts p.green {
	color:#3C8748;
	font-weight: bold;
	font-size: 14px;
}

#conts p.green span {
	color:#333;
	font-weight: normal;
	font-size: 12px;
}

#conts dl {
	margin-bottom: 30px;
	line-height: 1.7;
}

#conts dt {
	float: left;
	color: #3C8748;
	font-weight: bold;
	clear: both;
}

#conts dd {
	margin: 0 0 0 25px;
	color: #333;
}
