﻿@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
#content .box.top{
	margin-bottom: 60px;
}
#content .box ul li{
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 17px;
}
#content .box ul li:nth-child(3n){
	margin-right: 0px;
}
#content .section{
	margin-bottom: 75px;
}
#content .section.none{
	margin-bottom: 0px;
}
#content .section .imgleft p{
	margin-left: 270px;
}
#content .section .imgright p{
	margin-right: 270px;
}
#content .section .box ul li {
	margin-right: 0;
}