@charset "UTF-8";
/**
 * style.css
 *
 * 1.0 - Class/Elements
 * 2.0 - Header
 * 3.0 - Footer
 * 4.0 - Top
 *   4.1 - main
 *   4.2 - topPage(common)
 * 5.0 - lower-page
 * ----------------------------------------------------------------------------
 */
/**
 * 2.0 Elements/Class
 * ----------------------------------------------------------------------------
 */
/* Class
----------------------------------*/
/* line 22, ../scss/style.scss */
.flL {
  float: left; }

/* line 25, ../scss/style.scss */
.flR {
  float: right; }

/* line 28, ../scss/style.scss */
.clear {
  clear: both; }

/* line 31, ../scss/style.scss */
.alC {
  text-align: center; }

/* line 34, ../scss/style.scss */
.clearfix {
  zoom: 1;
  _height: 1%; }
  /* line 37, ../scss/style.scss */
  .clearfix:after {
    content: "";
    display: block;
    clear: both; }

/* line 44, ../scss/style.scss */
a img.btn {
  filter: alpha(opacity=100);
  opacity: 1.0;
  -ms-filter: "alpha(opacity=100)";
  -khtml-opacity: 1.0;
  -moz-opacity: 1.0;
  -webkit-transition: all .15s;
  transition: all .15s; }
/* line 53, ../scss/style.scss */
a:hover img.btn {
  filter: alpha(opacity=70);
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-transition: all .15s;
  transition: all .15s; }

/* line 63, ../scss/style.scss */
.mb10 {
  margin-bottom: 10px; }

/* line 66, ../scss/style.scss */
.mb20 {
  margin-bottom: 20px; }

/* line 69, ../scss/style.scss */
.mb25 {
  margin-bottom: 25px; }

/* line 72, ../scss/style.scss */
.mb30 {
  margin-bottom: 30px; }

/* line 75, ../scss/style.scss */
.mb40 {
  margin-bottom: 40px; }

/* line 78, ../scss/style.scss */
.mb60 {
  margin-bottom: 60px; }

/* line 81, ../scss/style.scss */
.mb50 {
  margin-bottom: 50px; }

/* line 84, ../scss/style.scss */
.pb10 {
  padding-bottom: 10px !important; }

/* line 87, ../scss/style.scss */
.f10 {
  font-size: 10px; }

/* line 90, ../scss/style.scss */
.reTop {
  position: fixed;
  bottom: 20px;
  right: 20px; }

/* line 95, ../scss/style.scss */
.page {
  width: 100%;
  height: 90px;
  position: absolute;
  top: 35px;
  z-index: 9998; }
  /* line 101, ../scss/style.scss */
  .page .snsWrap, .page .snsBg {
    top: 0; }
  /* line 104, ../scss/style.scss */
  .page #nav {
    top: 40px; }
  /* line 107, ../scss/style.scss */
  .page #snsWrap {
    top: 0; }

/* line 111, ../scss/style.scss */
.hatena-bookmark-bookmark-panel {
  z-index: 9999; }

/* line 114, ../scss/style.scss */
.page-fixed {
  width: 100%;
  position: fixed !important;
  top: 0 !important; }

/* line 119, ../scss/style.scss */
.breadcrumbWrap {
  width: 100%;
  background-color: #f0e9e8; }
  /* line 122, ../scss/style.scss */
  .breadcrumbWrap #breadcrumbs {
    margin: 0 auto;
    width: 960px;
    height: 30px;
    font-size: 0;
    line-height: 30px; }
    /* line 128, ../scss/style.scss */
    .breadcrumbWrap #breadcrumbs li {
      display: inline-block;
      color: #ae3e48;
      font-size: 14px; }
      /* line 132, ../scss/style.scss */
      .breadcrumbWrap #breadcrumbs li a {
        color: #000;
        text-decoration: none; }
        /* line 135, ../scss/style.scss */
        .breadcrumbWrap #breadcrumbs li a:hover {
          filter: alpha(opacity=70);
          opacity: 0.7;
          -ms-filter: "alpha(opacity=70)";
          -khtml-opacity: 0.7;
          -moz-opacity: 0.7; }

