﻿@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

.section01 .box{
	background: url("../image/about01.png") right top no-repeat;
	margin-bottom: 95px;
}
.section01 .box .text,
.section03 .box .text{
	padding-top: 45px;
	margin-right: 220px;
}
.section03 .box{
	 background: url("../image/about03.png") right top no-repeat;
	margin-bottom: 95px;
 }
.section02 .box{
	margin-bottom: 95px;
	background: url("../image/about02.png") left top no-repeat;
}
.section02 .box .text{
	 padding-top: 45px;
	 margin-left: 220px;
 }