@charset "UTF-8";
/*
*	style.css
*/
/* ==========================================================
	clearfixまとめ
========================================================== */
#wrapper #contents, #global-header, .sns, #global-navi, #global-navi ul, #global-footer, .global-footerInner .series-list, .global-footerInner .banner, .global-footerInner .banner-list {
  *zoom: 1;
}
#wrapper #contents:after, #global-header:after, .sns:after, #global-navi:after, #global-navi ul:after, #global-footer:after, .global-footerInner .series-list:after, .global-footerInner .banner:after, .global-footerInner .banner-list:after {
  content: "";
  display: block;
  clear: both;
}

/* ==========================================================
	style
========================================================== */
.bg-ribbon {
  position: absolute;
  top: -76px;
  left: 353px;
  z-index: 999;
  width: 294px;
  height: 74px;
  padding-top: 18px;
  background: url(../images/common/title_bg_ribbon.png) no-repeat;
  color: #fff;
  font-size: 134%;
  text-align: center;
}

a {
  outline: 0;
}

/* ==========================================================
	margin
========================================================== */
.clearBoth {
  clear: both;
}

.floatRight {
  float: right;
}

.floatLeft {
  float: left;
}

/* ==========================================================
	margin
========================================================== */
.pt20 {
  padding-top: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

/* html内記述用クラス
========================================================== */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

body {
  min-width: 1000px;
  /*横スクロール時の背景ずれ対応*/
  background: url(../images/common/footer_repeat.png);
}

/* ==========================================================
	大枠
========================================================== */
#wrapper {
  background: url(../images/common/bg_repeat.jpg) center 990px repeat-y;
  font-size: 93%;
  text-align: left;
}
#wrapper #page {
  min-height: 860px;
  background: url(../images/common/bg_base.jpg) center 0 no-repeat;
}
#wrapper #contents {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
#wrapper #contents .page-title {
  position: relative;
  display: inline-block;
}

/* ==========================================================
	コンテンツ
========================================================== */
.container {
  clear: both;
  padding-top: 130px;
  /*上部分の背景画像の高さ*/
  background: url(../images/common/contents_bgTop.png) no-repeat;
  margin-top: 44px;
}
.container .inner {
  position: relative;
  z-index: 2;
  min-height: 400px;
  background: url(../images/common/contents_bgRepeat.png) repeat-y;
  padding-bottom: 20px;
}

/* ==========================================================
	global-header
========================================================== */
#global-header {
  position: relative;
  height: 134px;
}
#global-header div,
#global-header h1 {
  float: left;
}
#global-header h1 {
  padding-top: 17px;
}

/* snsボタン
========================================================== */
.sns {
  position: absolute;
  top: 5px;
  right: 10px;
}
body.top .sns {
  top: 20px;
}
.sns li {
  position: relative;
  width:70px !important;
  height: 21px;
  overflow: hidden;
  float: left;
  margin-left: 5px;
}
.sns .twitter-share-button {
  width: 64px !important;
}
.fb-like {
  width:71px !important;
}
*:first-child+html .sns li { width:67px !important; overflow: hidden;}

.sns li:first-child {
  margin-left: 0;
}

/* global-navi（TOP以外）
========================================================== */
#global-navi {
  position: absolute;
  top: 19px;
  right: 0px;
  width: 720px;
  height: 127px;
}
#global-navi li {
  float: left;
}
#global-navi a {
  float: left;
  height: 127px;
  background: url(../images/common/gnavi.png) no-repeat;
  text-indent: -9999px;
}
#global-navi .li-news {
  width: 86px;
  background-position: 0 0;
}
body.news #global-navi .li-news, #global-navi .li-news:hover {
  background-position: 0 -125px;
}
#global-navi .li-story {
  width: 76px;
  background-position: -86px 0;
}
body.story #global-navi .li-story, #global-navi .li-story:hover {
  background-position: -86px -125px;
}
#global-navi .li-staff {
  width: 78px;
  background-position: -162px 0;
}
body.staff #global-navi .li-staff, #global-navi .li-staff:hover {
  background-position: -162px -125px;
}
#global-navi .li-character {
  width: 78px;
  background-position: -240px 0;
}
body.character #global-navi .li-character, #global-navi .li-character:hover {
  background-position: -240px -125px;
}
#global-navi .li-episode {
 width: 78px;
 background-position: -318px 0;
}
body.episode #global-navi .li-episode, #global-navi .li-episode:hover {
   background-position: -318px -125px;
}
#global-navi .li-precard {
  width: 76px;
  background-position: -396px 0;
}
body.precard #global-navi .li-precard, #global-navi .li-precard:hover {
  background-position: -396px -125px;
}
#global-navi .li-goods {
  width: 76px;
  background-position: -472px 0;
}
body.goods #global-navi .li-goods, #global-navi .li-goods:hover {
  background-position: -472px -125px;
}
#global-navi .li-special {
  width: 78px;
  background-position: -548px 0;
}
body.special #global-navi .li-special, #global-navi .li-special:hover {
  background-position: -548px -125px;
}
#global-navi .li-movie {
  width: 94px;
  background-position: -626px 0;
}
body.movie #global-navi .li-movie, #global-navi .li-movie:hover {
  background-position: -626px -125px;
}
/* ==========================================================
	global-footer
========================================================== */
#global-footer {
  padding: 15px 0 50px;
  background: url(../images/common/footer_repeat.png);
  margin-top: 50px;
}

.global-footerInner {
  width: 920px;
  margin: 0 auto;
}
.global-footerInner .series-list {
  margin-bottom: 15px;
  padding: 16px 10px;
  border-top: 2px solid #c2b1ed;
  border-bottom: 2px solid #c2b1ed;
}
.global-footerInner .series-list li {
  float: left;
  padding-left: 12px;
}
.global-footerInner .series-list li:first-child {
  padding-left: 0;
}
.global-footerInner .btn-abc {
  margin-bottom: 12px;
  text-align: right;
}
.global-footerInner small {
  clear: both;
  display: block;
  color: #802b30;
  font-size: 100%;
  text-align: center;
}
.global-footerInner .banner .banner_movie {
  float: left;
  width: 191px;
  height: 81px;
}
.global-footerInner .banner-list {
  float: left;
  margin-bottom: 20px;
}
.global-footerInner .banner-list li {
  float: left;
  margin-left: 3px;
  margin-bottom: 6px;
}
.global-footerInner .banner-list .ml0 {
  margin-left: 0;
}

/* ==========================================================
	btn-pageTop
========================================================== */
#btn-pageTop a {
  position: fixed;
  right: 20px;
  bottom: 50px;
  z-index: 999;
  width: 218px;
  height: 118px;
  background: url(../images/common/btn_pagetop.png) no-repeat;
  text-indent: -9999px;
}

#btn-pageTop a:hover {
  background-position: 0 -113px;
}

/* ==========================================================
	module
========================================================== */
img {
  vertical-align: top;
}
