@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

#directly{
	margin-bottom: 40px;
}
#directly p{
	margin-bottom:20px;
}
#directly p.img{
	margin-bottom: 16px;
}
#directly p:last-child{
	margin-bottom:0px;
}
#seed{
	margin-bottom: 50px;
}
#seed h4{
	background: #543322;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	padding: 3px 14px 1px 14px;
	margin-bottom: 20px;
}
#seed > p{
	margin-bottom: 30px;
}
#seed > p span{
	font-weight: bold;
}
#seed .box p{
	font-weight: bold;
	margin-bottom: 10px;
}
#seed .box dl{
	margin-bottom: 28px;
}
#seed .box dl:last-of-type{
	margin-bottom: 19px;
}
#seed .box dl dt{
	margin-bottom: 3px;
	font-weight: bold;
	font-size: 1.15em;
	display: table;
}
#seed .box dl dt span{
	padding-right: 16px;
	    display: table-cell;
    vertical-align: top;
}
#seed .boxmain{
	background: #EEF4D9;
	border: 4px solid #D2E29C;
	padding: 11px 20px;
	margin-bottom: 30px;
}
#seed .boxmain dt{
	font-size: 1.15em;
	font-weight: bold;
	margin-bottom: 6px;
}
#seed .boxmain dd span{
	font-weight: bold;
}
#seed  p.btn{
	text-align: center;
}