@charset "UTF-8";
/********************
タグの基本的な設定
********************/
/* line 6, sass/core_121010/_reset.scss */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

/* line 15, sass/core_121010/_reset.scss */
h1, h2, h3, h4, h5,
p,
ol, ul, li,
dl, dt, dd {
  margin: 0;
  padding: 0;
}

/* line 19, sass/core_121010/_reset.scss */
img {
  border: none;
}

/* line 22, sass/core_121010/_reset.scss */
table {
  border-collapse: collapse;
}

/* line 25, sass/core_121010/_reset.scss */
th, td {
  vertical-align: top;
}

/* line 28, sass/core_121010/_reset.scss */
a {
  text-decoration: none;
}

/*
usage:
#hoge{
	@include inlineBlock;
}

*/
/* line 19, sass/core_121010/_mixin.scss */
.inlineBlock {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: -0.4em;
  /*隙間をなくすためのハック*/
}

/* line 26, sass/core_121010/_mixin.scss */
.clearfix, #wrap, .row {
  *zoom: 1;
}
/* line 28, sass/core_121010/_mixin.scss */
.clearfix:after, #wrap:after, .row:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* line 3, sass/core_121010/_base.scss */
body {
  background: url("../img/common/bg.png") left top repeat;
  font-size: 14px;
  color: #824c2c;
}

/* line 9, sass/core_121010/_base.scss */
#bodyInner {
  background: url(../img/common/bg_top.png) center top repeat-x;
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 100%;
  min-height: 100%;
}

/* line 18, sass/core_121010/_base.scss */
body > #bodyInner {
  height: auto;
}

/* line 22, sass/core_121010/_base.scss */
#wrap {
  margin: auto;
  width: 1000px;
}

/* line 5, sass/core_121010/_gridlayout.scss */
.row {
  margin-left: -20px;
  float: clear;
}

/* line 11, sass/core_121010/_gridlayout.scss */
[class*="span"] {
  float: left;
  margin-left: 20px;
}

/* line 16, sass/core_121010/_gridlayout.scss */
.span1 {
  width: 44.167px;
}

/* line 19, sass/core_121010/_gridlayout.scss */
.span2 {
  width: 108.333px;
}

/* line 22, sass/core_121010/_gridlayout.scss */
.span3 {
  width: 172.5px;
}

/* line 25, sass/core_121010/_gridlayout.scss */
.span4 {
  width: 236.667px;
}

/* line 28, sass/core_121010/_gridlayout.scss */
.span5 {
  width: 300.833px;
}

/* line 31, sass/core_121010/_gridlayout.scss */
.span6 {
  width: 365.0px;
}

/* line 34, sass/core_121010/_gridlayout.scss */
.span7 {
  width: 429.167px;
}

/* line 37, sass/core_121010/_gridlayout.scss */
.span8 {
  width: 493.333px;
}

/* line 40, sass/core_121010/_gridlayout.scss */
.span9 {
  width: 557.5px;
}

/* line 43, sass/core_121010/_gridlayout.scss */
.span10 {
  width: 621.667px;
}

/* line 46, sass/core_121010/_gridlayout.scss */
.span11 {
  width: 685.833px;
}

/* line 49, sass/core_121010/_gridlayout.scss */
.span12 {
  width: 750.0px;
}

/* line 54, sass/core_121010/_gridlayout.scss */
.offset1 {
  margin-left: 84.167px;
}

/* line 57, sass/core_121010/_gridlayout.scss */
.offset2 {
  margin-left: 148.333px;
}

/* line 60, sass/core_121010/_gridlayout.scss */
.offset3 {
  margin-left: 212.5px;
}

/* line 63, sass/core_121010/_gridlayout.scss */
.offset4 {
  margin-left: 276.667px;
}

/* line 66, sass/core_121010/_gridlayout.scss */
.offset5 {
  margin-left: 340.833px;
}

/* line 69, sass/core_121010/_gridlayout.scss */
.offset6 {
  margin-left: 405.0px;
}

/* line 72, sass/core_121010/_gridlayout.scss */
.offset7 {
  margin-left: 469.167px;
}

/* line 75, sass/core_121010/_gridlayout.scss */
.offset8 {
  margin-left: 533.333px;
}

/* line 78, sass/core_121010/_gridlayout.scss */
.offset9 {
  margin-left: 597.5px;
}

/* line 81, sass/core_121010/_gridlayout.scss */
.offset10 {
  margin-left: 661.667px;
}

/* line 84, sass/core_121010/_gridlayout.scss */
.offset11 {
  margin-left: 725.833px;
}

/* line 20, sass/core_121010/_layout.scss */
#contentBox {
  width: 1000px;
  margin: auto;
  padding: 0 0 0 0;
  position: relative;
}

