/* ---------------------------------------
  TITLE : HANSHIN Tigers
  URI : hanshintigers.jp
  (C) HANSHIN Tigers.
--------------------------------------- */
@import url(/common/css/common.css);
/*
 reset
 */
li {
  list-style: none;
  font-size: 12px;
  line-height: 1.4; }

p {
  font-size: 12px;
  line-height: 1.4; }

dd, dt, div {
  line-height: 1.4; }

/* JOIN (STRUCTURES)
--------------------------------------- */
#main {
  float: none;
  width: 100%;
  min-width: 100%; }
  #main.finish {
    position: relative; }
    #main.finish::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.4);
      z-index: 100; }

img {
  -webkit-backface-visibility: hidden; }

#ln {
  background: url(/fanclub/img/bg_ct.jpg) 0 0 no-repeat; }

h2.ct {
  background: url(/fanclub/img/ct_fanclub.jpg) 0 0 no-repeat; }

h3.pt {
  background: #D4D4CD url(/fanclub/img/pt_fanclub.gif) 0 0 no-repeat;
  display: block;
  width: 980px;
  height: 30px;
  text-indent: -99999px; }

p#tp {
  padding-right: 15px;
  height: 30px;
  line-height: 30px;
  text-align: right;
  margin-top: -30px; }

p.finish {
  background: #e60012;
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  padding: 10px;
  line-height: 1.2; }

.flexbox {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.center {
  text-align: center; }

.inner {
  width: 100%;
  margin: 0 auto;
  background: #FFFFFF; }

ul.indent li {
  margin-left: 1em;
  text-indent: -1em; }

ul.inline li {
  display: inline-block; }

.fc_red {
  color: #e60012; }

.fc_yellow {
  color: #ffe100; }

.txt_u {
  text-decoration: underline !important; }

.em {
  font-weight: bold; }

.red_box {
  background: #e60012;
  padding: 20px;
  color: #FFFFFF; }

div.att_box {
  background: #e60012;
  padding: 1em;
  color: #fff;
  font-size: 14px;
  border: #ff0000 1px solid;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  div.att_box img {
    margin-right: 5px; }

.btn_round {
  display: inline-block;
  min-width: 200px; }
  .btn_round a {
    display: block;
    background: #000000;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    padding: 8px;
    border-radius: 10px;
    text-decoration: none;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease; }
    .btn_round a:hover {
      background: #ffe100;
      color: #000000; }
  .btn_round span {
    display: block;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    padding: 8px;
    border-radius: 10px;
    text-decoration: none;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    background: #aaa;
    color: #666; }

/* JOIN (MENU)
--------------------------------------- */
#join_menu h2 {
  text-align: center;
  font-size: 18px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  padding: 10px;
  line-height: 1.2;
  font-weight: bold;
  background: #666666;
  color: #ffe100; }
#join_menu .menu {
  padding: 20px 15px;
  background: #c4c4c4;
  border-bottom: 1px solid #000000; }
  #join_menu .menu h3 {
    text-align: center;
    font-size: 15px;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    padding: 10px;
    line-height: 1;
    font-weight: bold;
    background: #ffe100;
    color: #000000; }
    #join_menu .menu h3.option {
      margin-top: 20px; }
  #join_menu .menu ul.cp_nav {
    background: #ffffcc;
    padding: 10px; }
    #join_menu .menu ul.cp_nav li {
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      #join_menu .menu ul.cp_nav li a {
        font-size: 16px;
        background: #FFFFFF;
        color: #000000;
        border: 4px solid #ffe100; }
      #join_menu .menu ul.cp_nav li.off {
        background: #D9D9D9;
        color: #828282;
        border: 4px solid #b0b0b0;
        font-size: 16px;
        font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
        padding: 8px;
        border-radius: 10px;
        font-weight: bold;
        text-align: center; }
    #join_menu .menu ul.cp_nav li + li {
      margin-top: 10px; }
  #join_menu .menu div.btn_round {
    margin: 0 auto;
    display: block;
    width: 280px; }
    #join_menu .menu div.btn_round a {
      font-size: 16px;
      background: #FFFFFF;
      background: #ffe100;
      color: #000000;
      border: 4px solid #FFF100;
      padding: 15px; }
  #join_menu .menu .btn_off {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    margin: 0 auto;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    padding: 15px;
    color: #BDBDBD;
    border: 4px solid #b0b0b0; }
  #join_menu .menu dl.links {
    text-align: center;
    margin: 0 auto; }
    #join_menu .menu dl.links a {
      color: #000000;
      text-decoration: none; }
    #join_menu .menu dl.links dt, #join_menu .menu dl.links dd {
      font-weight: bold;
      font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif; }
      #join_menu .menu dl.links dt a, #join_menu .menu dl.links dd a {
        padding: 8px 30px 8px 10px;
        display: inline-block;
        position: relative;
        color: #000000;
        border-radius: 10px;
        background: #FFFFFF;
        text-decoration: none;
        -webkit-transition: background 0.3s ease;
        transition: background 0.3s ease; }
        #join_menu .menu dl.links dt a::after, #join_menu .menu dl.links dd a::after {
          content: "";
          display: inline-block;
          position: absolute;
          margin: auto;
          left: auto;
          right: 10px;
          top: 0;
          bottom: 0;
          width: 0;
          height: 0;
          border-left: 10px solid #000000;
          border-top: 6px solid transparent;
          border-bottom: 6px solid transparent; }
        #join_menu .menu dl.links dt a:hover, #join_menu .menu dl.links dd a:hover {
          color: #000000;
          background: #ffe100; }
          #join_menu .menu dl.links dt a:hover::after, #join_menu .menu dl.links dd a:hover::after {
            border-left: 10px solid #000000;
            border-top: 6px solid transparent;
            border-bottom: 6px solid transparent; }
    #join_menu .menu dl.links dt {
      font-size: 16px;
      margin: 5px 0; }
    #join_menu .menu dl.links dd {
      font-size: 14px;
      display: inline-block;
      margin: 5px 10px; }
  #join_menu .menu p.stl {
    font-weight: bold;
    font-size: 16px;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    text-align: center; }
  #join_menu .menu ul.app_nav {
    text-align: center; }
    #join_menu .menu ul.app_nav li {
      background: #FFFFFF;
      text-align: left;
      min-width: 260px;
      border-radius: 10px;
      font-weight: bold;
      font-size: 15px;
      font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      border: 2px solid #ffe100;
      margin: 10px 5px 0 5px;
      display: inline-block; }
      #join_menu .menu ul.app_nav li a {
        color: #000000;
        text-decoration: none;
        display: block;
        height: 36px;
        line-height: 36px;
        padding: 0 30px 0 12px; }
        #join_menu .menu ul.app_nav li a img {
          vertical-align: middle;
          width: 18px;
          height: auto;
          margin-right: 4px; }
      #join_menu .menu ul.app_nav li::after {
        content: "";
        display: block;
        position: absolute;
        margin: auto;
        left: auto;
        right: 10px;
        top: 0;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 10px solid #000000;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent; }
      #join_menu .menu ul.app_nav li.off {
        background: #D9D9D9;
        color: #828282;
        border: 3px solid #b0b0b0;
        display: inline-block;
        line-height: 36px;
        padding: 0 12px; }
        #join_menu .menu ul.app_nav li.off img {
          vertical-align: middle;
          width: 18px;
          height: auto;
          margin-right: 4px;
          opacity: 0.3; }
        #join_menu .menu ul.app_nav li.off::after {
          display: none; }
