@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 p,
#main #section01 h2,
#main #section01 h3,
#main #section01 p,
#main #section02 h2,
#main #section02 p,
#main #section03 h2,
#main #section03 p {
	position: absolute;
	margin: 0;
	padding: 0;
}

/* main-title */
#main #main-title {
	height: 558px;
	background: url(../img/main_ttl_bg.png) left top no-repeat;
}
#main #main-title h2 {
	top: 25px;
	left: 15px;
}
#main #main-title .img01 {
	top: 56px;
	right: 25px;
}
#main #main-title .crane-img {
	width: 328px;
	margin: 0 0 0 536px;
}
/*
#main #main-title .crane-img img {
	float: right;
}*/
#main #main-title .crane-img.fixed {
    position: fixed;
    top: -72px;
	z-index: 10;
}

/* section01 */
#main #section01 {
	height: 703px;
	background: url(../img/section01_bg.jpg) left top no-repeat;
}
#main #section01 h2 {
	top: 0;
	right: 57px;
}
#main #section01 .copy {
	top: 215px;
	right: 79px;
}
#main #section01 h3 {
	top: 296px;
	left: 19px;
}
#main #section01 .img01 {
	top: 85px;
	left: 88px;
}
#main #section01 .img02 {
	bottom: 37px;
	left: 41px;
}
#main #section01 .note {
	bottom: 8px;
	left: 32px;
}

/* section02 */
#main #section02 {
	height: 760px;
	background: url(../img/section02_bg.jpg) left top no-repeat;
}
#main #section02 h2 {
	top: 47px;
	left: 58px;
}
#main #section02 .txt01 {
	top: 178px;
	left: 100px;
}
#main #section02 .img01 {
	top: 64px;
	right: 30px;
}
#main #section02 .txt02 {
	top: 290px;
	left: 99px;
}
#main #section02 .txt03 {
	top: 490px;
	left: 105px;
}
#main #section02 .img02 {
	top: 459px;
	right: 70px;
}
#main #section02 .chara {
	bottom: 19px;
	left: 111px;
}
#main #section02 .note {
	bottom: 8px;
	left: 32px;
}

/* section03 */
#main #section03 {
	height: 702px;
	background: url(../img/section03_bg.png) left top no-repeat;
}
#main #section03 h2 {
	top: 41px;
	right: 73px;
}
#main #section03 .copy {
	top: 228px;
	right: 115px;
}
#main #section03 .img01 {
	top: 48px;
	left: 71px;
}
#main #section03 .img02 {
	top: 344px;
	right: 46px;
}
#main #section03 .img03 {
	top: 358px;
	left: 64px;
}
#main #section03 .note {
	bottom: 6px;
	left: 32px;
}

/* main-footer */
.main-footer {
	position: relative;
	margin: 20px 0 32px 0;
}
.main-footer:last-child {
	margin-bottom: 0;
	padding-bottom: 32px;
}
.f-border {
	margin-top: 56px;
	padding: 20px 0 0;
	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;
}
.f-soft-wrap {
	margin: 0 0 10px;
}
.main-footer .f-icon {
	float: left;
}
.main-footer .f-soft-ttl {
	float: left;
	margin: 10px 0 0 14px;
}
.main-footer .f-copyright {
	margin: 0 0 8px;
	color: #8C8C8C;
	font-size: 9px;
}

.main-footer02 {
	position: relative;
	margin: 20px 0 32px 0;
}
.main-footer02:last-child {
	margin-bottom: 0;
	padding-bottom: 32px;
}
.f-border {
	margin-top: 56px;
	padding: 20px 0 0;
	border-top: 1px solid #C1C1C1;
}

.main-footer02 .f-hard {
	position: absolute;
	top: 20px;
	right: 0;
}
/*.f-border02 .f-hard {
	top: 20px;
}*/
.f-wrap {
	margin: 36px 0 0;
}
.main-footer02 .f-logo {
	float: left;
	width: 320px;
	text-align: center;
}
.main-footer02 .f-contents {
	float: right;
	width: 514px;
}
.main-footer02 .f-icon {
	float: left;
}
.main-footer02 .f-name {
	position: relative;
	float: right;
	width: 443px;
	height: 55px;
	margin: 0 0 15px;
}
.main-footer02 .f-soft-ttl {
	position: absolute;
	top: 10px;
}
.main-footer02 .f-copyright {
	position: absolute;
	bottom: 10px;
	color: #8C8C8C;
	font-size: 9px;
}

/* main-copyright
#main .main-copyright {
	margin-top: 30px;
	line-height: 1.4;
}
#main .main-copyright p {
	padding: 0 0 5px;
}
#main .main-copyright span {
	color: #333;
	font-weight: bold;
} */

/* clearfix */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}
