@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)
 *   4.3 - features
 * ----------------------------------------------------------------------------
 */
/**
 * 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 36, ../scss/style.scss */
.clearfix {
  zoom: 1;
  _height: 1%; }
  /* line 39, ../scss/style.scss */
  .clearfix:after {
    content: "";
    display: block;
    clear: both; }

/* line 48, ../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 57, ../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 68, ../scss/style.scss */
.mt10 {
  margin-top: 10px; }

/* line 71, ../scss/style.scss */
.mt20 {
  margin-top: 20px; }

/* line 74, ../scss/style.scss */
.mt30 {
  margin-top: 30px; }

/* line 77, ../scss/style.scss */
.mt40 {
  margin-top: 40px; }

/* line 80, ../scss/style.scss */
.mt50 {
  margin-top: 50px; }

/* line 83, ../scss/style.scss */
.mt60 {
  margin-top: 60px; }

/* line 86, ../scss/style.scss */
.mt80 {
  margin-top: 80px; }

/* line 89, ../scss/style.scss */
.mt100 {
  margin-top: 100px; }

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

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

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

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

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

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

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

/* line 115, ../scss/style.scss */
.pt10 {
  padding-top: 10px; }

/* line 118, ../scss/style.scss */
.pt40 {
  padding-top: 40px !important; }

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

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

/* line 132, ../scss/style.scss */
.blue {
  color: #0f97aa; }

/* line 135, ../scss/style.scss */
.yellow {
  color: #fddc5b; }

/* line 138, ../scss/style.scss */
.red {
  color: red; }

/* line 141, ../scss/style.scss */
.purple {
  color: #e20086; }

/* line 144, ../scss/style.scss */
.pink {
  color: #f77; }

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

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

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

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

/* line 178, ../scss/style.scss */
.breadcrumbWrap {
  width: 100%;
  background-color: #f0e9e8; }
  /* line 181, ../scss/style.scss */
  .breadcrumbWrap #breadcrumbs {
    margin: 0 auto;
    width: 960px;
    height: 30px;
    font-size: 0;
    line-height: 30px; }
    /* line 187, ../scss/style.scss */
    .breadcrumbWrap #breadcrumbs li {
      display: inline-block;
      color: #ae3e48;
      font-size: 14px; }
      /* line 191, ../scss/style.scss */
      .breadcrumbWrap #breadcrumbs li a {
        color: #000;
        text-decoration: none; }
        /* line 194, ../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 211, ../scss/style.scss */
body {
  width: 100%;
  min-width: 1000px;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

/* line 220, ../scss/style.scss */
#a1 {
  width: 0;
  height: 0;
  margin: -100px 0 0;
  padding: 100px 0 0; }

/**
 * 2.0 Header
 * ----------------------------------------------------------------------------
 */
/* line 235, ../scss/style.scss */
body #gungho {
  width: 100%;
  height: 31px;
  background: #fff;
  border-bottom: 4px solid #ccc; }
  /* line 240, ../scss/style.scss */
  body #gungho .inner {
    width: 1000px;
    height: 31px;
    margin: 0 auto;
    position: relative; }
    /* line 245, ../scss/style.scss */
    body #gungho .inner #ragnarok {
      position: absolute;
      top: 0;
      left: 0; }
    /* line 250, ../scss/style.scss */
    body #gungho .inner #roInfo {
      position: absolute;
      overflow: hidden;
      top: 0;
      right: 0;
      font-size: 12px;
      line-height: 31px; }
      /* line 257, ../scss/style.scss */
      body #gungho .inner #roInfo li {
        float: left;
        margin-right: 15px; }
        /* line 260, ../scss/style.scss */
        body #gungho .inner #roInfo li a {
          color: #555; }