#join_menu .info {
  background: #dbdbdb;
  padding: 10px; }
  #join_menu .info .box {
    padding: 0 0 10px 0; }
    #join_menu .info .box h4 {
      background: #000000;
      font-size: 14px;
      font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
      color: #FFFFFF;
      padding: 5px 10px;
      margin-bottom: 10px;
      text-align: center; }
    #join_menu .info .box p {
      font-size: 13px; }
      #join_menu .info .box p.indent {
        text-indent: -1em;
        margin-left: 1em; }
    #join_menu .info .box div.btn_round {
      margin: 20px auto 0 auto;
      display: block;
      width: 240px; }
      #join_menu .info .box div.btn_round a {
        font-size: 16px; }
  #join_menu .info .box + .box {
    margin-top: 20px; }

/* JOIN (premiumplus)
--------------------------------------- */
#main.premiumplus {
  padding-bottom: 10px;
  color: #6c5d56; }
  #main.premiumplus ul.indent li {
    font-size: 12px;
    margin-top: 5px; }
  #main.premiumplus h2 img {
    width: 100%;
    height: auto; }
  #main.premiumplus .unit {
    margin: 15px 10px; }
    #main.premiumplus .unit h3.bg_gray {
      background: #6c5d55;
      font-size: 17px;
      font-weight: normal;
      font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
      color: #FFFFFF;
      padding: 5px 10px; }
    #main.premiumplus .unit h4.stl {
      padding-bottom: 5px;
      margin: 10px 0; }
      #main.premiumplus .unit h4.stl img {
        /*  height: 24px;
          width: auto;*/
        max-width: 100%; }
      #main.premiumplus .unit h4.stl.wide img {
        height: auto;
        width: 100%; }
    #main.premiumplus .unit p.lead {
      font-size: 14px;
      font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
      line-height: 1.5;
      margin-bottom: 10px; }
      #main.premiumplus .unit p.lead img {
        width: 80%;
        height: auto;
        margin: 20px auto 10px auto;
        display: block; }
    #main.premiumplus .unit table.spec {
      font-size: 12px; }
    #main.premiumplus .unit table.size_table {
      font-size: 12px;
      color: #990000;
      text-align: center; }
      #main.premiumplus .unit table.size_table th,
      #main.premiumplus .unit table.size_table td {
        padding: 2px;
        border: 1px solid #990000; }
      #main.premiumplus .unit table.size_table th {
        background: #990000;
        color: #fff;
        font-weight: bold;
        border-right: 1px solid #fff; }
      #main.premiumplus .unit table.size_table th:last-child {
        border-right: #990000 1px solid; }
    #main.premiumplus .unit.goods {
      position: relative;
      margin: 20px 10px; }
      #main.premiumplus .unit.goods p.lead {
        margin-top: 10px; }
      #main.premiumplus .unit.goods .detail {
        margin-top: 10px; }
        #main.premiumplus .unit.goods .detail h4 {
          font-size: 14px;
          font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
          font-weight: bold; }
        #main.premiumplus .unit.goods .detail p {
          margin: 0 0 10px 0;
          font-size: 13px; }
      #main.premiumplus .unit.goods .photo {
        position: relative; }
        #main.premiumplus .unit.goods .photo img {
          width: 100%;
          height: auto; }
        #main.premiumplus .unit.goods .photo .note1 {
          text-align: right;
          font-size: 12px;
          margin-top: 0.5em; }
      #main.premiumplus .unit.goods .fc_wine {
        color: #990000; }
      #main.premiumplus .unit.goods .mainphoto {
        margin-top: 20px; }
        #main.premiumplus .unit.goods .mainphoto img {
          width: 100%;
          height: auto; }
        #main.premiumplus .unit.goods .mainphoto p.note {
          text-align: center; }
      #main.premiumplus .unit.goods .size {
        margin: 10px; }
        #main.premiumplus .unit.goods .size table {
          margin: 10px 0 0 0; }
          #main.premiumplus .unit.goods .size table th,
          #main.premiumplus .unit.goods .size table td {
            border: 1px solid #000000;
            padding: 2px 4px;
            font-weight: normal;
            text-align: center;
            font-size: 12px; }
          #main.premiumplus .unit.goods .size table th {
            background: #eec500;
            color: #fff;
            font-weight: bold; }
            #main.premiumplus .unit.goods .size table th.blank {
              background: none;
              border-top: none;
              border-left: none;
              border-right: none; }
        #main.premiumplus .unit.goods .size ul.spec {
          margin-top: 10px; }
          #main.premiumplus .unit.goods .size ul.spec li {
            font-size: 12px; }
        #main.premiumplus .unit.goods .size img {
          width: 70%;
          height: auto;
          margin: 20px 15% 0.5em 15%;
          text-align: center; }
        #main.premiumplus .unit.goods .size p.note {
          text-align: center; }
      #main.premiumplus .unit.goods .comment {
        margin: 10px 0; }
      #main.premiumplus .unit.goods .red_box {
        padding: 10px;
        font-weight: bold;
        font-size: 12px; }
        #main.premiumplus .unit.goods .red_box .fc_yellow {
          color: #fff100; }
  #main.premiumplus table.att {
    margin: 10px 0 0 0;
    color: #000; }
    #main.premiumplus table.att th,
    #main.premiumplus table.att td {
      border: 1px solid #ce000d;
      padding: 2px 4px;
      font-weight: normal;
      font-size: 12px; }
    #main.premiumplus table.att th {
      background: #ce000d;
      font-weight: bold;
      color: #fff; }
  #main.premiumplus .unit h2 {
    margin: 10px 0;
    padding: 10px 20px;
    background: #edd7cb;
    color: #990000; }
  #main.premiumplus .unit + .comment {
    margin: 10px;
    font-size: 13px; }
  #main.premiumplus .unit + .benefit {
    border-bottom: #990000 1px dotted;
    padding: 0 0 20px 0; }
    #main.premiumplus .unit + .benefit p.lead {
      font-weight: bold; }
  #main.premiumplus .unit + .gradation {
    height: 60px;
    background: #f7eeea;
    background: -moz-linear-gradient(#ffffff 0%, #f7eeea 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f7eeea));
    background: -webkit-linear-gradient(#ffffff 0%, #f7eeea 100%);
    background: -o-linear-gradient(#ffffff 0%, #f7eeea 100%);
    background: linear-gradient(#ffffff 0%, #f7eeea 100%); }
  #main.premiumplus .howto#admission {
    margin: 20px 10px;
    position: relative;
    color: #000; }
    #main.premiumplus .howto#admission .capture img {
      width: 100%;
      height: auto; }
    #main.premiumplus .howto#admission .capture .bg_brown {
      background: #990000;
      padding: 10px;
      color: #FFFFFF;
      font-size: 14px;
      font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif; }
    #main.premiumplus .howto#admission .flexbox {
      margin-bottom: 10px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #main.premiumplus .howto#admission .flexbox .title {
        width: 100%;
        margin-bottom: 10px; }
        #main.premiumplus .howto#admission .flexbox .title h4 {
          background: #990000;
          padding: 5px 10px;
          color: #FFFFFF;
          font-size: 14px;
          font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
          text-align: center; }
      #main.premiumplus .howto#admission .flexbox .info p.txt {
        font-size: 18px;
        font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif; }
        #main.premiumplus .howto#admission .flexbox .info p.txt small {
          font-size: 14px; }
        #main.premiumplus .howto#admission .flexbox .info p.txt strong.em {
          font-size: 28px; }
      #main.premiumplus .howto#admission .flexbox .info p.txt-s {
        margin: 10px 0;
        font-size: 14px;
        font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif; }
      #main.premiumplus .howto#admission .flexbox .info .btn_round {
        margin-bottom: 5px; }
        #main.premiumplus .howto#admission .flexbox .info .btn_round a {
          font-size: 15px; }
      #main.premiumplus .howto#admission .flexbox .info ul.indent {
        margin-top: 5px;
        font-size: 12px; }
      #main.premiumplus .howto#admission .flexbox .info .group {
        margin-bottom: 15px; }
      #main.premiumplus .howto#admission .flexbox .info p.arrow_black {
        position: relative;
        padding-left: 24px;
        font-size: 16px;
        font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif; }
        #main.premiumplus .howto#admission .flexbox .info p.arrow_black small {
          font-size: 12px;
          display: inline-block;
          margin-top: 5px; }
        #main.premiumplus .howto#admission .flexbox .info p.arrow_black strong {
          font-size: 20px; }
        #main.premiumplus .howto#admission .flexbox .info p.arrow_black img {
          width: 26px;
          height: 26px;
          margin-right: 5px; }
        #main.premiumplus .howto#admission .flexbox .info p.arrow_black::before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 5px;
          bottom: 0;
          width: 0;
          height: 0;
          border-top: solid 10px transparent;
          border-bottom: solid 10px transparent;
          border-left: solid 16px #000000; }
  #main.premiumplus .bg_brown {
    background: #990000;
    padding: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -10px; }
    #main.premiumplus .bg_brown .flexbox {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
      margin-top: 10px; }
    #main.premiumplus .bg_brown p.txt {
      font-size: 13px;
      font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
      color: #FFFFFF;
      padding: 0 0 0 10px; }
    #main.premiumplus .bg_brown p.update img {
      width: 100%;
      height: auto; }
  #main.premiumplus span.fc_brown {
    color: #990000; }
  #main.premiumplus .yellow_box {
    text-align: center;
    background: #ffe100;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    margin-top: 10px; }
    #main.premiumplus .yellow_box span.small {
      font-size: 17px; }
  #main.premiumplus .delivery {
    margin: 20px 0 10px 0; }
    #main.premiumplus .delivery dt,
    #main.premiumplus .delivery dd {
      font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
      vertical-align: middle; }
    #main.premiumplus .delivery dt {
      background: #e60012;
      color: #FFFFFF;
      padding: 8px;
      font-size: 15px;
      text-align: center;
      line-height: 1.4; }
      #main.premiumplus .delivery dt small {
        font-size: 13px; }
    #main.premiumplus .delivery dd {
      font-size: 15px;
      font-weight: bold;
      margin: 10px 0 0 0;
      line-height: 1.6; }
      #main.premiumplus .delivery dd span.normal {
        font-weight: normal; }
  #main.premiumplus .ticket_notice {
    margin: 20px 0 10px 0; }
    #main.premiumplus .ticket_notice dt,
    #main.premiumplus .ticket_notice dd {
      font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
      vertical-align: middle; }
    #main.premiumplus .ticket_notice dt {
      background: #e60012;
      color: #ffe100;
      padding: 8px;
      font-size: 15px;
      text-align: center;
      line-height: 1.4; }
      #main.premiumplus .ticket_notice dt small {
        font-size: 13px; }
    #main.premiumplus .ticket_notice dd {
      font-size: 13px;
      margin: 10px 0 0 0; }
      #main.premiumplus .ticket_notice dd span.emphasis {
        color: #e60012;
        font-size: 14px;
        font-weight: bold;
        padding: 0.3em;
        border: 2px #e60012 solid;
        border-radius: 10px;
        display: block;
        margin: 10px 0; }

/*# sourceMappingURL=premiumplus.css.map */
