@charset "UTF-8";
/*
*	shared.css
*	http://srw-oe.suparobo.jp
*	@copyright NBGI
*/
/* ==========================================================
	clearfix
========================================================== */
.clearfix, #globalHeader #globalNavi, #globalSubNavi {
  zoom: 1;
}
.clearfix:after, #globalHeader #globalNavi:after, #globalSubNavi:after {
  content: "";
  display: block;
  clear: both;
}

/* ==========================================================
	display:block
========================================================== */
/* ==========================================================
	html5 element
========================================================== */
header, nav, footer, section {
  display: block;
}

/* ==========================================================
	wrap
========================================================== */
#wrap {
  font-size: 12px;
  text-align: left;
}

/* ==========================================================
	globalHeader
========================================================== */
header {
  width: 1300px;
  height: 298px;
  margin: 0 auto;
  background: url(../images/shared/header_bg.jpg) no-repeat;
}
header h1 {
  width: 117px;
  height: 76px;
  margin-left: 120px;
  background: url(../images/shared/logo.png) no-repeat;
  text-indent: -9999px;
}
header h1 a {
  display: block;
  width: 117px;
  height: 76px;
}

#globalHeader {
  position: relative;
  width: 1104px;
  margin: 0 auto;
}

.btnHome {
  position: absolute;
  width: 142px;
  height: 24px;
  top: -52px;
  right: 23px;
}

/* ==========================================================
	globalNavi
========================================================== */
#globalNavi li a,
#globalNavi li span {
  display: block;
  position: relative;
  float: left;
  height: 46px;
  background: url(../images/shared/gnavi.png) no-repeat;
  text-indent: -9999px;
}

#globalNavi #li-dlc a {
  display: block;
  position: relative;
  float: left;
  height: 46px;
  background: url(../images/shared/gnavi.png) no-repeat;
  text-indent: -9999px;
}

#globalHeader #globalNavi {
  padding-bottom: 4px;
  background: url(../images/shared/gnavi_bg_bottom.png) 36px bottom no-repeat;
}

#globalHeader li {
  display: block;
  position: relative;
  float: left;
}

#globalHeader li span {
  position: absolute;
  top: 0;
  left: 0;
}

#globalNavi .new:after {
  content: url(../images/shared/gnavi_icon_new.png);
  position: absolute;
  top: -2px;
  right: 0;
  width: 33px;
  height: 9px;
}

/* default
========================================================== */
#globalNavi #li-top a,
#globalNavi #li-top span {
  width: 183px;
}

#globalNavi #li-top a {
  background-position: 0 0;
}

#globalNavi #li-dlc a,
#globalNavi #li-dlc a span,
#globalNavi #li-about a,
#globalNavi #li-about a span,
#globalNavi #li-character a,
#globalNavi #li-character a span,
#globalNavi #li-gamesystem a,
#globalNavi #li-gamesystem a span {
  width: 184px;
}

#globalNavi #li-dlc a {
  background-position: -183px 0;
}

#globalNavi #li-about a {
  background-position: -367px 0;
}

#globalNavi #li-character a {
  background-position: -551px 0;
}

#globalNavi #li-gamesystem a {
  background-position: -735px 0;
}

#globalNavi #li-movie a,
#globalNavi #li-movie a span {
  width: 185px;
}

#globalNavi #li-movie a {
  background-position: -919px 0;
}

/* hover
========================================================== */
#globalNavi #li-top a:hover,
#globalNavi #li-top span {
  background-position: 0 -46px;
}

#globalNavi #li-dlc a:hover,
#globalNavi #li-dlc span {
  background-position: -183px -46px;
}

#globalNavi #li-about a:hover,
#globalNavi #li-about span {
  background-position: -367px -46px;
}

#globalNavi #li-character a:hover,
#globalNavi #li-character span {
  background-position: -551px -46px;
}

#globalNavi #li-gamesystem a:hover,
#globalNavi #li-gamesystem span {
  background-position: -735px -46px;
}

#globalNavi #li-movie a:hover,
#globalNavi #li-movie span {
  background-position: -919px -46px;
}

