@charset "shift_jis";
/* title-area */
#main #title-area {
	height: 36px;
	background: url(../img/title_area_bg.png) no-repeat;
}
#main #title-area h1 {
	position: absolute;
	top: 14px;
	left: 12px;
}
#main #title-area .update {
	top: 16px;
	right: 6px;
}

/* main-inner */
#main #main-inner {
	border: none;
}
#main #main-inner img {
	vertical-align: bottom;
}

/* main-visual */
#main .main-visual p{
	float: left;
	height: 503px;
}

/* article01 */
#main .article01 {
	position:relative;
	height: 1721px;
	padding: 32px 0 0;
	background: url(../img/article01_bg.jpg) no-repeat;
}
#main .article01 .a01-01 {
	position: relative;
	height: 577px;
}
#main .article01 .a01-01 dt {
	z-index: 2;
	position: absolute;
	left: 82px;
}
#main .article01 .a01-01 dd {
	position: absolute;
	top: 8px;
	left: -17px;
}
#main .article01 .a01-02 {
	position: relative;
	height: 1144px;
}
#main .article01 .a01-02 dt {
	position: absolute;
	top: -10px;
	left: 21px;
}
#main .article01 .a01-02 li {
	position: absolute;
}
#main .article01 .a01-02 .chara01 {
	top: 283px;
	left: 22px;
}
#main .article01 .a01-02 .chara02 {
	top: 352px;
	right: 32px;
}
#main .article01 .a01-02 .chara03 {
	top: 633px;
	left: -11px;
}
#main .article01 .a01-02 .chara04 {
	top: 624px;
	left: 294px;
}
#main .article01 .a01-02 .chara05 {
	top: 703px;
	right: 35px;
}
#main .article01 .note-txt {
	position: absolute;
	right: 14px;
	bottom: 12px;
}

/* article02 */
#main .article02 {
	position:relative;
	height: 1613px;
	background: url(../img/article02_bg.jpg) no-repeat;
}
#main .article02 li {
	position: absolute;
}
#main .article02 .a02-01 {
	top: -44px;
	left: -16px;
}
#main .article02 .a02-02 {
	top: 171px;
	left: -16px;
}
#main .article02 .a02-03 {
	top: 836px;
	left: -16px;
}
#main .article02 .a02-04 {
	bottom: 46px;
	left: -16px;
}
#main .article02 .note-txt {
	position: absolute;
	right: 14px;
	bottom: 7px;
}

/* modal-btn-wrap */
.modal-btn-wrap {
	padding: 32px 0;
	background: #000;
	text-align: center;
}

/* main-footer */
.main-footer {
	position: relative;
	margin: 20px 0 0 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;
}
.main-footer .f-icon {
	float: left;
}
.main-footer .f-name {
	position: relative;
	float: right;
	width: 443px;
	height: 55px;
	margin: 0 0 15px;
}
.main-footer .f-soft-ttl {
	position: absolute;
	top: 10px;
}
.main-footer .f-copyright {
	position: absolute;
	bottom: 10px;
	color: #8C8C8C;
	font-size: 9px;
}

/* modal */
#coverLayer {
	background: #FFF;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha(opacity=90)";
}
#modal-close-sp01 {
	margin:0 65px 10px 0;
	text-align: right;
}
#modal-close-sp02 {
	margin:10px 63px 0 0;
	padding: 0 0 20px;
	text-align: right;
}
#modal-wrapper {
	width: 956px;
	position: relative;
}
#modal-wrapper .modal-mainimage {
	margin: 0 auto;
	width: 956px;
}
#modal-wrapper .modal-mainimage img {
	vertical-align: bottom;
}
#modal-wrapper .modal-mainimage ul {
	float: left;
	height: 491px;
}

/* clearfix */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}