/* --------------------------------------------------
  Common
  --------------------------------------------------- */
body {
  -webkit-text-size-adjust: 100%;
}

img.auto {
  width: 100%;
  height: auto;
}

.container {
  margin: 0 auto;
  font-weight: bold;
  line-height: 20px;
}

.campaignPeriod {
  border: 2px solid #ffc12d;
  padding: 10px;
  text-align: center;
  font-size: 14px;
}

.campaignPeriod_bottom {
  position: relative;
  margin: 80px 16px 0;
}
.campaignPeriod_bottom-high {
  margin-top: 130px!important;
}
.campaignPeriod_bottom .remarks {
  position: absolute;
  top: -50px;
  right: 0;
  font-weight: normal;
  text-align: right;
}
.campaignPeriod_bottom .remarks-left {
  top: -90px;
  left: 0;
  text-align: left;
}
.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;
  max-width: 320px;
  margin: 0 auto;
}
.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/original_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/original_goods/num_01.png);
}
.overview .procedure li:nth-child(02) .number {
  background-image: url(/sp/fjstadium/campaign/images/original_goods/num_02.png);
}
.overview .procedure li:nth-child(03) .number {
  background-image: url(/sp/fjstadium/campaign/images/original_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;
  font-weight: bold;
  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 .title{
  background: #005130;
}
.clubs .j1List > li{
  border-top: 1px solid #e60012;
}
.clubs .j1List > li:first-child{
  border-top: 0;
}
.clubs .j1List{
  border-bottom: 1px solid #e60012;
}
.clubs .j2List > li{
  border-top: 1px solid #017f40;
}
.clubs .j2List{
  border-bottom: 1px solid #017f40;
}
.clubs .j2List > li:first-child{
  border-top: 0;
}

.clubs .listMask {
  display: none;
}
.clubs .clubName {
  background: url(/sp/fjstadium/campaign/images/original_goods/btn_open.png) no-repeat 95% center;
  -webkit-background-size: 7%;
          background-size: 7%;
  display: table;
  font-size: 16px;
  margin: 0 auto;
  width: 100%;
}
.clubs .is-open .clubName {
  background: url(/sp/fjstadium/campaign/images/original_goods/btn_close.png) no-repeat 95% center;
  -webkit-background-size: 7%;
          background-size: 7%;
  display: table;
  font-size: 16px;
  margin: 0 auto;
}
.clubs .clubName > span{
  display: table-cell;
  font-weight: normal;
  vertical-align: middle;
  width: 76%;
}
@media screen and (max-width:320px){
  .clubs .clubName > span{
    font-size: 14px;
  }
}
.clubs .clubName > span > img{
  width: 100%;
}
.clubs .clubName > span:first-child {
  width: 24%;
}
.clubs .clabLabel {
  display: block;
  padding: 18px;
}

.clubs .presentList{
  border-top: 1px dotted #000000;
  padding: 20px;
}
/*.clubs .presentList li > img{
  border: 1px solid #a3a3a3;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}*/
.clubs .presentList p{
  font-weight: normal;
  font-size: 14px;
  margin: 1em 0;
}
.clubs .presentList .playerBox{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  font-size: 14px;
  padding: 0.5em 1em;
  width: 100%;
  float: none;
}
.clubs .presentList .attArea{
  font-size: 10px;
  text-align: right;
  display: block;
}

/* TEAM COLOR for J1 */
.label-vegalta   { background: #FFB600;}
.label-frontale  { background: #61A8E1;}
.label-grampus   { background: #CE313D; color: #FFF;}
.label-antlers   { background: #AC232F; color: #FFF;}
.label-marinos   { background: #2B4ABA; color: #FFF;}
.label-gamba     { background: #00629D; color: #FFF;}

.label-reds      { background: #EC1234;}
.label-bellmare  { background: #5BBB24;}
.label-vissel    { background: #9b0020; color: #FFF;}
.label-ardija    { background: #FF5611;}
.label-ventforet { background: #005B94; color: #FFF;}
.label-sanfrecce { background: #6F299B; color: #FFF;}

.label-reysol    { background: #FFFF00;}
.label-albirex   { background: #FF5611;}
.label-avispa    { background: #043D78; color: #FFF;}
.label-fc_tokyo  { background: #0019FF; color: #FFF;}
.label-jubilo    { background: #5797DC;}
.label-sagan     { background: #00A8BE;}
.label-kagoshima     { background: #003A70;}
.label-ryukyu     { background: #9b2743;}

/* --------------------------------------------------
  notices
  --------------------------------------------------- */
.notices {
  font-weight: normal;
  margin-top: 30px;
  padding: 0 10px;
}
.notices .remarks {
  font-weight: normal;
}

.notice_list {
  list-style-type: disc;
  font-weight: normal;
  line-height: 20px;
  margin-left: 20px;
}
.notices li,
.notice_list li {
  font-size: 12px;
  margin-top: 10px;
}
.notice_list li:first-child {
  margin-top: 0;
}

.notice_title {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
  display: block;
}


/* ==========================================================================
   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%;
}

/* ==========================================================================
   w-change-area
   ========================================================================== */
   .w-change-area > img {
     width: 100%;
   }
   .w-change-area ul {
  width: 100%;
}

.w-change-area ul li {
  height: 80px;
  position: relative;
  padding-top: 0!important;
  margin: 20px -10px 0;
  font-weight: bold;
  font-size: 13px;
  overflow: hidden;
}

.w-change-area ul li:first-child {
  background-image: url(/sp/fjstadium/campaign/images/signed-uniform18/towel_sp.png);
}
.w-change-area ul li:last-child {
  background-image: url(/sp/fjstadium/campaign/images/signed-uniform18/stationery_sp.png);
}

.w-change-area ul li:first-child,
.w-change-area ul li:last-child {
  background-position: center center;
  background-repeat: no-repeat; 
  background-size: contain;
}

.w-change-area ul li:first-child p {
  position: absolute;
  bottom: 0;
  left: 145px;
}
.w-change-area ul li:last-child p {
  position: absolute;
  bottom: 0;
  left: 115px;
}

/* ==========================================================================
   tab style
   ========================================================================== */
   .tabBox_uniform #tabBtn {
    width: 90%;
    margin: 0 auto;
  }
  .tabBox_uniform #tabBtn li {
    float:left;
    width: 32%;
    height: 67px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    position: relative;
    margin-right: 2%;
  
  }
  /*.tabBox_uniform #tabBtn li:first-child {
    margin-right: 2%;
  }*/
  
  .tabBox_uniform #tabBtn .tabText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    font-weight: bold;
    font-size: 18px;
  }
  
  .tabBox_uniform #tabBtn li.select {
    cursor: auto;
  }
  .tabBox_uniform #tabBtn li.tab_j1 {
    color: #ff0000;
    background-color: #fff;
    border: 1px solid #ff0000;
    border-bottom: none;
    position: relative;
  }
  .tabBox_uniform #tabBtn li.tab_j2 {
    color: #006600;
    background-color: #fff;
    border: 1px solid #006600;
    border-bottom: none;
    position: relative;
  }
  .tabBox_uniform #tabBtn li.tab_j3 {
    color: #0261b1;
    background-color: #fff;
    border: 1px solid #0261b1;
    border-bottom: none;
    position: relative;
    margin-right: 0;
  }
  .tabBox_uniform #tabBtn li.tab_j1.select::after,
  .tabBox_uniform #tabBtn li.tab_j2.select::after,
  .tabBox_uniform #tabBtn li.tab_j3.select::after {
    content: "▼";
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-size: 70%;
    line-height: 1;
  }
  .tabBox_uniform #tabBtn li.tab_j1.select,
  .tabBox_uniform #tabBtn li.tab_j1:hover {
    background-color: #ff0000;
  }
  .tabBox_uniform #tabBtn li.tab_j2.select,
  .tabBox_uniform #tabBtn li.tab_j2:hover {
    background-color: #006600;
  }
  .tabBox_uniform #tabBtn li.tab_j3.select,
  .tabBox_uniform #tabBtn li.tab_j3:hover {
    background-color: #0261b1;
  }
  .tabBox_uniform #tabBtn li.tab_j1.select,
  .tabBox_uniform #tabBtn li.tab_j1:hover {
    background-color: #ff0000;
    color: #fff;
  }
  .tabBox_uniform #tabBtn li.tab_j2.select,
  .tabBox_uniform #tabBtn li.tab_j2:hover {
    background-color: #006600;
    color: #fff;
  }
  .tabBox_uniform #tabBtn li.tab_j3.select,
  .tabBox_uniform #tabBtn li.tab_j3:hover {
    background-color: #0261b1;
    color: #fff;
  }
  #tabBody li.tab_j1 {
    padding-top: 5px;
    border-top: 8px solid #ff0000;
  }
  #tabBody li.tab_j2 {
    padding-top: 5px;
    border-top: 8px solid #006600;
  }
  #tabBody li.tab_j3 {
    padding-top: 5px;
    border-top: 8px solid #0261b1;
  }
  
  .hide {
    display: none;
  }