@charset "UTF-8";

/*
*******************************************************************************************************
# 筐体
*******************************************************************************************************
*/

#contents section{
	position: relative;
	margin: 18px 0 0;
	padding: 0 10px 50px;
}
#contents section h2{
	position: absolute;
	left: 5px;
	top: 40px;
}
#contents section.section1{
	background: url(../img/section1_bg.png) no-repeat 645px 10px;
}
#contents section.section2{
	margin: 0 0 40px;
}
#contents section.section3{
	background: url(../img/section3_bg.png) no-repeat 645px 10px;
}
