/* --------------------------------------------------
  Common
  --------------------------------------------------- */
body {
  -webkit-text-size-adjust: 100%;
}

img.auto {
  width: 100%;
  height: auto;
}

.container {
  margin: 0 auto;
  width: 320px;
  max-width: 640px;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
}

.campaignPeriod {
  border: 2px solid #ffc12d;
  padding: 10px;
  text-align: center;
  font-size: 14px;
}

.campaignPeriod_bottom {
  position: relative;
  margin: 100px 10px 0;
}
.campaignPeriod_bottom .remarks {
  position: absolute;
  top: -64px;
  right: 0;
  font-weight: normal;
  text-align: right;
}
.campaignPeriod_bottom .additional {
  font-size: 12px;
  text-align: left !important;
}

.linkList {
  overflow: hidden;
  *zoom: 1;
  margin: 10px auto 0;
  box-sizng: border-box;
}
.linkList li:first-chid a {
  margin-bottom: 0;
}
.linkList a {
  background-color: #ff7f00;
  box-sizng: border-box;
  height: 55px;
  display: block;
  margin-top: 5px;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 15px;
  line-height: 55px;
  text-decoration: none;
}
.linkList a:hover, .linkList a:active, .linkList a:visited {
  color: #fff;
  text-decoration: none;
}
.linkList .arrow {
  font-size: 24px;
  vertical-align: middle;
  margin-left: 10px;
}

/* --------------------------------------------------
  top
  --------------------------------------------------- */
.top_title {
  background-color: #005130;
  display: block;
}

/* --------------------------------------------------
  overview
  --------------------------------------------------- */
.overview {
  padding: 10px;
}
.overview_title {
  color: #fd902e;
  margin-bottom: 5px;
}
.overview .procedure {
  margin-top: 20px;
  font-weight: normal;
}
.overview .procedure li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.overview .procedure li > img {
  border: 1px solid #005130;
}
.overview .procedure li:last-child:after {
  content: "";
  background: none;
  height: 15px;
}
.overview .procedure li:after {
  content: "";
  display: block;
  background: url(/sp/fjstadium/campaign/images/sign_goods/down_arrow.png) no-repeat center top;
  -webkit-background-size: contain;
          background-size: contain;
  height: 20px;
}
.overview .procedure li:nth-child(01) .number {
  background-image: url(/sp/fjstadium/campaign/images/sign_goods/num_01.png);
}
.overview .procedure li:nth-child(02) .number {
  background-image: url(/sp/fjstadium/campaign/images/sign_goods/num_02.png);
}
.overview .procedure li:nth-child(03) .number {
  background-image: url(/sp/fjstadium/campaign/images/sign_goods/num_03.png);
}
.overview .procedure .description {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #005130;
  border-left: 1px solid #005130;
  border-right: 1px solid #005130;
  display: table;
  width: 100%;
}
.overview .procedure .number {
  width: 40px;
  height: 40px;
  background-color: #005130;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
  display: table-cell;
  text-indent: -9999px;
}
.overview .procedure .text {
  padding: 5px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  display: table-cell;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
}

/* --------------------------------------------------
  clubs
  --------------------------------------------------- */
.clubs {
  padding-top: 15px;
  /* .remarks {
  	@include clearfix();
  	display: block;
  	border-bottom: 1px solid $mainColor;
  	text-align: right;
  	padding: 10px;
  	font-weight: normal;
  } */
}
.clubs .club {
  margin-top: 30px;
}
.clubs .club:first-child {
  margin-top: 0;
}
.clubs .club.isOpen .playerLabel {
  background-image: url(/sp/fjstadium/campaign/images/sign_goods/btn_close.png);
  border-bottom-style: dashed;
}
.clubs .listMask {
  display: none;
}
.clubs .clubName {
  font-size: 16px;
}
.clubs .clubName > img {
  vertical-align: middle;
  margin-right: 8px;
}
.clubs .playerLabel {
  color: #005130;
  border-top: 1px solid #005130;
  border-bottom: 1px solid #005130;
  display: block;
  font-size: 15px;
  padding: 15px 5px 15px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 7px;
  background: url(/sp/fjstadium/campaign/images/sign_goods/btn_open.png) no-repeat center right;
  -webkit-background-size: 23px 18px;
          background-size: 23px 18px;
  cursor: pointer;
}
.clubs .listLabel {
  display: block;
  margin: 15px 0 12px 10px;
}
.clubs .playerList {
  overflow: hidden;
  *zoom: 1;
}
.clubs .players {
  float: left;
  font-size: 14px;
  line-height: 14px;
  padding: 0 15px;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  letter-spacing: -0.5px;
}
.clubs .players > li {
  margin-bottom: 5px;
}
.clubs .prizeButton {
  clear: right;
  display: block;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  height: 45px;
  margin: 10px 20px 0;
  background: #005130 url(/sp/fjstadium/campaign/images/sign_goods/btn_prize.png) no-repeat 50% 50%;
  -webkit-background-size: contain;
          background-size: contain;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

/* --------------------------------------------------
  notices
  --------------------------------------------------- */
.notices {
  margin-top: 30px;
  padding: 0 10px;
}
.notices .remarks {
  font-weight: normal;
}

.notice_list {
  list-style-type: disc;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  margin-left: 20px;
}
.notice_list li {
  margin-top: 10px;
}
.notice_list li:first-child {
  margin-top: 0;
}

.notice_title {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
  display: block;
}

/* --------------------------------------------------
  modal & overlay
  --------------------------------------------------- */
#overlay {
  background: url(/sp/fjstadium/campaign/images/sign_goods/overlay.png) repeat;
  opacity: 0.9;
  filter: alpha(opacity=90);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: none;
}

.modalContainer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
}

/* --------------------------------------------------
  carousel
  --------------------------------------------------- */
#modalCarousel {
  background-color: #fff;
  margin: 0 10px;
  padding: 5px 5px 10px;
  position: relative;
  visibility: hidden;
}

.slider-container {
  position: relative;
}

.bx-wrapper {
  position: relative;
}

.bx-wrapper .bx-pager {
  line-height: 0;
  padding-top: 10px;
  text-align: center;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #aaa;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: block;
  width: 7px;
  height: 7px;
  margin: 0 5px;
  outline: 0 none;
  text-indent: -9999px;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #333;
}

.slide-prev > a, .slide-next > a {
  background: url(/sp/fjstadium/campaign/images/sign_goods/btn_swipe_left.png) no-repeat 50% 50%;
  -webkit-background-size: 17px 26px;
          background-size: 17px 26px;
  position: absolute;
  left: 0;
  top: 50%;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  margin-top: -25px;
  display: block;
  z-index: 3;
}

.slide-next > a {
  background-image: url(/sp/fjstadium/campaign/images/sign_goods/btn_swipe_right.png);
  left: auto;
  right: 0;
}

.bxslider > li {
  position: relative;
  background: #ccc url(/sp/fjstadium/campaign/images/sign_goods/ajax-loader.gif) 50% 50% no-repeat;
  /* width: 290px;
  height: 193px; */
  overflow: hidden;
}

.protection-layer {
  position: absolute;
  top: 0;
  left: 0;
}

.close-modal-btn {
  display: block;
  position: absolute;
  bottom: -24px;
  right: 0;
  cursor: pointer;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  text-indent: -9999px;
  line-height: 0;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