/* Elements
----------------------------------*/
/* line 149, ../scss/style.scss */
body {
  width: 100%;
  min-width: 1000px;
  font-size: 16px;
  line-height: 30px;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

/**
 * 2.0 Header
 * ----------------------------------------------------------------------------
 */
/* line 167, ../scss/style.scss */
body #gungho {
  width: 100%;
  height: 31px;
  background: #fff;
  border-bottom: 4px solid #ccc; }
  /* line 172, ../scss/style.scss */
  body #gungho .inner {
    width: 1000px;
    height: 31px;
    margin: 0 auto;
    position: relative; }
    /* line 177, ../scss/style.scss */
    body #gungho .inner #ragnarok {
      position: absolute;
      top: 0;
      left: 0; }
    /* line 182, ../scss/style.scss */
    body #gungho .inner #roInfo {
      position: absolute;
      overflow: hidden;
      top: 0;
      right: 0;
      font-size: 12px;
      line-height: 31px; }
      /* line 189, ../scss/style.scss */
      body #gungho .inner #roInfo li {
        float: left;
        margin-right: 15px; }
        /* line 192, ../scss/style.scss */
        body #gungho .inner #roInfo li a {
          color: #555; }
/* line 199, ../scss/style.scss */
body #nav {
  width: 100%;
  height: 50px;
  background-image: url(../img/common/nav_bg02.gif), url(../img/common/nav_bg01.gif);
  background-position: center top, center top;
  background-repeat: no-repeat, repeat-x;
  position: absolute;
  z-index: 9998; }
  /* line 207, ../scss/style.scss */
  body #nav .mainMenu {
    margin: 0 auto;
    width: 960px;
    text-align: center;
    font-size: 0; }
    /* line 212, ../scss/style.scss */
    body #nav .mainMenu li {
      height: 50px;
      position: relative;
      float: left; }
      /* line 217, ../scss/style.scss */
      body #nav .mainMenu li ul.subMenu {
        width: 250px;
        padding: 0;
        position: absolute;
        top: 50px;
        left: 0;
        font-family: "メイリオ", Meiryo;
        color: #fff;
        background: none; }
        /* line 226, ../scss/style.scss */
        body #nav .mainMenu li ul.subMenu li {
          width: 238px;
          height: 20px;
          padding: 8px 0 0 12px;
          background: url(../img/common/nav_arrow_right1.png) 227px 5px no-repeat #888888;
          border-top: 1px solid #b7b7b7;
          border-bottom: 1px solid #000;
          display: block;
          font-size: 13px;
          line-height: 14px;
          text-align: left;
          cursor: pointer; }
          /* line 239, ../scss/style.scss */
          body #nav .mainMenu li ul.subMenu li:hover {
            background: url(../img/common/nav_arrow_right1.png) 227px 5px no-repeat #999999; }
          /* line 243, ../scss/style.scss */
          body #nav .mainMenu li ul.subMenu li.close {
            background: url(../img/common/nav_arrow_down.png) 227px 3px no-repeat #888888; }
          /* line 246, ../scss/style.scss */
          body #nav .mainMenu li ul.subMenu li.open {
            background: url(../img/common/nav_arrow_up.png) 227px 3px no-repeat #888888; }
          /* line 249, ../scss/style.scss */
          body #nav .mainMenu li ul.subMenu li a {
            width: 238px;
            height: 21px;
            margin: -9px 0 0 -12px;
            padding: 9px 0 0 12px;
            color: #fff;
            text-decoration: none;
            display: block; }
        /* line 259, ../scss/style.scss */
        body #nav .mainMenu li ul.subMenu .subMenu2 {
          width: 250px;
          padding: 0;
          font-size: 12px;
          background: none; }
          /* line 264, ../scss/style.scss */
          body #nav .mainMenu li ul.subMenu .subMenu2 li {
            display: block;
            width: auto;
            height: auto;
            padding: 0;
            border-top: 1px solid #e3e1e1;
            border-bottom: 1px solid #888;
            font-size: 12px; }
            /* line 272, ../scss/style.scss */
            body #nav .mainMenu li ul.subMenu .subMenu2 li a {
              width: 228px;
              height: auto;
              margin: 0;
              padding: 8px 0 8px 22px;
              background: url(../img/common/nav_arrow_right1.png) 227px 5px no-repeat #c1c1c1;
              color: #303030;
              display: block; }
              /* line 281, ../scss/style.scss */
              body #nav .mainMenu li ul.subMenu .subMenu2 li a:hover {
                background: url(../img/common/nav_arrow_right1.png) 227px 5px no-repeat #d1d1d1; }
      /* line 289, ../scss/style.scss */
      body #nav .mainMenu li .long {
        width: 308px; }
        /* line 291, ../scss/style.scss */
        body #nav .mainMenu li .long li {
          width: 288px;
          background: url(../img/common/nav_arrow_right1.png) 277px 5px no-repeat #838383; }
