@charset "shift_jis";

/* main-inner */
#main #main-inner {
	border: none;
	background: none;
}
#main #main-title,
#main #section01,
#main #section02,
#main #section03 {
	position: relative;
	width: 864px;
}
#main #main-title h2,
#main #main-title h3,
#main #main-title p,
#main #section01 h2,
#main #section01 h3,
#main #section01 p,
#main #section01 dl,
#main #section02 h2,
#main #section02 h3,
#main #section02 h4,
#main #section02 p,
#main #section03 h2,
#main #section03 p,
#main #section03 dl {
	position: absolute;
	margin: 0;
	padding: 0;
}
#main #section01 dt,dd,
#main #section03 dt,dd {
	margin: 0;
	padding: 0;
}

/* main-title */
#main #main-title {
	height: 565px;
	background: url(../img/main_title_bg.png) left top no-repeat;
}
#main #main-title h2 {
	top: 50px;
	left: 30px;
}
#main #main-title .copy {
	bottom: 41px;
	left: 30px;
	z-index: 10;
}

/* section01 */
#main #section01 {
	height: 3080px;
	background: url(../img/section01_bg.gif) left top repeat-y;
}
#main #section01 h2 {
	top: 24px;
	left: 42px;
}

#main #section01 .inner  {
	position: relative;
	height: 3080px;
}
#main #section01 .inner .plate01,
#main #section01 .inner .plate02,
#main #section01 .inner .plate03 {
	position: absolute;
	width: 824px;
	left: 20px;
}

/* plate01 */
#main #section01 .inner .plate01 {
	top: 120px;
	height: 802px;
	background: url(../img/plate01_bg.png) left top no-repeat;
}
#main #section01 .inner .plate01 .plate-inner {
	position: relative;
	height: 802px;
}
#main #section01 .inner .plate01 .plate-inner h3 {
	top: -2px;
	left: 63px;
	z-index: 10;
}
#main #section01 .inner .plate01 .plate-inner .num52,
#main #section01 .inner .plate01 .plate-inner .num53 {
	width: 360px;
	top: 183px;
}
#main #section01 .inner .plate01 .plate-inner .num52 {
	left: 29px;
}
#main #section01 .inner .plate01 .plate-inner .num53 {
	right: 29px;
}

/* plate02 */
#main #section01 .inner .plate02 {
	top: 923px;
	height: 1005px;
}
#main #section01 .inner .plate02 .plate-inner {
	position: relative;
	height: 1005px;
}
#main #section01 .inner .plate02 .plate-inner h3 {
	top: 34px;
	left: 63px;
	z-index: 10;
}

#slide {
	position: relative;
	width: 824px;
	height: 847px;
	margin: 0 auto;
}
#slide .reverse,
#slide .surface {
	position: absolute;
	top: 120px;
	left: 0;
}
#slide .surface {
	width: 412px;/*824px*/
	overflow: hidden;
}

/* plate03 */
#main #section01 .inner .plate03 {
	bottom: 51px;
	height: 1011px;
	background: url(../img/plate03_bg.png) left top no-repeat;
}
#main #section01 .inner .plate03 .plate-inner {
	position: relative;
	height: 1011px;
}
#main #section01 .inner .plate03 .plate-inner h3 {
	top: -93px;
	left: 18px;
	z-index: 10;
}
#main #section01 .inner .plate03 .plate-inner .num12,
#main #section01 .inner .plate03 .plate-inner .num24 {
	width: 400px;
	top: 100px;
}
#main #section01 .inner .plate03 .plate-inner .num12 {
	left: 29px;
}
#main #section01 .inner .plate03 .plate-inner .num24 {
	right: -12px;
}
#main #section01 .inner .plate03 .plate-inner .num21-22 {
	top: 663px;
	left: 42px;
}
#main #section01 .inner .plate03 .plate-inner .num21-22 dd {
	position: absolute;
	top: 187px;
	right: 10px;
	z-index: 10;
}

/* section02 */
#main #section02 {
	height: 1284px;
	background: url(../img/section02_bg.gif) left top repeat-y;
}
#main #section02 h2 {
	top: 0;
	left: 0;
}
#main #section02 .img01 {
	top: 310px;
	left: 19px;
}
#main #section02 .txt01 {
	top: 407px;
	right: 10px;
}
#main #section02 .btn {
	top: 537px;
	right: 22px;
}
#main #section02 h3 {
	top: 707px;
	left: 0;
}
#main #section02 .img02 {
	top: 840px;
	left: 20px;
}
#main #section02 h4,
#main #section02 .txt02 {
	left: 452px;
}
#main #section02 h4 {
	top: 855px;
}
#main #section02 .txt02 {
	top: 985px;
}

/* section03 */
#main #section03 {
	height: 264px;
	background: url(../img/section03_bg.png) left top no-repeat;
}
#main #section03 h2 {
	top: 17px;
	left: 47px;
}
#main #section03 .btn {
	bottom: 27px;
	left: 268px;
}

/* copyright
.copyright {
	clear: both;
	width: 100%;
	line-height: 1;
	margin-top: 20px;
	color: #8c8c8c;
	text-align: center;	
	font-size: 10px;
} */

/* clearfix */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}
