/* ---------------------------------------
  TITLE : HANSHIN Tigers
  URI : hanshintigers.jp
  (C) HANSHIN Tigers.
--------------------------------------- */
@import url(/common/css/format.css);
@import url(/common/css/layout.css);
@import url(/common/css/common.css);
/* JOIN (STRUCTURES)
--------------------------------------- */
#main {
  float: none;
  width: 100%;
  min-width: 980px;
}
#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: #000000;
}

h2.ct {
  background: url(/fanclub/img/logo_bg.jpg) 0 0 no-repeat;
  text-indent: 0px;
  position: relative;
}
h2.ct::before {
  content: "";
  display: block;
  width: 460px;
  height: 120px;
  position: absolute;
  top: 20px;
  left: 20px;
  background: url(/fanclub/img/fc_logo.png) 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: 32px;
  font-weight: bold;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  padding: 10px;
}

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

.center {
  text-align: center;
}

.inner {
  width: 980px;
  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;
}

.fc_blue {
  color: #0081cc;
}

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

.em {
  font-weight: bold;
}

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

.btn_round {
  display: inline-block;
  min-width: 200px;
}
.btn_round a, .btn_round span {
  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, .btn_round span:hover {
  background: #ffe100;
  color: #000000;
}
.btn_round span {
  background: #aaa;
  color: #666;
}
.btn_round span:hover {
  background: #aaa;
  color: #666;
}

/* JOIN (MENU)
--------------------------------------- */
#join_menu h2 {
  text-align: center;
  font-size: 26px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  padding: 15px;
  line-height: 1;
  font-weight: bold;
  background: #666666;
  color: #ffe100;
}
#join_menu .menu {
  padding: 24px 30px;
  background: #c4c4c4;
  border-bottom: 1px solid #000000;
}
#join_menu .menu h3 {
  text-align: center;
  font-size: 24px;
  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: 20px 30px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  flex-wrap: wrap;
}
#join_menu .menu ul.cp_nav li a, #join_menu .menu ul.cp_nav li span {
  width: 390px;
  font-size: 20px;
  background: #FFFFFF;
  color: #000000;
  border: 4px solid #ffe100;
}
#join_menu .menu ul.cp_nav li a:hover, #join_menu .menu ul.cp_nav li span:hover {
  background: #ffe100;
}
#join_menu .menu ul.cp_nav li:nth-child(2n) {
  margin-left: 30px;
}
#join_menu .menu ul.cp_nav li:nth-child(n + 3) {
  margin-top: 20px;
}
#join_menu .menu ul.cp_nav li span {
  background: #d9d9d9;
  border-color: #b0b0b0;
  color: #828282;
}
#join_menu .menu ul.cp_nav li span:hover {
  background: #d9d9d9;
  color: #828282;
}
#join_menu .menu div.btn_round {
  margin: 0 auto;
  display: block;
  width: 420px;
}
#join_menu .menu div.btn_round a, #join_menu .menu div.btn_round span {
  font-size: 20px;
  background: #FFFFFF;
  color: #000000;
  border: 4px solid #FFF100;
  background: #ffe100;
  padding: 15px;
}
#join_menu .menu div.btn_round a:hover, #join_menu .menu div.btn_round span:hover {
  background: #000000;
  color: #ffe100;
}
#join_menu .menu div.btn_round span {
  background: rgba(0, 0, 0, 0.3);
  border-color: #b0b0b0;
  color: #bdbdbd;
}
#join_menu .menu div.btn_round span:hover {
  background: rgba(0, 0, 0, 0.3);
  color: #bdbdbd;
}
#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: 19px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  width: 420px;
  padding: 15px;
  color: #BDBDBD;
  border: 4px solid #b0b0b0;
}
#join_menu .menu dl.links {
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#join_menu .menu dl.links dt a {
  font-size: 18px;
}
#join_menu .menu dl.links dd a {
  font-size: 16px;
}
#join_menu .menu dl.links dt, #join_menu .menu dl.links dd {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  margin: 0 10px;
}
#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 p.stl {
  font-weight: bold;
  font-size: 18px;
  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 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}
#join_menu .menu ul.app_nav li {
  background: #FFFFFF;
  min-width: 176px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 16px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  position: relative;
  border: 3px solid #ffe100;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
#join_menu .menu ul.app_nav li.off {
  background: #D9D9D9;
  color: #828282;
  border: 3px solid #b0b0b0;
  display: block;
  height: 40px;
  line-height: 40px;
  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 .menu ul.app_nav li.off:hover {
  background: #D9D9D9;
}
#join_menu .menu ul.app_nav li:hover {
  background: #ffe100;
}
#join_menu .menu ul.app_nav li a {
  color: #000000;
  text-decoration: none;
  display: block;
  height: 40px;
  line-height: 40px;
  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 .info.flexbox {
  background: #dbdbdb;
  padding: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#join_menu .info.flexbox .box {
  width: 440px;
}
#join_menu .info.flexbox .box h4 {
  background: #000000;
  font-size: 16px;
  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.flexbox .box p {
  font-size: 13px;
}
#join_menu .info.flexbox .box p.indent {
  text-indent: -1em;
  margin-left: 1em;
}
#join_menu .info.flexbox .box div.btn_round {
  margin: 20px auto 0 auto;
  display: block;
  width: 240px;
}
#join_menu .info.flexbox .box div.btn_round a {
  font-size: 18px;
}
#join_menu .info.flexbox .box div.btn_round a:hover {
  background: #ffe100;
}

/* JOIN (early)
--------------------------------------- */
#main.early {
  background: #fff url(../../img/early/bg_grad.gif) no-repeat left top;
  position: relative;
  padding: 20px 20px 30px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
}
#main.early .tag {
  position: absolute;
  top: 12px;
  right: 8px;
}
#main.early .title p.period {
  margin: 25px 0 20px;
}
#main.early #present_wrap .pre_cont {
  position: relative;
  min-height: 370px;
}
#main.early #present_wrap .pre_cont .pre_img {
  position: relative;
  z-index: 2;
}
#main.early #present_wrap .pre_cont .spec {
  margin-top: 30px;
}
#main.early #present_wrap .pre_cont .spec li {
  line-height: 1.6;
}
#main.early #present_wrap .pre_cont .spec + .update {
  margin-top: 20px;
  width: 365px;
}
#main.early #present_wrap .pre_cont .spec + .update + .indent {
  margin-top: 10px;
}
#main.early #present_wrap .pre_cont .spec + .indent {
  margin-top: 20px;
}
#main.early #present_wrap .pre_cont .benefits {
  position: absolute;
  z-index: 1;
  right: 37px;
  top: -10px;
}
#main.early #wchance {
  margin-top: 25px;
  background: #fff799;
  padding: 18px 10px 18px 20px;
  position: relative;
}
#main.early #wchance .pre_cont {
  min-height: 415px;
}
#main.early #wchance h3 + p {
  margin-top: 18px;
}
#main.early #wchance h3 + p + p {
  margin-top: 15px;
}
#main.early #wchance .indent {
  margin-top: 15px;
  width: 538px;
}
#main.early #wchance .sign_ball {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto;
}

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