@charset "UTF-8";

@import url("../common/css/common.css");


/* #content */
.box{
	margin-bottom:25px;
}
.box h3,
.box_left h3,
.box_right h3{
	margin-bottom:20px;
}
.box p{
	margin:0 0 15px 15px;
}
.box ul,
.box_left ul{
	margin-left:15px;
}
.box ul.number li,
.box_left ul.number li{
	margin-bottom:12px;
	padding-left:3em;
	text-indent:-3em;
}
.box ul.imgul li{
	font-size:0;
	line-height:0;
}
.box .img_right{
	float:right;
	margin-top:-3px;
}

.box_left{
	width:630px;
	float:left;
	margin-bottom:25px;
}
.box_left dl{
	width:300px;
	float:left;
	padding-top:10px;
}
.box_left dl dt{
	font-size:0;
	line-height:0;
	margin-bottom:20px;
}
.box_left dl dd{
	border-bottom:3px solid #ccecce;
	margin-bottom:4px;
	padding-bottom:5px;
}
.box_left dl.dl_right{
	width:300px;
	float:right;
}
.box_left dl.dl_right dd{
	border-bottom:3px solid #e2e2e2;
}
.box_right{
	width:300px;
	float:right;
	margin-bottom:25px;
}