/* line 299, ../scss/style.scss */
body .fixed {
  width: 100%;
  position: fixed !important;
  z-index: 9996; }
/* line 304, ../scss/style.scss */
body #snsWrap {
  width: 100%;
  height: 40px;
  position: absolute;
  top: 35px;
  z-index: 9998; }
  /* line 310, ../scss/style.scss */
  body #snsWrap #sns {
    overflow: hidden;
    width: 960px;
    height: 40px;
    margin: 0 auto; }
    /* line 315, ../scss/style.scss */
    body #snsWrap #sns .snsInner {
      padding: 10px 0;
      float: right; }
      /* line 318, ../scss/style.scss */
      body #snsWrap #sns .snsInner li {
        float: left;
        width: 110px; }
/* line 325, ../scss/style.scss */
body .snsBg {
  width: 100%;
  height: 40px;
  background: url(../img/common/sns_Bg.png) repeat;
  position: absolute;
  top: 35px;
  z-index: 9997; }
  /* line 332, ../scss/style.scss */
  body .snsBg div {
    width: 960px;
    height: 40px;
    margin: 0 auto; }
/* line 338, ../scss/style.scss */
body .sns-fixed {
  position: fixed !important;
  top: 0 !important; }

/**
 * 3.0 Footer
 * ----------------------------------------------------------------------------
 */
/* line 354, ../scss/style.scss */
body #footer {
  padding-top: 30px;
  background: #000;
  border-top: 2px solid #ff0006; }
  /* line 358, ../scss/style.scss */
  body #footer h2 {
    text-align: center;
    padding: 15px 0; }
  /* line 362, ../scss/style.scss */
  body #footer ul {
    width: 940px;
    margin: 30px auto 0;
    font-size: 0; }
    /* line 366, ../scss/style.scss */
    body #footer ul li {
      width: 306px;
      margin-left: 11px;
      display: inline-block;
      vertical-align: top; }
      /* line 371, ../scss/style.scss */
      body #footer ul li:first-child {
        margin-left: 0; }
        /* line 373, ../scss/style.scss */
        body #footer ul li:first-child .thumb img {
          width: auto;
          height: auto; }
      /* line 378, ../scss/style.scss */
      body #footer ul li .thumb {
        width: 306px;
        height: 320px;
        display: table-cell;
        text-align: center;
        vertical-align: middle; }
        /* line 384, ../scss/style.scss */
        body #footer ul li .thumb img {
          width: 100%;
          height: auto; }
      /* line 389, ../scss/style.scss */
      body #footer ul li h3 {
        margin-left: -12px; }
      /* line 392, ../scss/style.scss */
      body #footer ul li p {
        color: #fff;
        font-size: 14px;
        line-height: 22px; }
  /* line 399, ../scss/style.scss */
  body #footer .startRO {
    text-align: center;
    padding: 40px 0; }
    /* line 402, ../scss/style.scss */
    body #footer .startRO p {
      padding-top: 10px;
      font-size: 14px; }
      /* line 405, ../scss/style.scss */
      body #footer .startRO p a {
        text-decoration: underline;
        color: #fff; }
        /* line 408, ../scss/style.scss */
        body #footer .startRO p a:hover {
          filter: alpha(opacity=70);
          opacity: 0.7;
          -ms-filter: "alpha(opacity=70)";
          -khtml-opacity: 0.7;
          -moz-opacity: 0.7; }
  /* line 418, ../scss/style.scss */
  body #footer .line {
    text-align: center; }
  /* line 421, ../scss/style.scss */
  body #footer .f-sns {
    margin: 0 auto;
    padding: 35px 0;
    width: 655px;
    font-size: 0; }
    /* line 426, ../scss/style.scss */
    body #footer .f-sns li {
      display: inline-block;
      margin-left: 55px;
      width: 300px; }
      /* line 430, ../scss/style.scss */
      body #footer .f-sns li:first-child {
        margin-left: 0; }
  /* line 435, ../scss/style.scss */
  body #footer .credit {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #5a5a5a;
    padding: 15px 0 80px; }

