@charset "UTF-8";
/* ---------------------------------- */


/* layout.css                         */


/* ---------------------------------- */


/*
* TABLE OF CONTENTS
*
* @BASE
 * @HEADER
 * @CONTENTS
 * @FOOTER
*/


/* =================================
@BASE
================================= */


html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: url(../images/shared/footer_bg_repeat.gif) repeat top center;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img, i {
  vertical-align: bottom;
  height: auto;
}
a:link {
  text-decoration: none;
}
#wrapper {
  background-color: #0c9ad0;
}
/* =================================
@HEADER
================================= */
header {
  background: url(../images/shared/bg_header_repeat.png) repeat-x top center;
}
#header_inner {
  background: url(../images/shared/bg_header.jpg) no-repeat top center;
  min-width: 1212px;
  height: 237.5px;
}
h1 {
  text-align: center;
}
#header_navi {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
.navi_game {
  position: absolute;
  top: -32px;
  left: 276px;
}
.navi_movie {
  position: absolute;
  top: 8px;
  left: 452px;
}
.navi_spec {
  position: absolute;
  top: -30px;
  left: 643px;
}
/* =================================
@CONTENTS
================================= */
.bg-contents {
  background: url(../images/game/bg-contents-inner.jpg) repeat-x top center;
}
#contents {
  background: url(../images/shared/bg_main.png) no-repeat top center;
  width: 100%;
  min-width: 1212px;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  position: relative;
  padding-bottom: 10px;
}
#contents_bg_repeat {
  background: url(../images/shared/bg_main_repeat.jpg) repeat-y center 55px;
  width: 100%;
  min-width: 1212px;
}
#contents_inner {
  clear: both;
  width: 1212px;
  margin: 242px auto 0;
}
.contents_box {
  margin-bottom: 50px;
}
.subNavi {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  overflow: hidden;
  height: 440px;
  width: 1000px;
  margin: 0 auto;
}
.subNavi_01 {
  position: absolute;
  top: 136px;
  left: 42px;
  z-index: 1;
}
.subNavi_02 {
  position: absolute;
  top: 120px;
  left: 287px;
  z-index: 5;
}
.subNavi_03 {
  position: absolute;
  top: 136px;
  left: 619px;
  z-index: 1;
}
.subNavi_04 {
  position: absolute;
  top: 233px;
  left: 65px;
  z-index: 5;
}
.subNavi_05 {
  position: absolute;
  top: 245px;
  left: 295px;
  z-index: 5;
}
.subNavi_06 {
  position: absolute;
  top: 232px;
  left: 595px;
  z-index: 5;
}
.subNavi_07 {
  position: absolute;
  top: 330px;
  left: 40px;
  z-index: 10;
}
.subNavi_08 {
  position: absolute;
  top: 332px;
  left: 352px;
  z-index: 11;
}
.subNavi_09 {
  position: absolute;
  top: 320px;
  left: 612px;
  z-index: 5;
}
#subNavi_01 {
  position: relative;
  z-index: 5;
}
/* =================================
@PAGETOP
================================= */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 0;
  z-index: 9999;
}
/* =================================
@FOOTER
================================= */
footer {
  width: 100%;
  min-width: 1212px;
  background: url(../images/shared/footer_bg.gif) repeat-x top center;
}
.footer_container {
  width: 1000px;
  margin: 0 auto;
  padding: 25px 10px 28px 10px;
  font-size: 0;
}
.footer_left li {
  float: left;
  margin: 0 10px 0 0;
}
.footer_left li.footer_banner {
  margin-top: 25px;
}
.footer_right {
  float: right;
  text-align: right;
}
.footer_right p {
  margin-bottom: 15px;
}
.footer_right .mb0 {
  margin-bottom: 0;
}
.copyright {
  clear: both;
  margin-top: 38px;
}
.copyright p {
  clear: both;
  display: inline-block;
}
.logo_furyu {
  margin-right: 15px;
}
.footer_txt01 {
  margin: 10px 90px 0 0;
}
.footer_txt03 {
  margin-top: 30px;
}
