@charset "utf-8";

/* main-inner */
#main #main-inner {
	border: none;
	background: none;
}

#main #main-title,
#main #section01 {
	position: relative;
	width: 864px;
}

#main #main-title h2,
#main #main-title p,
#main #section01 li {
	position: absolute;
	margin: 0;
	padding: 0;
}

/* main-title */
#main #main-title {
	height: 421px;
	background: url(../img/main_title_bg.png) left top no-repeat;
}
#main #main-title h2 {
	top: 30px;
	left: 28px;
	z-index: 10;
}
#main #main-title .logo {
	top: 14px;
	right: 13px;
}
#main #main-title .catch {
	top: 345px;
	left: 38px;
}

/* section01 */
#main #section01 {
	height: 1256px;
	background: url(../img/section01_bg.png) left top repeat-y;
}
#main #section01 li:nth-of-type(1) {
	top: 34px;
	left: 19px;
}
#main #section01 li:nth-of-type(2) {
	top: 8px;
	right: 39px;
}
#main #section01 li:nth-of-type(3) {
	top: 412px;
	left: 225px;
}
#main #section01 li:nth-of-type(4) {
	top: 829px;
	left: 0;
}
#main #section01 li:nth-of-type(5) {
	top: 829px;
	right: 37px;
}

/* clearfix */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}
