@charset "utf-8";
/* CSS Document */

/* clearfix */

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/* 画像センタリング */

.cr {margin:0 auto;}
.cr5 {margin:10px auto;}
.cr10 {margin:10px auto;}
.cr20 {margin:20px auto;}
.cr30 {margin:30px auto;}

.cr15o {margin:15px auto 0;}
.cr20o {margin:20px auto 0;}

.cr15u {margin:0 auto 15px;}
.cr20u {margin:0 auto 20px;}


/* 全体・インデックス */

html,body {
  height:100%;
}

img { display:block; }

body {
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, sans-serif;
	font-size:62.5%;
	text-align:center;
	background-color:#000000;
}

#Conteiner {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	width:100%;
	min-width:1100px;
	background-color:#000000;
}

header {
	background:url(../img/header.jpg) center top no-repeat;
	width:100%;
	height:83px;
	position:relative;
}

.head_wrap {
	background:url(../img/head_logo.png) left bottom no-repeat;
	width:1100px;
	height:40px;
	padding-top:43px;
	margin:0 auto;
	position:relative;
}

.head_wrap a.toplink {
	width:131px;
	height:40px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	left:0;
	bottom:0;
}

.head_wrap ul {
	width:920px;
	margin-left:180px;
}

.head_wrap ul li {
	float:left;
}

.banner_area {
	width:1100px;
	margin:0 auto;
	color:#fff;
	text-align:left;
	padding-top:12px;
	font-size:0.8rem;
}

.banner_area ul li {
	float:left;
	width:160px;
	margin-right:6px;
	margin-bottom:4px;
}

.banner_area ul li a {
	width:160px;
	display:inline-block;
	background-color:#fff;
}

.banner_area ul li img {
	width:160px;
}

.banner_left {
	background:url(../img/dlsale.png) left top no-repeat;
	padding-top:20px;
	float:left;
	width:664px;
}

.banner_right {
	background:url(../img/packagesale.png) left top no-repeat;
	padding-top:20px;
	float:right;
	width:332px;
}

.foot_space {
	width:100%;
	height:226px;
}

footer {
	background:url(../img/footer.jpg) center top no-repeat;
	width:100%;
	height:226px;
	color:#fff;
	position: absolute;
	bottom: 0;
	*left:-1px;
}

.foot_txt {
	font-size:0.85rem;
	padding-top:16px;
}

.foot_txt strong {
	font-weight:bold;
	font-size:1.2rem;
}

.copyright {
	font-size:0.85rem;
	padding-top:8px;
}

.social {
	padding-top:8px;
}

.social a {
	width:130px;
	height:24px;
	display:inline-block;
	line-height:24px;
	color:#fff;
	font-size:0.9rem;
	background-color:#ff3f8d;
	border-radius:5px;
	margin:0 12px;
	text-decoration:none;
	transition:all 0.3s;
}

.social a:hover {
	background-color:#ff84b6;
}

* html footer {
	bottom:expression(document.getElementById("Container").offsetHeight % 2 == 0 ? 0 : -1);
}

.main_home {
	background:url(../img/main_home.jpg) center top no-repeat;
	width:100%;
	height:1124px;
	position:relative;
}

.main_concept {
	background:url(../img/main_concept.jpg) center top no-repeat;
	width:100%;
	height:1523px;
	position:relative;
}

.main_system1 {
	background:url(../img/main_system1.jpg) center top no-repeat;
	width:100%;
	height:2626px;
	position:relative;
}

.main_system2 {
	background:url(../img/main_system2.jpg) center top no-repeat;
	width:100%;
	height:2143px;
	position:relative;
}

a.switch_01 {
	width:250px;
	height:40px;
	display:inline-block;
	margin:63px 55px 0;
}

a.switch_02 {
	width:250px;
	height:40px;
	display:inline-block;
	margin:63px 55px 0;
}

.main_character {
	background:url(../img/main_character.jpg) center top no-repeat;
	width:100%;
	height:1233px;
	position:relative;
}

.main_gallery {
	background:url(../img/main_gallery.jpg) center top no-repeat;
	width:100%;
	height:1123px;
	position:relative;
}

.main_download {
	background:url(../img/main_download.jpg) center top no-repeat;
	width:100%;
	height:1123px;
	position:relative;
}

.main_spec {
	background:url(../img/main_spec.jpg) center top no-repeat;
	width:100%;
	height:1524px;
	position:relative;
}

.spec_txt {
	color:#fff;
	margin-top:200px;
	font-size:1rem;
	font-weight:bold;
	line-height:28px;
}
