@charset "utf-8";

/* main-inner */
#main #main-inner {
	height: 2458px;
	border: none;
	background: url(../img/main_inner_bg.png) left top no-repeat;
}

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

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

/* main-title */
#main #main-title {
	height: 329px;
}
#main #main-title h2 {
	top: 15px;
	left: 11px;
}
#main #main-title .catch {
	top: 252px;
	left: 64px;
}

/* section01 */
#main #section01 {
	position: relative;
	width: 944px;
	height: 1034px;
	left: -40px;
}
#main #section01 .secret {
	width: 944px;
	height: 1034px;
	background: url(../img/secret_bg.png) left top no-repeat;
}
#main #section01 .secret h2 {
	top: 20px;
	left: 70px;
}
#main #section01 .secret span {
	top: 314px;
	left: 181px;
}
#main #section01 .secret ol li:nth-child(1) {
	top: 144px;
	left: 54px;
}
#main #section01 .secret ol li:nth-child(2) {
	top: 310px;
	left: 54px;
}
#main #section01 .secret ol li:nth-child(3) {
	top: 574px;
	left: 54px;
}
#main #section01 .secret ol li:nth-child(4) {
	top: 626px;
	left: 54px;
}
#main #section01 .secret ol li:nth-child(5) {
	top: 147px;
	right: 55px;
}
#main #section01 .secret ol li:nth-child(6) {
	top: 590px;
	right: 60px;
}
#main #section01 .secret ol li:nth-child(7) {
	top: 772px;
	right: 63px;
}

/* section02 */
#main #section02 {
	height: 1099px;
}
#main #section02 h2 {
	z-index: 10;
}
#main #section02 .armor-ttl {
	top: -2px;
	left: 52px;
}
#main #section02 .armor-img {
	top: 67px;
	left: -36px;
}
#main #section02 .armor-btn {
	top: 446px;
	left: 182px;
}
#main #section02 .copy-ttl {
	top: 563px;
	left: 206px;
}
#main #section02 .copy-img {
	top: 621px;
	left: 29px;
}
#main #section02 .copy-btn {
	top: 959px;
	left: 182px;
}

/* main-footer */
.main-footer {
	position: relative;
	margin: 20px 0 0;
	padding-bottom: 32px;
}
.f-border {
	margin-top: 24px;
	padding-top: 20px;
	border-top: 1px solid #C1C1C1;
}
.main-footer .f-hard {
	position: absolute;
	top: 0;
	right: 0;
}
.f-border .f-hard {
	top: 20px;
}
.f-wrap {
	margin: 36px 0 0;
}
.main-footer .f-logo {
	float: left;
	width: 320px;
	text-align: center;
}
.main-footer .f-contents {
	float: right;
	width: 514px;
}
.main-footer .f-icon {
	float: left;
}
.main-footer .f-name {
	position: relative;
	float: right;
	width: 443px;
	height: 55px;
}
.main-footer .f-soft-ttl {
	position: absolute;
	top: 10px;
}
.main-footer .f-copyright {
	position: absolute;
	bottom: 10px;
	color: #FFFFFF;
	font-size: 9px;
}
.main-footer .f-note01 {
	margin: 5px 0 15px;
	color: #FFFFFF;
	font-size: 9px;
}
.main-footer .f-btn {
	margin: 15px 0 0;
}

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