@charset "utf-8";
/* ===================================================================
CSS information
 file name  :shared.css
 style info :共通のcss

=================================================================== */
/* ==========================================================
	BASE
========================================================== */
body {
    background: url(../images/shared/bg_side_repeat.gif) repeat-x center 0 #1d1d1d;
    min-width: 1070px;
}
#wrap {
    background: url(../images/shared/bg_repeat.gif) repeat-y center 0;
    text-align: left;
}
#contents {
	background: url(../images/shared/bg_contents.jpg) no-repeat center 0;
}
.inner {
  margin: 0 auto;
  width: 1070px;
}
.in h1 {
	position: absolute;
	top: 9px;
	left: 50%;
	margin-left: -161px;
}
.in h2,
.in h3 {
	text-align: center;
}

.on {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
 }

/* ==========================================================
	HEADER
========================================================== */
.in header {
  position: relative;
}

/* ==========================================================
	SNS
========================================================== */
.sns {
  float: right;
  height: 35px;
  padding: 10px 40px 38px 0;
}
.sns li {
  float: left;
  margin: 0 10px 0 0;
}

/* ==========================================================
  TOPへ戻るボタン
========================================================== */
.btn_home {
  position: relative;
  left: 32px;
  top: 58px;
}
.btn_home:hover {
  cursor: pointer;
}

/* ==========================================================
	GNAVI
========================================================== */
.in nav {
	clear: both;
  position: relative;
  height: 160px;
  top: 0;
  left: 50%;
  margin-left: -535px;
  width: 1070px;
}

nav .navi_logo {
  position: absolute;
  top: 79px;
  left: 488px;
  z-index: 5;
}

nav li {
	position: absolute;
  	z-index: 99;
}

nav span.new {
  position: absolute;
  z-index: 3;
}

.navi_01 {
  width: 211px;
  height: 111px;
  padding: 0;
  top: 25px;
  left: -7px;
  background: url(../images/top/naviBg_01.png) no-repeat left top;
  z-index: 0;
}

.navi_01 span.new {
  width: 32px;
  height: 16px;
  background: url(../images/shared/navi_01_new.png) no-repeat left top;
  top: -6px;
  left: 16px;
}

.navi_02 {
  width: 241px;
  height: 139px;
  padding: 0;
  top: 13px;
  left: 130px;
  background: url(../images/top/naviBg_02.png) no-repeat left top;
  z-index: 1;
}

.navi_02 span.new {
  width: 32px;
  height: 19px;
  background: url(../images/shared/navi_02_new.png) no-repeat left top;
  top: -2px;
  left: 20px;
}

.navi_03 {
  width: 233px;
  height: 139px;
  padding: 0;
  top: 23px;
  left: 304px;
  background: url(../images/top/naviBg_03.png) no-repeat left top;
  z-index: 3;
}

.navi_03 span.new {
  width: 32px;
  height: 19px;
  background: url(../images/shared/navi_03_new.png) no-repeat left top;
  top: -5px;
  left: 12px;
}

.navi_04 {
  width: 233px;
  height: 139px;
  padding: 0;
  top: 23px;
  left: 537px;
  background: url(../images/top/naviBg_04.png) no-repeat left top;
  z-index: 3;
}

.navi_04 span.new {
  width: 32px;
  height: 19px;
  background: url(../images/shared/navi_04_new.png) no-repeat left top;
  top: -3px;
  right: 14px;
}

.navi_05 {
  width: 241px;
  height: 139px;
  padding: 0;
  top: 13px;
  left: 706px;
  background: url(../images/top/naviBg_05.png) no-repeat left top;
  z-index: 2;
}

.navi_05 span.new {
  width: 32px;
  height: 19px;
  background: url(../images/shared/navi_05_new.png) no-repeat left top;
  top: -4px;
  right: 22px;
}


.navi_06 {
  width: 211px;
  height: 111px;
  padding: 0;
  top: 25px;
  left: 872px;
  background: url(../images/top/naviBg_06.png) no-repeat left top;
  z-index: 0;
}

/* on ------------------------------------ */
#about .navi_01 .navi_on {
  opacity: 1!important;
}
#character .navi_02 .navi_on {
  opacity: 1!important;
}
#system .navi_03 .navi_on {
  opacity: 1!important;
}
#movie .navi_04 .navi_on {
  opacity: 1!important;
}
#special .navi_05 .navi_on {
  opacity: 1!important;
}
#blog .navi_06 .navi_on {
  opacity: 1!important;
}

.updateDay {
	position: absolute;
	width: 119px;
	height: 69px;
	top: -17px;
	right: -29px;
	padding: 9px 0 0 56px;
	color: #f8f8f8;
	font-size: 12px;
	background: url(../images/shared/icon_updateDay.png) no-repeat center top;
	z-index: 99;
}


/* hover ------------------------------------ */
/*.navi_01 a:hover,
#about .navi_01 a {
	background: url(../images/shared/navi_01_on.png) no-repeat 0 0;
	display: block;
	width: 99px;
	height: 61px;
	text-indent: -9999px;
}
.navi_02 a:hover,
#character .navi_02 a {
	background: url(../images/shared/navi_02_on.png) no-repeat 0 0;
	display: block;
	width: 149px;
	height: 75px;
	text-indent: -9999px;
}
.navi_03 a:hover,
#system .navi_03 a {
	background: url(../images/shared/navi_03_on.png) no-repeat 0 0;
	display: block;
	width: 134px;
	height: 62px;
	text-indent: -9999px;
}
.navi_04 a:hover,
#movie .navi_04 a {
	background: url(../images/shared/navi_04_on.png) no-repeat 0 0;
	display: block;
	width: 120px;
	height: 47px;
	text-indent: -9999px;
}
.navi_05 a:hover,
#special .navi_05 a {
	background: url(../images/shared/navi_05_on.png) no-repeat 0 0;
	display: block;
	width: 145px;
	height: 55px;
	text-indent: -9999px;
}
.navi_06 a:hover,
#blog .navi_06 a {
	background: url(../images/shared/navi_06_on.png) no-repeat 0 0;
	display: block;
	width: 83px;
	height: 51px;
	text-indent: -9999px;
}
*/
/* ==========================================================
  Footer
========================================================== */
footer {
    padding: 0 0 10px;
    text-align: center;
}
.footer_line {
  padding: 0 0 4px;
}


#pageTop {
    bottom: 100px;
    position: fixed;
    right: 0;
}