/* line 267, ../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 275, ../scss/style.scss */
  body #nav .mainMenu {
    margin: 0 auto;
    width: 980px;
    text-align: center;
    font-size: 0;
    overflow: hidden; }
    /* line 281, ../scss/style.scss */
    body #nav .mainMenu li {
      height: 50px;
      position: relative;
      float: left; }
      /* line 286, ../scss/style.scss */
      body #nav .mainMenu li ul.subMenu {
        width: 250px;
        padding: 0;
        position: absolute;
        top: 70px;
        left: 0;
        font-family: "メイリオ", Meiryo;
        color: #fff;
        background: none; }
        /* line 295, ../scss/style.scss */
        body #nav .mainMenu li ul.subMenu li {
          width: 238px;
          height: 20px;
          padding: 8px 0 0 12px;
          background: url(../img/nav/nav_arrow_right1.png) 227px 5px no-repeat #eb7f86;
          border-top: 1px solid #ffd0d3;
          border-bottom: 1px solid #c14d55;
          display: block;
          font-size: 13px;
          line-height: 14px;
          text-align: left;
          cursor: pointer; }
          /* line 307, ../scss/style.scss */
          body #nav .mainMenu li ul.subMenu li.close {
            background: url(../img/nav/nav_arrow_down.png) 227px 5px no-repeat #eb7f86; }
          /* line 310, ../scss/style.scss */
          body #nav .mainMenu li ul.subMenu li.open {
            background: url(../img/nav/nav_arrow_up.png) 227px 5px no-repeat #eb7f86; }
          /* line 313, ../scss/style.scss */
          body #nav .mainMenu li ul.subMenu li a {
            color: #fff;
            text-decoration: none;
            display: block; }
        /* line 319, ../scss/style.scss */
        body #nav .mainMenu li ul.subMenu .subMenu2 {
          width: 250px;
          padding: 0;
          font-size: 12px;
          background: none; }
          /* line 324, ../scss/style.scss */
          body #nav .mainMenu li ul.subMenu .subMenu2 li {
            display: block;
            width: 228px;
            padding: 8px 0 0 22px;
            background: url(../img/nav/nav_arrow_right2.png) 232px 6px no-repeat #febfbb;
            border-top: 1px solid #ffd0d3;
            border-bottom: 1px solid #c14d55;
            font-size: 12px; }
            /* line 332, ../scss/style.scss */
            body #nav .mainMenu li ul.subMenu .subMenu2 li a {
              color: #303030;
              display: block; }
      /* line 341, ../scss/style.scss */
      body #nav .mainMenu li .long {
        width: 308px; }
        /* line 343, ../scss/style.scss */
        body #nav .mainMenu li .long li {
          width: 288px;
          background: url(../img/nav/nav_arrow_right1.png) 277px 5px no-repeat #838383; }
/* line 351, ../scss/style.scss */
body .fixed {
  width: 100%;
  position: fixed !important;
  z-index: 9996; }
/* line 356, ../scss/style.scss */
body #snsWrap {
  width: 100%;
  height: 40px;
  position: absolute;
  top: 35px;
  z-index: 9998; }
  /* line 362, ../scss/style.scss */
  body #snsWrap #sns {
    overflow: hidden;
    width: 960px;
    height: 40px;
    margin: 0 auto; }
    /* line 367, ../scss/style.scss */
    body #snsWrap #sns .snsInner {
      padding: 10px 0;
      float: right; }
      /* line 370, ../scss/style.scss */
      body #snsWrap #sns .snsInner li {
        float: left;
        width: 110px; }
/* line 377, ../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 384, ../scss/style.scss */
  body .snsBg div {
    width: 960px;
    height: 40px;
    margin: 0 auto; }
/* line 390, ../scss/style.scss */
body .sns-fixed {
  position: fixed !important;
  top: 0 !important; }

/**
 * 3.0 Footer
 * ----------------------------------------------------------------------------
 */
