@charset "UTF-8";

/*-----------------------

http://www.jleague.jp/css/sp/mascot.css
2016/1/20 ISM

------------------------*/


/*--- common ---*/
.mascotTxt{
    
}
.mascotTxt img{
  width: 100%;
  max-width: 500px;
  height: auto;
}
.mascotTxt p{
  font-size: 13px;
  line-height: 1.65;
  margin-bottom: 1em;
}
.ttlLink h3,
.ttlNoLink h3,
.ttlNoLink .blockTit{
    background: #4f4f4f;
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 1.3;
    font-weight: bold;
    line-height: 1.3;
    margin: 10px 0;
    padding: 10px;
}


.ttlAreaNolink h3{
      font-weight: bold;
    font-size: 14px;
    border-left: 5px solid #e60012;
    line-height: 100%;
    padding: 4px 10px;
    margin-bottom: 10px;
}
.hashTagWrap .hashTaglist h4{
  font-size: 14px;
  background: #333;
  padding: 3px 0;
  border-radius: 2px;
  text-align: center;
  color: #fff;
}
.hashTagWrap .hashTaglist h4.j1{ background: #E60012; }
.hashTagWrap .hashTaglist h4.j2{ background: #017f40; }

.hashTagWrap .hashTaglist ul{
  padding: 10px 20px;
}
.hashTagWrap .hashTaglist ul li{
  font-size: 14px;
  line-height: 1.55;
}



/* kvArea */
.kvArea {
    position: relative;
    margin: 0;
  text-align: center;
}
.kvArea img {
  width: 100%;
  height: auto;
  max-width: 500px;
   vertical-align: top;
}
.fxscuplink a{
    display: block;
}

.kvArea .navWrap .mascotNavList2{
    width: 100%;
    height: 36px;
    display: table;
}
.kvArea .navWrap .mascotNavList2 li{
    display: table-cell;
    border-right: 1px solid #fff;
    vertical-align: middle;

}
.kvArea .navWrap .mascotNavList2 li:last-child{ border-right: 0; }
.kvArea .navWrap .mascotNavList2 li a{
    display: table-cell;
    width: 200px;
    height: 36px;
    vertical-align: middle;
    text-align: center;
    background: #55ACEE;
    color: #fff;
    font-size: 11px;
    line-height: 1.3;
}
.kvArea .navWrap .mascotNavList2 li a:hover{ opacity: 0.6; }

body.top .kvArea .mascotNavList2 li.nav_top a,
body.outline .kvArea .mascotNavList2 li.nav_outline a,
body.mascot2016 .kvArea .mascotNavList2 li.nav_mascot2016 a,
body.mascot2015 .kvArea .mascotNavList2 li.nav_mascot2015 a,
body.mascot2014 .kvArea .mascotNavList2 li.nav_mascot2014 a,
body.mascot2013 .kvArea .mascotNavList2 li.nav_mascot2013 a{
    background: #fff;
    color: #55ACEE;
}







/*--- table ---*/
.mascotArea table{
  width: 100%;
  border-bottom: solid 1px #ccc;
}
.mascotArea table tr{
  border-top: solid 1px #ccc;

}
.mascotArea table th,
.mascotArea table td{
  line-height: 1.4;
  /*padding: 5px;*/
  vertical-align: middle;
  /*border-left: 1px solid #ccc;*/
}
.mascotArea table th:first-child,
.mascotArea table td:first-child{
  border-left: none;
}
.mascotArea table th{
    background: #e7e7e7;
    font-size: 12px;
    text-align: center;
    padding: 5px;
}
.mascotArea table td{
  font-size: 12px;
  vertical-align: middle;
}
.mascotArea table th img,
.mascotArea table td img{
  vertical-align: middle;
}

.mascotArea .outlineTable th{
    background: #e7e7e7;
    font-size: 12px;
    color: #07058C;
}
.mascotArea .outlineTable td{
  padding: 5px;
}

.mascotArea .outlineTable td p{
  display: table;
  margin: 5px 0;
}
.mascotArea .outlineTable td span{
    padding-left: 10px;
    display: table-cell;
    vertical-align: middle;
}
.mascotArea .outlineTable td span.th{
  background: #A09164;
    padding: 5px 0;
    width: 60px;
    border-radius: 3px;
    color: #fff;
    font-size: 10px;
    margin-right: 5px;
    vertical-align: middle;
    text-align: center;
}

.mascotTable td:first-child img{
  width: 30px;
  height: auto;
}
.mascotArea table.mascotTable td:first-child {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding: 0 3px; 
}
.mascotArea table.mascotTable td:nth-child(2) {
  width: 100px;
}
.mascotArea table.mascotTable td:nth-child(3) {
  padding: 0 5px;
  font-size: 16px;
  font-weight: bold;
}
.mascotArea table.mascotTable td:nth-child(3) .hashtag{
  display: block;
  font-size: 10px;
}
.mascotArea table.mascotTable td:last-child{
  text-align: center;
  padding: 0 5px;
}
.mascotArea table.mascotTable td:last-child span{
  margin: 0 auto;

  
}



.howto{
  margin-bottom: 20px;
}
.touhyou{

}
.mascotArea .outlineTable td .touhyou span{
  color: #E60012;
  font-weight: bold;
}
.mascotArea .outlineTable td .touhyou span.th{
    background: #E60012;
    color: #fff;
}
.mascotArea .outlineTable td .kettei{
    position: relative;
    border: 2px solid #E60012;
    border-radius: 3px;
    padding: 5px;
    color: #E60012;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
    font-size: 14px;
}
.mascotArea .outlineTable td .kettei:before{
    position: absolute;
    top: -37px;
    left: 50%;
    margin-left: -15px;
    font-family: 'FontAwesome';
    content: "\f0d7";
    color: #E60012;
    font-size: 45px;
}


.mascotArea .outlineTable td dl {
  margin: 20px 0;
}
.mascotArea .outlineTable td dl dt{
font-size: 12px;
    border-bottom: 1px solid #666;
    padding-bottom: 5px;
}
.mascotArea .outlineTable td dl dd{
      font-size: 12px;
    line-height: 1.5;
    padding-top: 10px;
}

.shiteihashu{
      background: #E7E7E7;
      padding: 10px;

}






.mrpich_king{
  margin-top: 20px;
}
.mrpich_king > a{
  display: block;
  text-align: center;
}

.mrpich_king img{
  width: 100%;
  height: auto;
  max-width: 500px;
      vertical-align: top;
}

.mrpich_king .ttlNoLink h3{
  margin-top: 0;
}







/*--- tab ---*/
.tabSelecter {
  margin: 0 0 20px 0;
}
.tabSelecter ul {
  border-bottom: 1px solid #ccc;
  height: 41px;
}
.tabContents .tab li{
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  box-sizing: border-box;
    
}
.tabContents .tab.twoline {
  
}
.tabContents .tab li:first-child {
    border-left: 1px solid #ccc;
}
.tabContents .tab li.current a {
    position: relative;
    top: 1px;
    background: #FFFFFF;
    color: #464646;
    font-weight: bold;
}
.tabSelecter li a,
.tabSelecter li span {
    font-size: 13px;
    line-height: 1.2;
    color: #4f4f4f;
    font-weight: normal;
    background: #f9f9f9;
    display: table-cell;
    padding: 0;
    width: 310px;
    height: 40px;
}
.tabContents .tab li#tab1.current{border-top: 5px solid #e60012; }
.tabContents .tab li#tab1.current a{color:#e60012;}
.tabContents .tab li#tab2.current{border-top: 5px solid #017f40; }
.tabContents .tab li#tab2.current a{color:#017f40;}
.tabContents .tab li#tab3.current{border-top: 5px solid #333; }








/* mascotlist */
.mascotlist{
  letter-spacing: -0.4em;

}
.mascotlist > li{
  display: inline-block;
  letter-spacing: 0;
  width: 49%;
  max-width: 300px;
  vertical-align: top;
  position: relative;
  margin-bottom: 20px;
  margin-right: 2%;
}
.mascotlist > li:nth-child(2n){
  margin-right: 0;
}
.mascotlist > li .mascotPic{
  
}
.mascotlist > li .mascotPic a{
  display: block;
  max-width: 300px;
  background: #000;
}
.mascotlist > li .mascotPic img{
  vertical-align: top;
  width: 100%;
  max-width: 300px;
  margin-bottom: 20px;
  height: auto;
}
.mascotlist > li .mascotInfo{
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  max-width: 300px;
  height: 90px;
  position: absolute;
  bottom: 0;
}
.mascotlist > li .mascotInfo p{
  margin-top: 5px;
  position: relative;
  padding-left: 40px;
  box-sizing:border-box;
  height: 37px;
  color: #fff;
  font-size: 15px;
  line-height: 1.3;
}
.mascotlist > li .mascotInfo p .embM{
  position: absolute;
  left: 7px;
}
.mascotlist > li .mascotInfo p .embM img{
  width: 32px;
  height: 32px;
}
.mascotlist > li .mascotInfo p .clumName{
  font-size: 10px;
  display: block;
  padding: 0;
}
.mascotlist > li .mascotInfo p i{
  font-size: 10px;
  font-style: normal;
}
.mascotlist > li .kome{
  position: absolute;
  bottom: -40px;
}
.mascotlist > li .mascotInfo .votelist{
  text-align: center;
}
.mascotlist > li .mascotInfo .votelist li.voteBtn{
  display: inline-block;
  width: 46%;
}
.mascotlist > li .mascotInfo .votelist li.voteBtn a{
  display: table-cell;
  width: 200px;
  height: 35px;
  background: #fff;
  font-size: 10px;
  text-align: center;
  vertical-align: middle;
  border-radius: 3px;
  box-sizing:border-box;
}
.mascotlist > li .mascotInfo .votelist li.voteBtn a:hover{
  text-decoration: none;
  opacity: 0.6;
}
.mascotlist > li .mascotInfo .votelist li.voteBtn.vote a{
  background: #55ACEE;
  color: #fff;
  position: relative;
  padding-left: 20px;
}
.mascotlist > li .mascotInfo .votelist li.voteBtn.vote a:before{
  position: absolute;
  font-family: 'FontAwesome';
  content: "\f099";
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  margin-top: -6px;
  left: 7px;
  top: 50%;
  margin-top: -7px;
}
.mascotlist > li .mascotInfo .votelist li.voteBtn.prof a{
  background: #D3B45A;
  color: #fff;
}
.mascotlist > li .mascotInfo .votelist li.voteTxt a{
  font-size: 10px;
  line-height: 1.2;
  display: inline-block;
  color: #fff;
} 
.mascotlist > li .mascotInfo .votelist li.voteTxt span{
  display: block;
}


.tweetIMG_BTN{

}
.tweetIMG_BTN img{
  width: 100%;
  max-width: 500px;
  height: auto;
}





.backlink,
.nextlink{
  margin: 20px 0;
}
.backlink a,
.nextlink a{
  position: relative;
  background: #8C8C8C;
  color: #fff;
  padding: 10px 20px;
  display: block;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 15px;
}
.backlink a:before{
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
    width: 7px;
    height: 7px;
    margin-top: -4px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    content: "";
}
.nextlink a:after{
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 7px;
    height: 7px;
    margin-top: -4px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}
.backlink a:hover,
.nextlink a:hover{
  opacity: 0.6;
  text-decoration: none;
}

.kvArea .navWrap .mascotNavList2 li a span{
    display: block;
    font-size: 10px;
}

.kvArea .navWrap .mascotNavList2 li a{
    height: 45px;
}

.mascotArea table.mascotTable tr td:last-child img{
    width: 48px;
    height: auto;
    display: block;
    margin: 0 auto;
}

/*20160203*/

.mascotArea .outlineTable td .resultDate{
    margin-left: 70px;
}

.mascotArea .outlineTable td .resultDate li {
    margin-bottom: 5px;
}

/*20160212*/

.mascotlist > li .mascotInfo .votelist li.voteBtn.vote span {
    background: #1B5D8E;
    color: #477EA7;
    position: relative;
    padding-left: 20px;
}
.mascotlist > li .mascotInfo .votelist li.voteBtn span {
    display: table-cell;
    width: 200px;
    height: 35px;
    background: #A0A0A0;
    font-size: 10px;
    text-align: center;
    vertical-align: middle;
    border-radius: 3px;
    box-sizing: border-box;
}

.mascotlist > li .mascotInfo .votelist li.voteBtn.vote span:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f099";
    color: #477EA7;
    font-weight: normal;
    font-size: 16px;
    margin-top: -6px;
    left: 7px;
    top: 50%;
    margin-top: -7px;
}

.mascotArea .outlineTable td span.txtRed{
    color: #f00;
    padding-left: 0;
    margin-top: 5px;
    display: block;
}

.mascotlist > li .mascotInfo .votelist .voteTxt{
  display: none;
}

.nextInfo{
    margin: 15px 0 10px 0;
    color: #000;
  }

  .mascotTable tr td:first-child img{
    width: 55px;
}