/**
 * 4.0 Top
 * ----------------------------------------------------------------------------
 */
 /* 4.1 main
----------------------------------*/
/* line 457, ../scss/style.scss */
body #mainIMG {
  background: #cb050d;
  text-align: center;
  position: relative; }
  /* line 462, ../scss/style.scss */
  body #mainIMG .topBtn01 {
    position: absolute;
    top: 310px;
    left: 50%;
    margin-left: 160px; }
  /* line 468, ../scss/style.scss */
  body #mainIMG .topBtn02 {
    position: absolute;
    top: 500px;
    left: 50%;
    margin-left: -355px; }
/* line 475, ../scss/style.scss */
body h1 {
  background: url("../img/common/mainIMG.jpg") no-repeat top center;
  height: 614px;
  text-indent: -9999px; }

 /* 4.2 topPage(common)
----------------------------------*/
/* line 485, ../scss/style.scss */
body #topPage {
  margin-top: 50px;
  padding: 50px 0;
  background: url(../img/common/cnt_bg01.gif) repeat; }
  /* line 490, ../scss/style.scss */
  body #topPage .news_topics {
    width: 958px;
    margin: 0 auto 45px;
    background: black url(../img/common/top_news_topics_ttl.gif) 18px 18px no-repeat;
    border: 1px solid #ff0006; }
    /* line 496, ../scss/style.scss */
    body #topPage .news_topics dl {
      width: 920px;
      margin: 45px auto 0;
      padding: 20px 0 60px;
      border-top: 1px solid #fff;
      color: #ff0006;
      font-size: 14px; }
      /* line 504, ../scss/style.scss */
      body #topPage .news_topics dl dt {
        clear: both;
        float: left; }
      /* line 508, ../scss/style.scss */
      body #topPage .news_topics dl dd {
        margin-left: 82px;
        color: #fff; }
        /* line 511, ../scss/style.scss */
        body #topPage .news_topics dl dd.first {
          margin-left: 0;
          margin-bottom: 20px; }
        /* line 516, ../scss/style.scss */
        body #topPage .news_topics dl dd a {
          color: #ff0006; }
          /* line 519, ../scss/style.scss */
          body #topPage .news_topics dl dd a:hover {
            text-decoration: none; }
  /* line 527, ../scss/style.scss */
  body #topPage .prevRJC {
    width: 960px;
    margin: 0 auto 50px; }
    /* line 531, ../scss/style.scss */
    body #topPage .prevRJC h2 {
      margin: 0 0 25px -5px; }
    /* line 535, ../scss/style.scss */
    body #topPage .prevRJC .bnrArea {
      padding: 0 10px;
      overflow: hidden; }
      /* line 539, ../scss/style.scss */
      body #topPage .prevRJC .bnrArea a {
        margin: 0 44px 16px 0;
        display: block;
        float: left; }
        /* line 544, ../scss/style.scss */
        body #topPage .prevRJC .bnrArea a.last {
          margin-right: 0; }

/**
 * 5.0 lower-page
 * ----------------------------------------------------------------------------
 */
/* line 561, ../scss/style.scss */
body.lower-page {
  background: url(../img/common/cnt_bg01.gif) repeat; }
  /* line 564, ../scss/style.scss */
  body.lower-page .snsBg {
    background: #d40409 url(../img/common/sns_Bg.png) repeat; }
  /* line 568, ../scss/style.scss */
  body.lower-page .top-fixed {
    margin-top: 40px; }
  /* line 572, ../scss/style.scss */
  body.lower-page #topPage {
    padding: 35px 0 50px;
    color: #fff;
    font-size: 14px;
    line-height: 26px; }
