/* --------------------------------------------------
  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 .remarks {
  position: absolute;
  top: -50px;
  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;
  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 .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;
  float: left;
  font-weight: normal;
  font-size: 12px;
  padding: 0 0 0 1em;
  width: 50%;
}
.clubs .presentList .attArea{
  font-size: 10px;
}

/* TEAM COLOR for J1 */
.label-consadole { background: #CD1B2F;}
.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-spulse    { background: #FF9500;}

.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-cerezo    { background: #D40F68;}

.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;}

/* --------------------------------------------------
  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%;
}


