@charset "shift_jis";

/* main-inner */
#main #main-inner {
	border: none;
	background: none;
}
#main #main-title,
#main #section01,
#main #section02 {
	position: relative;
	width: 864px;
}
#main #main-title h2,
#main #main-title p,
#main #section01 h3,
#main #section01 ul,
#main #section01 p,
#main #section02 h3,
#main #section02 p {
	position: absolute;
	margin: 0;
	padding: 0;
}

/* main-title */
#main #main-title {
	height: 493px;
	background: url(../img/main_title_bg.png) left top no-repeat;
}
#main #main-title h2 {
	top: 36px;
	left: 40px;
}
#main #main-title .chara {
	top: -30px;
	right: -66px;
}
#main #main-title .catch {
	top: 330px;
	left: 40px;
}

/* section01 */
#main #section01 {
	height: 2164px;
	background: url(../img/section01_bg.png) left top repeat-y;
}
#main #section01 h3 {
	top: 42px;
	left: 40px;
}
#main #section01 ul {
	top: 142px;
	left: 40px;
	list-style: none;
}
#main #section01 li {
	position: relative;
	width: 784px;
}
#main #section01 .course01,
#main #section01 .course02,
#main #section01 .course03,
#main #section01 .course04,
#main #section01 .course05,
#main #section01 .course06,
#main #section01 .course07 {
	height: 238px;
} 
#main #section01 .course01,
#main #section01 .course02 {
	margin: 0 0 48px 0;
}
#main #section01 .course03,
#main #section01 .course05 {
	margin: 0 0 49px 0;
}
#main #section01 .course04,
#main #section01 .course06 {
	margin: 0 0 60px 0;
}
#main #section01 .course01 .img,
#main #section01 .course02 .img,
#main #section01 .course03 .img,
#main #section01 .course04 .img,
#main #section01 .course05 .img,
#main #section01 .course06 .img,
#main #section01 .course07 .img {
	top: 0;
	left: 0;
}
#main #section01 .course01 .chara {
	right: 22px;
	bottom: -14px;
}
#main #section01 .course03 .chara {
	right: 8px;
	bottom: -24px;
}
#main #section01 .course04 .chara {
	left: 37px;
	bottom: -16px;
}
#main #section01 .course05 .icon {
	left: -78px;
	top: -69px;
	z-index: 10;
}
#main #section01 .course05 .chara {
	right: 16px;
	bottom: -1px;
}
#main #section01 .course06 .icon {
	right: -56px;
	top: -40px;
	z-index: 10;
}
#main #section01 .course06 .chara {
	left: 21px;
	bottom: 0;
}
#main #section01 .course07 .icon {
	top: -40px;
	left: -36px;
	z-index: 10;
}
#main #section01 .course07 .chara {
	right: 12px;
	bottom: 3px;
}

/* section02 */
#main #section02 {
	height: 756px;
	background: url(../img/section02_bg.png) left top no-repeat;
}
#main #section02 h3 {
	top: 65px;
	left: 60px;
}
#main #section02 .mashiko {
	top: 184px;
	left: 57px;
}
#main #section02 .yamamura {
	top: 440px;
	right: 62px;
}
#main #section02 .btn {
	bottom: 54px;
	left: 47px;
}

/* 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: #8C8C8C;
	font-size: 9px;
}
.main-footer .f-note01 {
	margin: 5px 0 15px;
	color: #8C8C8C;
	font-size: 9px;
}
.main-footer .f-btn {
	margin: 15px 0 0;
}

/* clearfix */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}
