@charset "utf-8";
@import "base.css";
@import "reset.css";
@import "cont.css";

/* 事業計画
--------------------------------------------------------------------*/


div.plan_box dl {
	padding:10px;
}

div.plan_box dl dt {
	float:right;
	width:220px;
	margin-bottom:20px;
}


div.plan_box dl dd {
	float:left;
	width:370px;
}

div.plan_box dl dd h4 {
	width:200px;
	text-align:center;
	padding:5px 0;
	color:#FFF;
	background:#F60;
	font-family:メイリオ;
	margin-bottom:8px;
	font-size:1.4em;
}

div.plan_box dl dd p {
	font-size:1.2em;
	line-height:1.4;
}

div.plan_box2 dl {
	padding:10px;
}

div.plan_box2 dl dt {
	float:right;
	width:220px;
	margin-bottom:30px;
}


div.plan_box2 dl dd {
	float:left;
	width:370px;
}

div.plan_box2 dl dd h4 {
	width:200px;
	text-align:center;
	padding:5px 0;
	color:#FFF;
	background:#F60;
	font-family:メイリオ;
	margin-bottom:8px;
	font-size:1.4em;
}

div.plan_box2 dl dd p {
	font-size:1.2em;
	line-height:1.4;
	padding-bottom:15px;
}