/* line 28, sass/core_121010/_layout.scss */
#contentBox-head {
  position: relative;
}

/* line 32, sass/core_121010/_layout.scss */
#contentBox-foot {
  clear: both;
  position: relative;
}

/* line 37, sass/core_121010/_layout.scss */
#contentBox-body {
  position: relative;
}

/* line 53, sass/core_121010/_layout.scss */
#mainBox {
  float: right;
  width: 670px;
  margin: 0;
  padding: 0 50px 0 0;
  position: relative;
}

/* line 58, sass/core_121010/_layout.scss */
#sideBox {
  float: left;
  width: 230px;
  margin: 0;
  padding: 0px 0 0 50px;
  position: relative;
}

/* line 7, sass/core_121010/_font.scss */
.font-style-gothic {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}

/* フォントサイズ ****************/
/* line 12, sass/core_121010/_font.scss */
.font-size-small {
  font-size: 12px;
}

/* line 15, sass/core_121010/_font.scss */
.font-size-normal {
  font-size: 14px;
}

/* line 18, sass/core_121010/_font.scss */
.font-size-large {
  font-size: 21px;
}

/** notice **/
/* line 4, sass/core_121010/_format.scss */
p.notice {
  text-indent: -1em;
  margin-left: 1em;
}

/* line 11, sass/core_121010/_format.scss */
ul.notice li {
  text-indent: -1em;
  margin-left: 1em;
  list-style-type: none;
}

/** float **/
/* line 21, sass/core_121010/_format.scss */
.align-left {
  float: left;
}

/* line 25, sass/core_121010/_format.scss */
.align-right {
  float: right;
}

/* line 29, sass/core_121010/_format.scss */
.align-center {
  display: block;
  margin: auto;
}

/* line 34, sass/core_121010/_format.scss */
.align-left-margin {
  float: left;
  margin-right: 20px;
}

/* line 38, sass/core_121010/_format.scss */
.align-right-margin {
  float: right;
  margin-left: 20px;
}

/** image **/
/* line 45, sass/core_121010/_format.scss */
.photo {
  padding: 5px;
  background-color: #fff;
  border: solid 1px #cccccc;
  z-index: 1;
}

/* line 52, sass/core_121010/_format.scss */
a:hover .photo {
  border: solid 1px #00b9ef;
}

/* line 56, sass/core_121010/_format.scss */
.photo-shadow {
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
}

/* twitter widget */
/* line 5, sass/core_121010/_twitter.scss */
.twtr-hd, .twtr-ft {
  display: none;
}

/* line 8, sass/core_121010/_twitter.scss */
#twitter .twtr-widget .twtr-tweet-wrap {
  padding: 6px 0 !important;
}

/** list **/
/* line 6, sass/core_121010/_list.scss */
table.list th, table.list td {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
  padding: 4px;
}

/* line 15, sass/core_121010/_list.scss */
table.list-border tr {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}

/* line 3, sass/_layout.scss */
#contentBox-head {
  height: 125px;
  background: url("../img/common/frame_head.png") left top no-repeat;
  position: relative;
}

/* line 9, sass/_layout.scss */
#contentBox-foot {
  height: 89px;
  background: url("../img/common/frame_foot.png") left top no-repeat;
}

/* line 14, sass/_layout.scss */
#contentBox-body {
  background: url("../img/common/frame_body.png") left top repeat-y;
}

/* line 3, sass/_menu.scss */
#mainMenuBox {
  padding-top: 5px;
  padding-bottom: 8px;
}
/* line 7, sass/_menu.scss */
#mainMenuBox li {
  list-style-type: none;
  padding-bottom: 4px;
}
/* line 12, sass/_menu.scss */
#mainMenuBox li#menu-news {
  background: url("../img/menu/menu_news-over.png") left top no-repeat;
}
/* line 15, sass/_menu.scss */
#mainMenuBox li#menu-story {
  background: url("../img/menu/menu_story-over.png") left top no-repeat;
}
/* line 18, sass/_menu.scss */
#mainMenuBox li#menu-chara {
  background: url("../img/menu/menu_chara-over.png") left top no-repeat;
}
/* line 21, sass/_menu.scss */
#mainMenuBox li#menu-comics {
  background: url("../img/menu/menu_comics-over.png") left top no-repeat;
}
/* line 24, sass/_menu.scss */
#mainMenuBox li#menu-others {
  background: url("../img/menu/menu_others-over.png") left top no-repeat;
}

/* line 4, sass/_side.scss */
#logo {
  position: relative;
  margin-left: -23px;
  margin-top: -50px;
}

/* line 10, sass/_side.scss */
#sideBox {
  position: relative;
}
/* line 13, sass/_side.scss */
#sideBox h2 {
  margin-top: 10px;
  margin-left: -27px;
}
/* line 18, sass/_side.scss */
#sideBox .side-indent {
  padding-left: 15px;
  width: 190px;
}

