@charset "utf-8";

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

#main #main-title,
#main #section01,
#main #section02,
#main .reserve {
	position: relative;
	width: 864px;
}
#main #main-title h2,
#main #main-title p,
#main #section01 h2,
#main #section01 p,
#main #section01 span,
#main #section01 li,
#main #section02 h2,
#main #section02 p,
#main #section02 span,
#main .reserve h2,
#main .reserve p {
	position: absolute;
	margin: 0;
	padding: 0;
}

/* main-title */
#main #main-title {
	height: 244px;
	background: url("../img/main_title_bg.png") left top no-repeat;
}
#main #main-title h2 {
	top: 24px;
	left: 18px;
}
#main #main-title .release-date {
	top: -4px;
	right: -31px;
}

/* section01 */
#main #section01 {
	height: 620px;
	background: url("../img/section01_bg.png") left top no-repeat;
}
#main #section01 h2 {
	top: 31px;
	right: 31px;
}
#main #section01 .catch {
	bottom: 26px;
	left: 97px;
}
#main #section01 .item-img01 {
	top: -12px;
	left: -20px;
}
#main #section01 .item-img02 {
	top: 231px;
	right: 51px;
}

/* section02 */
#main #section02 {
	height: 730px;
	background: url("../img/section02_bg.png") left top no-repeat;
}
#main #section02 h2 {
	top: 28px;
	left: 46px;
}
#main #section02 .catch {
	bottom: 30px;
	left: 109px;
}
#main #section02 .item-img01 {
	top: 48px;
	right: -44px;
}
#main #section02 .item-img02 {
	top: 300px;
	left: 69px;
}

/* release */
#main .reserve {
	height: 197px;
	background: url("../img/reserve_bg.png") left top repeat-y;
}
#main .reserve h2 {
	top: 40px;
	left: 69px;
}
#main .reserve .price {
	top: 122px;
	left: 215px;
}
#main .reserve .attention {
	top: 13px;
	left: 62px;
}

/* 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;*/
	width: 342px;
	text-align: center;
}
.main-footer .f-contents {
	float: right;
	width: 514px;
}
.f-soft-wrap {
	margin: 0 0 10px;
}
.main-footer .f-icon {
	float: left;
}
.main-footer .f-soft-ttl {
	float: left;
	margin: 5px 0 0 14px;
}
.main-footer .f-copyright {
	line-height: 1.4;
	margin: 0 0 14px;
	padding: 5px 0 0 0;
	color: #FFFFFF;
	font-size: 9px;
}
.main-footer .f-note01 {
	margin: 0 0 14px;
	color: #8C8C8C;
	font-size: 9px;
}

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