@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 span,
#main #section01 h2,
#main #section01 ul,
#main #section01 p {
	position: absolute;
	margin: 0;
	padding: 0;
}

/* main-title */
#main #main-title {
	height: 1058px;
	background: url(../img/main_title_bg.png) left top no-repeat;
}
#main #main-title h2 {
	bottom: 36px;
	left: 0;
}
#main #main-title .logo {
	top: 17px;
	left: 11px;
}
#main #main-title .chara {
	top: 23px;
	left: 51px;
}

/* section01 */
#main #section01 {
	height: 800px;
	background:url(../img/section01_bg.png) left bottom no-repeat;
}
#main #section01 h2 {
	top: 0;
	left: 0;
}
#main #section01 ul {
	top: 81px;
	left: 11px;
}
#main #section01 li {
	float: left;
	width: 213px;
	padding: 0 0 6px 0;
}
#main #section01 .note {
	top: 651px;
	left: 278px;
}
#main #section01 .btn {
	bottom: 30px;
	left: 122px;
}

/* copyright */
.copyright {
	clear: both;
	width: 100%;
	line-height: 1;
	margin-top: 20px;
	color: #8c8c8c;
	text-align: center;	
	font-size: 10px;
}

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