/* line 3, sass/_foot.scss */
#footer {
  padding-top: 10px;
  padding-bottom: 50px;
  text-align: center;
}
/* line 9, sass/_foot.scss */
#footer #copyright {
  font-size: 10px;
  padding-bottom: 10px;
}
/* line 16, sass/_foot.scss */
#footer #footer-banner li {
  list-style-type: none;
  display: inline;
  padding: 0 5px;
}
/* line 21, sass/_foot.scss */
#footer #footer-banner li img {
  vertical-alingn: middle;
}

/* line 5, sass/_format.scss */
.indent-10 {
  padding: 0 10px;
}

/* line 9, sass/_format.scss */
.indent-20 {
  padding: 0 20px;
}

/* line 13, sass/_format.scss */
.margin-0 {
  margin: 0;
}

/***********/
/* line 18, sass/_format.scss */
.text-hide {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}

/***********/
/* line 28, sass/_format.scss */
ul, ol, p {
  margin-bottom: 1em;
}

/* line 32, sass/_format.scss */
p {
  line-height: 1.5em;
}

/* line 37, sass/_format.scss */
ol li,
ul li {
  line-height: 1.3em;
}

/* line 41, sass/_format.scss */
.color-red {
  color: #e4007f;
}

/* line 45, sass/_format.scss */
a.link-border {
  color: #00b9ef;
  border-bottom: dashed 1px #00b9ef;
}

/* line 49, sass/_format.scss */
a.link-border:hover {
  color: #00b9ef;
  border-bottom: dashed 1px #00b9ef;
  background-color: #ffffcc;
}

/* 角丸 ****************/
/* line 56, sass/_format.scss */
.radius-6 {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
}

/* line 59, sass/_format.scss */
.radius-10 {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}

/* 影文字 ****************/
/* line 64, sass/_format.scss */
.text-shadow-white {
  text-shadow: 2px 2px 2px white;
}

/* 見出し ****************/
/* line 72, sass/_format.scss */
.h1-star {
  position: absolute;
  right: 0;
  top: 14px;
  width: 197px;
  height: 245px;
  background: url("../img/common/h1_bg.png") left top no-repeat;
}
/* line 80, sass/_format.scss */
.h1-star img {
  position: absolute;
  bottom: 0;
  right: 2px;
}

/* line 87, sass/_format.scss */
.h-bg-yellow {
  margin-bottom: 10px;
  padding: 2px;
  background: url("../img/common/bg_yellow.png") left top repeat;
  color: #00a0e9;
  font-weight: bold;
  font-size: 16px;
}

/* ボックス ****************/
/* line 99, sass/_format.scss */
.bg-white {
  background-color: #fff;
}

/* line 103, sass/_format.scss */
.bg-lightgray {
  background-color: #f5f5f3;
}

/* line 107, sass/_format.scss */
.bg-paper-green {
  background: url("../img/common/bg_paper_green.png") left top repeat;
}

/* line 111, sass/_format.scss */
.border-bold-green {
  border: solid 4px #eff7d1;
}

/* line 116, sass/_format.scss */
.frame626 {
  width: 626px;
  padding-bottom: 10px;
}
/* line 120, sass/_format.scss */
.frame626 .frame-head {
  height: 11px;
  background: url("../img/common/frame_626_head.png") left top no-repeat;
}
/* line 124, sass/_format.scss */
.frame626 .frame-foot {
  height: 12px;
  background: url("../img/common/frame_626_foot.png") left top no-repeat;
}
/* line 128, sass/_format.scss */
.frame626 .frame-body {
  padding-left: 3px;
  width: 623px;
  position: relative;
  background: url("../img/common/frame_626_body.png") left top repeat-y;
}

/* line 137, sass/_format.scss */
.frame720-dot {
  width: 720px;
  padding-bottom: 10px;
}
/* line 141, sass/_format.scss */
.frame720-dot .frame-head {
  height: 16px;
  background: url("../img/common/frame_720_dot_head.png") left top no-repeat;
}
/* line 145, sass/_format.scss */
.frame720-dot .frame-foot {
  height: 18px;
  background: url("../img/common/frame_720_dot_foot.png") left top no-repeat;
}
/* line 149, sass/_format.scss */
.frame720-dot .frame-body {
  padding-left: 3px;
  width: 720px -3;
  position: relative;
  background: url("../img/common/frame_720_dot_body.png") left top repeat-y;
}