/* line 406, ../scss/style.scss */
body #footer {
  padding-top: 30px;
  background: #000;
  border-top: 2px solid #29aecc; }
  /* line 410, ../scss/style.scss */
  body #footer h2 {
    text-align: center;
    padding: 15px 0; }
  /* line 414, ../scss/style.scss */
  body #footer ul {
    width: 940px;
    margin: 30px auto 0;
    font-size: 0; }
    /* line 418, ../scss/style.scss */
    body #footer ul li {
      width: 306px;
      margin-left: 11px;
      display: inline-block;
      vertical-align: top; }
      /* line 423, ../scss/style.scss */
      body #footer ul li:first-child {
        margin-left: 0; }
        /* line 425, ../scss/style.scss */
        body #footer ul li:first-child .thumb img {
          width: auto;
          height: auto; }
      /* line 430, ../scss/style.scss */
      body #footer ul li .thumb {
        width: 306px;
        height: 320px;
        display: table-cell;
        text-align: center;
        vertical-align: middle; }
        /* line 436, ../scss/style.scss */
        body #footer ul li .thumb img {
          width: 100%;
          height: auto; }
      /* line 441, ../scss/style.scss */
      body #footer ul li h3 {
        margin-left: -12px; }
      /* line 444, ../scss/style.scss */
      body #footer ul li p {
        color: #fff;
        font-size: 14px;
        line-height: 22px; }
  /* line 451, ../scss/style.scss */
  body #footer .startRO {
    text-align: center;
    padding: 40px 0; }
    /* line 454, ../scss/style.scss */
    body #footer .startRO p {
      padding-top: 10px;
      font-size: 14px; }
      /* line 457, ../scss/style.scss */
      body #footer .startRO p a {
        text-decoration: underline;
        color: #fff; }
        /* line 460, ../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 470, ../scss/style.scss */
  body #footer .line {
    text-align: center; }
  /* line 473, ../scss/style.scss */
  body #footer .f-sns {
    margin: 0 auto;
    padding: 35px 0;
    width: 655px;
    font-size: 0; }
    /* line 478, ../scss/style.scss */
    body #footer .f-sns li {
      display: inline-block;
      margin-left: 55px;
      width: 300px; }
      /* line 482, ../scss/style.scss */
      body #footer .f-sns li:first-child {
        margin-left: 0; }
  /* line 487, ../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 509, ../scss/style.scss */
body #mainIMG {
  background: #cb050d;
  text-align: center;
  position: relative; }
  /* line 514, ../scss/style.scss */
  body #mainIMG .topBtn {
    position: absolute;
    top: 318px;
    left: 50%;
    margin-left: -475px; }
