﻿@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

#content .section{
	margin-bottom: 70px;
}
#content .section .imgleft .image{
	margin-right: 30px;
}
#content .section .imgleft.none .image{
	margin-right: 40px;
}
#content .section .imgright .image{
	margin-left: 80px;
}
#content .section .imgleft .image li,
#content .section .imgright .image li{
	margin-bottom: 0;
}
#content .section .box{

	margin-bottom: 20px;
}
#content .section .box dl{
	height: 250px;
	display: table-cell;
	vertical-align: middle;
}
#content .section .box dl dt{
	margin-bottom: 18px;
}
#content .section .first dl dd{
	margin-right: 65px;
}
/*----------------------*/
#case p{
	text-align: center;
	margin-bottom: 33px;
}
#case .box dl{
	width: 250px;
	padding-right: 30px;
	float: left;
	height: 350px;
	background: url("../image/arrow.jpg") right 10px top 125px no-repeat ;
	text-align: center;
}
#case .box.none dl{
	height: 265px;

}
#case .box dl.none {
	padding-right: 0px;
	background: none;
}
#case .box dl dt{
	margin-bottom: 15px;
}
#content .section p.text{
	text-align: right;
	margin-right: 50px;
}
#content .section p.att{
	margin-top: 15px;
}
#content .section02{
	margin-bottom: 80px;

}