/* line 158, sass/_format.scss */
.frame750-red {
  width: 756px;
  padding-bottom: 10px;
}
/* line 162, sass/_format.scss */
.frame750-red .frame-head {
  height: 21px;
  background: url("../img/common/frame_750_red_head.png") left top no-repeat;
}
/* line 166, sass/_format.scss */
.frame750-red .frame-foot {
  height: 14px;
  background: url("../img/common/frame_750_red_foot.png") left top no-repeat;
}
/* line 170, sass/_format.scss */
.frame750-red .frame-body {
  padding-left: 3px;
  padding-right: 3px;
  width: 750px;
  position: relative;
  background: url("../img/common/frame_750_red_body.png") left top repeat-y;
}

/* line 179, sass/_format.scss */
.frame750-green {
  width: 756px;
  padding-bottom: 10px;
}
/* line 183, sass/_format.scss */
.frame750-green .frame-head {
  height: 21px;
  background: url("../img/common/frame_750_green_head.png") left top no-repeat;
}
/* line 187, sass/_format.scss */
.frame750-green .frame-foot {
  height: 14px;
  background: url("../img/common/frame_750_green_foot.png") left top no-repeat;
}
/* line 191, sass/_format.scss */
.frame750-green .frame-body {
  padding-left: 3px;
  padding-right: 3px;
  width: 750px;
  position: relative;
  background: url("../img/common/frame_750_green_body.png") left top repeat-y;
}

/* line 200, sass/_format.scss */
.frame750-blue {
  width: 756px;
  padding-bottom: 10px;
}
/* line 204, sass/_format.scss */
.frame750-blue .frame-head {
  height: 21px;
  background: url("../img/common/frame_750_blue_head.png") left top no-repeat;
}
/* line 208, sass/_format.scss */
.frame750-blue .frame-foot {
  height: 14px;
  background: url("../img/common/frame_750_blue_foot.png") left top no-repeat;
}
/* line 212, sass/_format.scss */
.frame750-blue .frame-body {
  padding-left: 3px;
  padding-right: 3px;
  width: 750px;
  position: relative;
  background: url("../img/common/frame_750_blue_body.png") left top repeat-y;
}

/* line 222, sass/_format.scss */
.frame-market {
  width: 790px;
  padding-bottom: 10px;
}
/* line 226, sass/_format.scss */
.frame-market .frame-head {
  height: 10px;
  background: url("../img/common/frame_market_head.png") left top no-repeat;
}
/* line 230, sass/_format.scss */
.frame-market .frame-foot {
  height: 12px;
  background: url("../img/common/frame_market_foot.png") left top no-repeat;
}
/* line 234, sass/_format.scss */
.frame-market .frame-body {
  padding-left: 3px;
  padding-right: 3px;
  width: 784px;
  position: relative;
  background: url("../img/common/frame_market_body.png") left top repeat-y;
}

/* リスト ****************/
/* line 246, sass/_format.scss */
.list-in-list {
  padding-left: 2em;
}

/* line 250, sass/_format.scss */
ul.list {
  padding-left: 2em;
}
/* line 253, sass/_format.scss */
ul.list li {
  line-height: 1.3em;
  padding-bottom: 4px;
}

/* line 259, sass/_format.scss */
ul.list-star {
  padding-left: 0em;
}
/* line 262, sass/_format.scss */
ul.list-star li {
  padding-left: 20px;
  list-style-type: none;
  background: url("../img/common/icon_star.png") left top no-repeat;
}

/* line 270, sass/_format.scss */
.list th, .list td {
  text-align: left;
}

/* line 275, sass/_format.scss */
.list-border {
  border-top: solid 1px #d19876;
  margin-bottom: 1em;
}
/* line 280, sass/_format.scss */
.list-border tr,
.list-border li {
  border-bottom: solid 1px #d19876;
}
/* line 284, sass/_format.scss */
.list-border li {
  list-style-type: none;
  line-height: 1.5em;
  padding: 4px 0;
}
/* line 290, sass/_format.scss */
.list-border th, .list-border td {
  line-height: 1.5em;
  padding: 4px 10px;
}

/* line 297, sass/_format.scss */
.list-mark-green li {
  list-style-type: none;
  background: url("../img/common/mark_diamond_green.png") left top no-repeat;
  padding-left: 16px;
}

/* パディング ****************/
/* line 308, sass/_format.scss */
.padding-25 {
  padding: 0 25px;
}

/*
@import "submenu";
@import "head";
@import "content";
*/
/* line 35, sass/common.scss */
.content-value {
  position: relative;
}

/* line 39, sass/common.scss */
#navigation {
  width: 32px;
  padding: 10px 5px;
  background-color: #000;
  -moz-border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
  -o-border-radius: 10px 0 0 10px;
  -ms-border-radius: 10px 0 0 10px;
  -khtml-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
  position: fixed;
  right: 0;
  bottom: 100px;
}
/* line 49, sass/common.scss */
#navigation #snsButtons a img {
  padding-bottom: 5px;
}
/* line 53, sass/common.scss */
#navigation #returnPageTop img {
  margin-top: 5px;
}
