/**
 * basic.css
 * scss: ../scss/basic.scss
 */
body {
  background: white url(../images/bg.jpg) fixed no-repeat center top;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.75em;
  letter-spacing: 0.1em; }

/* 
 * link style
 */
a {
  color: #e2a100;
  text-decoration: none;
  outline: none 0 !important; }
  a:link {
    color: #e2a100;
    text-decoration: none; }
  a:visited {
    color: #e2a100;
    text-decoration: none; }
  a:hover {
    color: #f9b800;
    text-decoration: underline; }
  a:active {
    color: #f9b800;
    text-decoration: underline; }
  a:hover img.hover {
    opacity: 0.6;
    -moz-opacity: 0.6;
    -ms-filter: "alpha(opacity=60)";
    filter: alpha(opacity=60); }

/*
 * wrapper
 */
#wrapper {
  position: relative;
  width: 800px;
  margin: 0 auto 0;
  padding-bottom: 200px; }

/*
 * 	header
 */
#header .logo {
  text-align: right; }
#header h1 {
  text-align: center;
  margin: 0; }

#toc {
  margin: 0 0 75px 0; }
  #toc h2 {
    width: 500px;
    margin: 0 auto 10px;
    text-align: center; }
  #toc dl {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 500px;
    margin: 0 auto 0;
    padding: 0; }
    #toc dl dt {
      float: right;
      width: 110px;
      margin: 0;
      padding: 5px 0;
      font-size: 11px;
      font-weight: bold;
      letter-spacing: 0;
      color: #999999;
      text-align: left; }
    #toc dl dd {
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      margin: 0;
      padding: 5px 0;
      font-size: 14px; }
      #toc dl dd.current {
        font-weight: bold; }
      #toc dl dd a {
        display: block; }
      #toc dl dd .vol {
        font-weight: bold;
        font-size: 13px; }

/*
 * contents
 */
.contents {
  position: relative;
  margin-bottom: 50px; }
  .contents .top {
    height: 20px;
    background: url(../images/bg_article_top.png) no-repeat center top; }
  .contents .btm {
    height: 20px;
    background: url(../images/bg_article_btm.png) no-repeat center bottom; }
  .contents .mid {
    position: relative;
    background: url(../images/bg_article_mid.png) repeat-y center top; }

#banner {
  width: 350px;
  margin: 25px auto 0; }

#yodogawa {
  position: relative;
  margin: 0;
  padding: 40px 0 50px 0;
  text-align: center;
  z-index: 1; }

.contents h2 {
  width: 600px;
  margin: 0 auto 25px; }

.conv {
  width: 500px;
  margin: 0 auto 0; }
  .conv table {
    width: 500px;
    border-collapse: collapse; }
    .conv table th {
      text-align: center;
      vertical-align: top;
      padding: 0 35px 25px 0; }
    .conv table td {
      text-align: left;
      vertical-align: middle;
      padding: 0 0 25px 0; }
    .conv table .photo {
      text-align: center;
      padding-top: 25px;
      padding-bottom: 50px; }
      .conv table .photo .cap {
        text-align: left; }
  .conv .continue {
    height: auto;
    overflow: hidden; }
    .conv .continue img {
      float: right; }

.pan {
  width: 500px;
  height: 350px;
  overflow: hidden;
  position: relative; }
  .pan > img {
    position: absolute;
    top: 0;
    left: 0; }

#navi {
  width: 800px;
  margin: 0 auto 25px;
  padding-top: 20px; }
  #navi ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    letter-spacing: -0.4em;
    text-align: center; }
    #navi ul li {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      zoom: 1;
      *display: inline;
      margin: 0;
      padding: 0;
      letter-spacing: normal;
      text-align: left;
      margin: 0;
      padding: 0 9px; }
      #navi ul li.hidden {
        visibility: hidden; }

#footer {
  position: fixed;
  background: url(../images/bg_footer.png) repeat-x center top;
  padding-bottom: 50px;
  bottom: 0;
  width: 100%;
  height: 80px;
  z-index: 1; }
  #footer ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    letter-spacing: -0.4em;
    width: 800px;
    margin: 50px auto 10px; }
    #footer ul li {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      zoom: 1;
      *display: inline;
      margin: 0;
      padding: 0;
      padding: 0 30px 0 0;
      margin: 0; }
      #footer ul li.char {
        position: absolute;
        left: 0;
        top: -80px; }
      #footer ul li.fblike {
        padding-right: 0; }
  #footer .copyright {
    font-size: 10px;
    font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: gray; }

.date {
  font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
  font-size: 12px;
  text-align: center;
  color: #808080; }

.cap {
  font-size: 12px;
  color: gray; }

.hidden {
  visibility: hidden; }

.none {
  display: none; }

/*
 * charactors
 */
#chars {
  position: absolute;
  width: 800px;
  height: 500px;
  top: 0; }
  #chars ul {
    list-style-type: none;
    width: inherit;
    height: inherit;
    margin: 0;
    padding: 0; }
    #chars ul li {
      margin: 0;
      padding: 0; }
      #chars ul li img {
        vertical-align: bottom; }
      #chars ul li.char {
        position: absolute; }
      #chars ul li.char1 {
        left: 50px;
        top: 450px; }
      #chars ul li.char2 {
        right: 15px;
        top: 40px; }
      #chars ul li.char3 {
        right: 60px;
        top: 800px; }

@media screen and (max-device-width: 1024px) {
  #wrapper {
    padding-bottom: 70px; }

  #footer {
    position: relative;
    padding-top: 50px;
    height: 30px; }
    #footer ul {
      margin-top: 0; } }