/* line 521, ../scss/style.scss */
body h1 {
  background: url("../img/common/mainIMG.jpg") no-repeat top center;
  height: 499px;
  text-indent: -9999px; }

 /* 4.2 topPage(common)
----------------------------------*/
/* line 534, ../scss/style.scss */
body #topPage {
  margin-top: 50px;
  padding: 50px 0;
  background: url(../img/common/cnt_bg01.gif) repeat; }
  /* line 539, ../scss/style.scss */
  body #topPage .news_topics {
    width: 958px;
    margin: 0 auto 45px;
    background: black url(../img/common/top_rankInfo.gif) 18px 18px no-repeat;
    border: 1px solid #29aecc; }
    /* line 545, ../scss/style.scss */
    body #topPage .news_topics dl {
      width: 920px;
      margin: 45px auto 0;
      padding: 20px 0 20px;
      border-top: 1px solid #fff; }
      /* line 551, ../scss/style.scss */
      body #topPage .news_topics dl dt, body #topPage .news_topics dl dd {
        color: #29aecc;
        font-size: 14px;
        float: left; }
      /* line 556, ../scss/style.scss */
      body #topPage .news_topics dl dd {
        color: #fff;
        padding-left: 15px; }
  /* line 563, ../scss/style.scss */
  body #topPage h2 {
    margin: 0 0 30px -25px; }
  /* line 567, ../scss/style.scss */
  body #topPage h3 {
    margin: 0 0 60px -5px; }
  /* line 571, ../scss/style.scss */
  body #topPage table {
    margin: 40px 0;
    background: #fff;
    color: #333;
    font-size: 14px;
    line-height: 1.6em; }
    /* line 580, ../scss/style.scss */
    body #topPage table tbody tr th {
      padding: 0 5px 0;
      border: 1px solid #b48c5c;
      background: #b6eaf2; }
      /* line 585, ../scss/style.scss */
      body #topPage table tbody tr th.ttl {
        background: #14b9d2; }
      /* line 588, ../scss/style.scss */
      body #topPage table tbody tr th.name {
        background: #e5fcff; }
    /* line 592, ../scss/style.scss */
    body #topPage table tbody tr td {
      padding: 0 5px 0;
      border: 1px solid #b48c5c; }
  /* line 600, ../scss/style.scss */
  body #topPage .arrow1 {
    margin: 30px 0;
    text-align: center; }
  /* line 605, ../scss/style.scss */
  body #topPage .half_box {
    margin-bottom: 60px;
    overflow: hidden; }
    /* line 609, ../scss/style.scss */
    body #topPage .half_box div {
      width: 460px;
      float: left; }
      /* line 613, ../scss/style.scss */
      body #topPage .half_box div + div {
        text-align: right; }
  /* line 619, ../scss/style.scss */
  body #topPage .cnt1, body #topPage .cnt2, body #topPage .cnt3, body #topPage .cnt4, body #topPage .cnt5, body #topPage .cnt6 {
    margin-bottom: 80px; }
  /* line 623, ../scss/style.scss */
  body #topPage .artBox {
    width: 901px;
    position: relative;
    color: #484848;
    /* 装飾可変ボックス */
    background-image: url(../img/common/artBox_bg01.gif), url(../img/common/artBox_bg03.gif), url(../img/common/artBox_bg02.gif);
    background-repeat: no-repeat, no-repeat, repeat-y;
    background-position: top left, bottom left, top left; }
    /* line 638, ../scss/style.scss */
    body #topPage .artBox:before {
      width: 62px;
      height: 62px;
      content: "";
      position: absolute;
      top: -31px;
      left: -9px; }
  /* line 648, ../scss/style.scss */
  body #topPage .artBox.num1:before {
    background: url(../img/common/artBox_num01.png) 0px 0px no-repeat; }
  /* line 651, ../scss/style.scss */
  body #topPage .artBox.num2:before {
    background: url(../img/common/artBox_num02.png) 0px 0px no-repeat; }
  /* line 654, ../scss/style.scss */
  body #topPage .artBox.num3:before {
    background: url(../img/common/artBox_num03.png) 0px 0px no-repeat; }
  /* line 657, ../scss/style.scss */
  body #topPage .artBox.num4:before {
    background: url(../img/common/artBox_num04.png) 0px 0px no-repeat; }

 /* 4.3 features
----------------------------------*/
/* line 669, ../scss/style.scss */
#features {
  width: 920px;
  margin: 0 auto; }
  /* line 673, ../scss/style.scss */
  #features h2 {
    margin: 0 0 0 -25px !important; }
  /* line 677, ../scss/style.scss */
  #features .half_box {
    margin-left: -15px; }
    /* line 680, ../scss/style.scss */
    #features .half_box div {
      margin-left: 15px; }
      /* line 683, ../scss/style.scss */
      #features .half_box div h3 {
        margin: 0 0 0 -15px; }
      /* line 687, ../scss/style.scss */
      #features .half_box div p {
        width: 440px;
        margin-top: -5px; }
        /* line 691, ../scss/style.scss */
        #features .half_box div p span {
          letter-spacing: -0.1px; }
      /* line 696, ../scss/style.scss */
      #features .half_box div + div {
        margin-top: 55px;
        margin-left: 0; }
  /* line 703, ../scss/style.scss */
  #features ul {
    margin-bottom: 60px;
    overflow: hidden; }
    /* line 707, ../scss/style.scss */
    #features ul li {
      width: 200px;
      margin-right: 40px;
      float: left; }
      /* line 712, ../scss/style.scss */
      #features ul li img {
        padding-bottom: 20px; }
      /* line 716, ../scss/style.scss */
      #features ul li.last {
        margin-right: 0; }

 /* 4.3 howto
----------------------------------*/
/* line 728, ../scss/style.scss */
#howto {
  width: 920px;
  margin: 0 auto; }
  /* line 734, ../scss/style.scss */
  #howto .cnt1 .num1 p {
    width: 280px;
    padding: 70px 0 0 20px;
    float: left; }
  /* line 740, ../scss/style.scss */
  #howto .cnt1 .num1 img {
    padding: 20px 20px 20px 0;
    float: right; }
  /* line 747, ../scss/style.scss */
  #howto .cnt1 .num2 p {
    width: 260px;
    padding: 70px 0 0 20px;
    float: left; }
  /* line 753, ../scss/style.scss */
  #howto .cnt1 .num2 div > div {
    padding: 20px 0 10px 0;
    float: right;
    position: relative; }
    /* line 758, ../scss/style.scss */
    #howto .cnt1 .num2 div > div p {
      width: 350px;
      padding: 0;
      color: #0f97aa;
      font-size: 12px;
      line-height: 18px;
      position: absolute;
      top: 212px;
      left: 250px; }
  /* line 772, ../scss/style.scss */
  #howto .cnt1 .num3 p {
    width: 280px;
    padding: 70px 0 0 20px;
    float: left; }
  /* line 778, ../scss/style.scss */
  #howto .cnt1 .num3 img {
    padding: 20px 116px 20px 0;
    float: right; }
  /* line 786, ../scss/style.scss */
  #howto .cnt2 .box1, #howto .cnt2 .box2, #howto .cnt2 .box3, #howto .cnt2 .box4 {
    padding: 0 0 30px 30px;
    overflow: hidden; }
    /* line 790, ../scss/style.scss */
    #howto .cnt2 .box1 p, #howto .cnt2 .box2 p, #howto .cnt2 .box3 p, #howto .cnt2 .box4 p {
      padding: 10px 0 0 0; }
  /* line 796, ../scss/style.scss */
  #howto .cnt2 .box1 p {
    padding: 40px 0 0 0; }
  /* line 803, ../scss/style.scss */
  #howto .cnt2 .num1 .box1 div, #howto .cnt2 .num1 .box2 div, #howto .cnt2 .num1 .box3 div, #howto .cnt2 .num1 .box4 div {
    width: 380px;
    float: left; }
    /* line 807, ../scss/style.scss */
    #howto .cnt2 .num1 .box1 div + div, #howto .cnt2 .num1 .box2 div + div, #howto .cnt2 .num1 .box3 div + div, #howto .cnt2 .num1 .box4 div + div {
      width: initial;
      padding-right: 30px;
      float: right; }
  /* line 816, ../scss/style.scss */
  #howto .cnt2 .num1 .box1 p {
    padding: 40px 0 30px 0; }
  /* line 821, ../scss/style.scss */
  #howto .cnt2 .num1 .box3 {
    margin-top: -40px; }
  /* line 827, ../scss/style.scss */
  #howto .cnt2 .num2 .box3 {
    padding-bottom: 50px; }
    /* line 830, ../scss/style.scss */
    #howto .cnt2 .num2 .box3 div {
      float: left; }
      /* line 833, ../scss/style.scss */
      #howto .cnt2 .num2 .box3 div + div {
        padding-right: 30px;
        float: right; }
  /* line 841, ../scss/style.scss */
  #howto .cnt2 .num2 .box4 p {
    padding: 0; }
  /* line 848, ../scss/style.scss */
  #howto .cnt2 .num3 .box4 {
    padding: 0 0 30px 0;
    text-align: center; }
  /* line 855, ../scss/style.scss */
  #howto .cnt2 .num4 .box1 {
    overflow: hidden; }
    /* line 858, ../scss/style.scss */
    #howto .cnt2 .num4 .box1 p {
      width: 360px;
      float: left; }
    /* line 862, ../scss/style.scss */
    #howto .cnt2 .num4 .box1 img {
      padding: 45px 30px 0 0;
      float: right; }
  /* line 869, ../scss/style.scss */
  #howto .cnt2 .num4 .box2 div {
    float: left; }
    /* line 872, ../scss/style.scss */
    #howto .cnt2 .num4 .box2 div + div {
      padding-right: 30px;
      float: right; }
  /* line 878, ../scss/style.scss */
  #howto .cnt2 .num4 .box2 p {
    clear: both; }

 /* 4.4 reward
----------------------------------*/
/* line 891, ../scss/style.scss */
#reward {
  width: 920px;
  margin: 0 auto; }
  /* line 895, ../scss/style.scss */
  #reward h3 {
    margin: 0 0 20px -5px !important; }
  /* line 901, ../scss/style.scss */
  #reward .cnt1 .half_box div {
    width: 440px;
    margin-right: 20px; }
    /* line 905, ../scss/style.scss */
    #reward .cnt1 .half_box div + div {
      width: 460px;
      margin-right: 0; }
  /* line 915, ../scss/style.scss */
  #reward .cnt3 p a:hover {
    text-decoration: none; }
  /* line 920, ../scss/style.scss */
  #reward .cnt3 div {
    text-align: center; }
    /* line 923, ../scss/style.scss */
    #reward .cnt3 div img {
      margin-bottom: 45px; }
      /* line 926, ../scss/style.scss */
      #reward .cnt3 div img + img {
        margin-bottom: 5px; }
    /* line 931, ../scss/style.scss */
    #reward .cnt3 div + p {
      width: 640px;
      margin: 0 auto; }
  /* line 939, ../scss/style.scss */
  #reward .cnt2 .trade_item {
    color: #333; }
    /* line 942, ../scss/style.scss */
    #reward .cnt2 .trade_item div {
      width: 920px;
      background: #14b9d2;
      border: 1px solid #b48c5c;
      text-align: center;
      box-sizing: border-box; }
    /* line 950, ../scss/style.scss */
    #reward .cnt2 .trade_item dl {
      margin-top: -1px;
      background: #fff;
      border: 1px solid #b48c5c;
      overflow: hidden;
      box-sizing: border-box; }
      /* line 957, ../scss/style.scss */
      #reward .cnt2 .trade_item dl dt {
        width: 570px;
        border-right: 1px solid #b48c5c;
        float: left;
        text-align: center; }
      /* line 963, ../scss/style.scss */
      #reward .cnt2 .trade_item dl dd {
        width: 347px;
        float: left;
        text-align: center; }
      /* line 969, ../scss/style.scss */
      #reward .cnt2 .trade_item dl.ttl {
        background: #b6eaf2; }
      /* line 972, ../scss/style.scss */
      #reward .cnt2 .trade_item dl.name {
        margin-top: 0;
        background: #e5fcff;
        cursor: pointer;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }
        /* line 982, ../scss/style.scss */
        #reward .cnt2 .trade_item dl.name:hover {
          background: #b6eaf2;
          -webkit-transition: all .3s;
          -moz-transition: all .3s;
          -ms-transition: all .3s;
          -o-transition: all .3s;
          transition: all .3s; }
        /* line 991, ../scss/style.scss */
        #reward .cnt2 .trade_item dl.name dt {
          width: 540px;
          padding-left: 30px;
          background: url(../img/common/down_arrow.png) 8px center no-repeat;
          text-align: left; }
          /* line 997, ../scss/style.scss */
          #reward .cnt2 .trade_item dl.name dt.open {
            background: url(../img/common/up_arrow.png) 8px center no-repeat; }
    /* line 1004, ../scss/style.scss */
    #reward .cnt2 .trade_item table {
      width: 920px;
      margin: -1px 0 0;
      display: none; }
      /* line 1010, ../scss/style.scss */
      #reward .cnt2 .trade_item table tr th {
        text-align: left; }
  /* line 1019, ../scss/style.scss */
  #reward .cnt5 p {
    margin-bottom: 50px; }
  /* line 1023, ../scss/style.scss */
  #reward .cnt5 div {
    text-align: center; }
  /* line 1029, ../scss/style.scss */
  #reward .cnt6 div {
    text-align: center; }
  /* line 1033, ../scss/style.scss */
  #reward .cnt6 table {
    width: 920px; }
    /* line 1036, ../scss/style.scss */
    #reward .cnt6 table td.slot2 {
      background: #d7cef2;
      text-align: center; }
    /* line 1040, ../scss/style.scss */
    #reward .cnt6 table td.slot3 {
      background: #cef2d1;
      text-align: center; }
    /* line 1044, ../scss/style.scss */
    #reward .cnt6 table td.slot4 {
      background: #f2d7ce;
      text-align: center; }

 /* 4.5 stepup
----------------------------------*/
/* line 1057, ../scss/style.scss */
#stepup {
  width: 920px;
  margin: 0 auto; }
  /* line 1061, ../scss/style.scss */
  #stepup h3 {
    margin: 0 0 20px -5px !important; }
  /* line 1065, ../scss/style.scss */
  #stepup .artBox {
    margin-bottom: 80px; }
  /* line 1070, ../scss/style.scss */
  #stepup .cnt1 p {
    margin-bottom: 40px; }
  /* line 1076, ../scss/style.scss */
  #stepup .cnt3 > p {
    padding-bottom: 80px; }
  /* line 1080, ../scss/style.scss */
  #stepup .cnt3 .box1, #stepup .cnt3 .box2, #stepup .cnt3 .box3, #stepup .cnt3 .box4 {
    padding: 0 0 30px 30px;
    overflow: hidden; }
    /* line 1084, ../scss/style.scss */
    #stepup .cnt3 .box1 p, #stepup .cnt3 .box2 p, #stepup .cnt3 .box3 p, #stepup .cnt3 .box4 p {
      padding: 10px 0 0 0; }
  /* line 1090, ../scss/style.scss */
  #stepup .cnt3 .box1 p {
    padding: 40px 0 0 0; }
  /* line 1097, ../scss/style.scss */
  #stepup .cnt3 .num1 .box1 p {
    width: 350px;
    float: left; }
  /* line 1101, ../scss/style.scss */
  #stepup .cnt3 .num1 .box1 img {
    margin: 40px 30px 0 0;
    float: right; }
  /* line 1108, ../scss/style.scss */
  #stepup .cnt3 .num1 .box2 div {
    margin: 20px 0 0 0;
    width: 410px;
    float: left; }
    /* line 1113, ../scss/style.scss */
    #stepup .cnt3 .num1 .box2 div + div {
      width: initial;
      margin: 20px 30px 0 0;
      float: right; }
  /* line 1123, ../scss/style.scss */
  #stepup .cnt3 .num2 .box1 {
    padding: 0 30px 30px; }
    /* line 1126, ../scss/style.scss */
    #stepup .cnt3 .num2 .box1 p {
      padding-bottom: 30px; }
  /* line 1131, ../scss/style.scss */
  #stepup .cnt3 .num2 .box2 {
    padding: 20px 0 30px 30px; }
    /* line 1134, ../scss/style.scss */
    #stepup .cnt3 .num2 .box2 div {
      width: 640px;
      float: left; }
      /* line 1138, ../scss/style.scss */
      #stepup .cnt3 .num2 .box2 div + div {
        width: initial;
        padding: 0 30px 0 0;
        float: right; }
  /* line 1149, ../scss/style.scss */
  #stepup .cnt3 .num3 .box1 p {
    padding-bottom: 30px; }
    /* line 1152, ../scss/style.scss */
    #stepup .cnt3 .num3 .box1 p + img + p {
      padding: 20px 120px 0 0;
      text-align: right; }
  /* line 1162, ../scss/style.scss */
  #stepup .cnt3 .num4 .box1 p {
    padding-bottom: 30px; }
  /* line 1166, ../scss/style.scss */
  #stepup .cnt3 .num4 .box1 div {
    text-align: center; }
    /* line 1169, ../scss/style.scss */
    #stepup .cnt3 .num4 .box1 div img {
      margin-bottom: 30px; }

 /* 4.6 guide
----------------------------------*/
/* line 1183, ../scss/style.scss */
#guide {
  width: 920px;
  margin: 0 auto; }
  /* line 1187, ../scss/style.scss */
  #guide h3 {
    margin: 0 0 20px -5px !important; }
  /* line 1192, ../scss/style.scss */
  #guide .cnt1 div {
    margin-bottom: 30px;
    text-align: center; }
  /* line 1197, ../scss/style.scss */
  #guide .cnt1 ul {
    width: 903px;
    margin: 0 auto;
    margin-right: -10px;
    overflow: hidden; }
    /* line 1203, ../scss/style.scss */
    #guide .cnt1 ul li {
      margin-bottom: 20px;
      margin-right: 40px;
      float: left; }

 /* 4.7 ranking
----------------------------------*/
/* line 1217, ../scss/style.scss */
#ranking {
  width: 920px;
  margin: 0 auto; }
  /* line 1222, ../scss/style.scss */
  #ranking .cnt1 div {
    text-align: center; }
  /* line 1226, ../scss/style.scss */
  #ranking .cnt1 p {
    padding: 10px 0 0; }
  /* line 1230, ../scss/style.scss */
  #ranking .cnt1 dl {
    padding: 20px 0 0 40px; }
    /* line 1233, ../scss/style.scss */
    #ranking .cnt1 dl dt, #ranking .cnt1 dl dd {
      color: #29aecc;
      font-size: 14px;
      float: left; }
    /* line 1238, ../scss/style.scss */
    #ranking .cnt1 dl dd {
      color: #fff;
      padding-left: 15px; }
  /* line 1244, ../scss/style.scss */
  #ranking .cnt1 table#rank-list {
    width: 840px;
    margin: 5px auto; }
    /* line 1249, ../scss/style.scss */
    #ranking .cnt1 table#rank-list tr th {
      font-size: 16px;
      font-weight: bold;
      padding: 5px;
      color: #fff; }
    /* line 1256, ../scss/style.scss */
    #ranking .cnt1 table#rank-list tr.gold {
      font-size: 20px; }
      /* line 1259, ../scss/style.scss */
      #ranking .cnt1 table#rank-list tr.gold td:first-child {
        padding: 20px 0;
        background: url(../img/ranking/icon_gold.png) center no-repeat #e5e4ff;
        color: #fff;
        font-weight: bold;
        text-indent: -99999px; }
      /* line 1269, ../scss/style.scss */
      #ranking .cnt1 table#rank-list tr.gold:nth-child(2n) td:first-child {
        background: url(../img/ranking/icon_gold.png) center no-repeat #c8c6ff; }
    /* line 1274, ../scss/style.scss */
    #ranking .cnt1 table#rank-list tr.silver {
      font-size: 18px; }
      /* line 1277, ../scss/style.scss */
      #ranking .cnt1 table#rank-list tr.silver td:first-child {
        padding: 20px 0;
        background: url(../img/ranking/icon_silver.png) center no-repeat #e5e4ff;
        color: #fff;
        font-weight: bold;
        text-indent: -99999px; }
      /* line 1286, ../scss/style.scss */
      #ranking .cnt1 table#rank-list tr.silver:nth-child(2n) td:first-child {
        background: url(../img/ranking/icon_silver.png) center no-repeat #c8c6ff; }
    /* line 1291, ../scss/style.scss */
    #ranking .cnt1 table#rank-list tr.bronze {
      font-size: 16px; }
      /* line 1294, ../scss/style.scss */
      #ranking .cnt1 table#rank-list tr.bronze td:first-child {
        padding: 20px 0;
        background: url(../img/ranking/icon_bronze.png) center no-repeat #e5e4ff;
        color: #fff;
        font-weight: bold;
        text-indent: -99999px; }
      /* line 1303, ../scss/style.scss */
      #ranking .cnt1 table#rank-list tr.bronze:nth-child(2n) td:first-child {
        background: url(../img/ranking/icon_bronze.png) center no-repeat #c8c6ff; }
    /* line 1308, ../scss/style.scss */
    #ranking .cnt1 table#rank-list tr.blue {
      color: #333; }
      /* line 1311, ../scss/style.scss */
      #ranking .cnt1 table#rank-list tr.blue td:first-child {
        background: #e5fcff; }
      /* line 1315, ../scss/style.scss */
      #ranking .cnt1 table#rank-list tr.blue:nth-child(2n) td:first-child {
        background: #C6F6FF; }
    /* line 1319, ../scss/style.scss */
    #ranking .cnt1 table#rank-list tr.green {
      color: #333; }
      /* line 1322, ../scss/style.scss */
      #ranking .cnt1 table#rank-list tr.green td:first-child {
        background: #E7FFE3; }
      /* line 1326, ../scss/style.scss */
      #ranking .cnt1 table#rank-list tr.green:nth-child(2n) td:first-child {
        background: #CFFFC6; }
    /* line 1330, ../scss/style.scss */
    #ranking .cnt1 table#rank-list tr.purple {
      color: #333; }
      /* line 1333, ../scss/style.scss */
      #ranking .cnt1 table#rank-list tr.purple td:first-child {
        background: #E5E4FF; }
      /* line 1337, ../scss/style.scss */
      #ranking .cnt1 table#rank-list tr.purple:nth-child(2n) td:first-child {
        background: #C8C6FF; }
    /* line 1342, ../scss/style.scss */
    #ranking .cnt1 table#rank-list tr td {
      padding: 5px;
      text-align: center; }
      /* line 1346, ../scss/style.scss */
      #ranking .cnt1 table#rank-list tr td:nth-child(3) {
        text-align: right; }

 /* 4.8 schedule
----------------------------------*/
/* line 1360, ../scss/style.scss */
#schedule {
  width: 920px;
  margin: 0 auto; }
  /* line 1366, ../scss/style.scss */
  #schedule .cnt1 .box1 img {
    padding: 30px; }
  /* line 1371, ../scss/style.scss */
  #schedule .cnt1 .box2 p {
    padding: 50px 30px; }

 /* 4.9 notes
----------------------------------*/
/* line 1383, ../scss/style.scss */
#notes {
  width: 920px;
  margin: 0 auto; }
  /* line 1387, ../scss/style.scss */
  #notes table {
    width: 920px; }
    /* line 1392, ../scss/style.scss */
    #notes table tbody tr th {
      width: 200px; }