/* active
========================================================== */
.top #globalNavi #li-top a {
  background-position: 0 -92px;
}

.dlc #globalNavi #li-dlc a {
  background-position: -183px -92px;
}

.about #globalNavi #li-about a {
  background-position: -367px -92px;
}

.character #globalNavi #li-character a {
  background-position: -551px -92px;
}

.gamesystem #globalNavi #li-gamesystem a {
  background-position: -735px -92px;
}

.movie #globalNavi #li-movie a {
  background-position: -919px -92px;
}

/* ==========================================================
	globalSubNavi
========================================================== */
#globalSubNavi {
  width: 1032px;
  margin: -4px auto 68px;
  background: url(../images/shared/subnavi_bg.jpg) no-repeat;
}
#globalSubNavi li {
  height: 31px;
  padding-top: 4px;
}

#globalSubNavi li a,
#globalSubNavi li span {
  display: block;
  position: relative;
  float: left;
  height: 31px;
  text-indent: -9999px;
}

#globalSubNavi .new {
  z-index: 1;
}

#globalSubNavi .new:after {
  position: absolute;
  width: 29px;
  height: 6px;
  top: -2px;
  left: 50%;
  margin-left: -14px;
  content: url(../images/shared/subnavi_icon_new.gif);
}

/* ==========================================================
	page
========================================================== */
#page {
  background: url(../images/shared/contents_bg.jpg);
}

/* bg
========================================================== */
.bg02 {
  background: url(../images/shared/contents_bg02.jpg);
}

.bg01 {
  background: url(../images/shared/contents_bg.jpg);
}

/* ==========================================================
	inner
========================================================== */
.inner {
  background: url(../images/top/main_bg_shadow.png) left top repeat-x;
}

#wrap .bgShadow {
  background: url(../images/top/main_bg_shadow.png) left top repeat-x;
}

.bg02 > .inner {
  background: url(../images/shared/contents_bg_border.png) left top repeat-x;
}

/* ==========================================================
	footer
========================================================== */
footer {
  padding-bottom: 40px;
  background-color: #272727;
}
footer #footerInner {
  width: 1056px;
  margin: 0 auto;
}
footer #footerInner #outline {
  position: relative;
  top: -20px;
  height: 203px;
  margin: -20px 0 30px;
  padding: 46px 0 0 22px;
  background: url(../images/shared/outline_bg.png) no-repeat;
  color: #cacaca;
}
footer #footerInner #outline .leftArea {
  float: left;
  margin-bottom: 14px;
}
footer #footerInner #outline .leftSide,
footer #footerInner #outline .centerSide,
footer #footerInner #outline .rightSide {
  float: left;
}
footer #footerInner #outline .leftSide {
  width: 375px;
}
footer #footerInner #outline .centerSide {
  width: 375px;
}
footer #footerInner #outline .rightSide {
  width: 216px;
  padding: 5px 0 0 28px;
}
footer #footerInner #outline .centerSide {
  padding-left: 25px;
}
footer #footerInner #outline .centerText {
  clear: both;
  padding-top: 10px;
}
footer #footerInner #outline p {
  clear: both;
  margin: 10px 14px 0 0;
  line-height: 1.6;
}
footer #footerInner #outline li {
  margin-bottom: 13px;
}
footer #footerInner #outline li.last {
  margin-bottom: 0;
}
footer #footerInner .copyright {
  text-align: center;
}

/* ==========================================================
	module
========================================================== */
.indent {
  text-indent: -10px;
  padding-left: 10px;
}
.indent li {
  margin-bottom: 4px;
}

/* ==========================================================
	pageTop
========================================================== */
#pageTop {
  position: fixed;
  bottom: 150px;
  right: 10px;
  text-indent: -9999px;
}
#pageTop a {
  display: block;
  width: 37px;
  height: 252px;
  background: url(../images/shared/btn_pagetop.png) no-repeat;
}
#pageTop a:hover {
  background: url(../images/shared/btn_pagetop.png) -37px 0 no-repeat;
}
