@charset "UTF-8";

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

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

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


/*--- common ---*/
.mascotTxt{
    border-top: 1px solid #ccc;
    padding: 20px 0;
}

.mascotTxt p{
	font-size: 13px;
    line-height: 1.65;
    margin-bottom: 1em;
}
.content .sub {
    margin-top: 47px;
}
.redTxt{
  color: #f00;
}






/*--- sub ---*/
.sub .whiteBlock.matchTvArea .innerBlock .ArrowBtnLink04 a {
    padding: 15px 0;
    margin: 20px auto 10px;
    width: 200px;
}
.sub .whiteBlock.matchTvArea .innerBlock p {
    border-top: none;
}
.sub .whiteBlock.matchTvArea p.singleLink {
    border-top: none;
    position: relative;
    text-align: right;
}
.sub .whiteBlock.matchTvArea p.singleLink a {
    color: #333;
    padding-right: 15px;
    padding-top: 5px;
}
.sub .whiteBlock.matchTvArea p.singleLink a:after {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 0px;
    font-family: 'icomoon3';
    content: "\ec600";
    font-size: 12px;
    text-decoration: none !important;
}
.sub .whiteBlock.matchTvArea .innerBlock p a:hover{
  text-decoration: none;
  opacity: 0.6;
}
.sub .whiteBlock.matchTvArea .nextBlock li {
    text-align: center;
    padding: 0 10px;
    font-weight: bold;
    line-height: 1.2;
}
.sub .bottomBnrWrap .subBNR.bnr_fxsc2016,
.sub .subBNR.bnr_awards2015,
.sub .subBNR.bnr_emperor2015,
.sub .subBNR.bnr_clubWcup,
.sub .subBNR.bnr_championship,
.sub .subBNR.bnr_ync2015{
  display: none;
}

.sub .hashTagWrap{

}
.sub .hashTagWrap .hashTaglist{
  border-top: 1px dotted #aaa;
  margin: 0 10px;
  padding: 10px 0 0;
}
.sub .hashTagWrap .hashTaglist h4{
  font-size: 14px;
  background: #333;
  padding: 3px 0;
  border-radius: 2px;
  width: 80px;
  text-align: center;
  color: #fff;
}
.sub .hashTagWrap .hashTaglist h4.j1{ background: #E60012; }
.sub .hashTagWrap .hashTaglist h4.j2{ background: #017f40; }

.sub .hashTagWrap .hashTaglist ul{
  padding: 10px 20px;
}
.sub .hashTagWrap .hashTaglist ul li{
  font-size: 14px;
  line-height: 1.4;
}
.sub .hashTagWrap .hashTaglist p{
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 1em;
}






/* kvArea */
.kvArea {
    position: relative;
    margin: 0;
    height: 306px;
}
.kvArea img{
  vertical-align: top;
  }
.kvArea .navWrap{
      position: absolute;
    bottom: 0;
  }
.kvArea .navWrap .mascotNavList{

    width: 100%;
}
.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: 14px;
}
.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.result2016 .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: 10px;
  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;
}
.mascotArea table td{
	font-size: 14px;
}

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


.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: 10px;
    color: #E60012;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
    font-size: 20px;
}
.mascotArea .outlineTable td .kettei:before{
    position: absolute;
    top: -37px;
    left: 50%;
    margin-left: -15px;
    font-family: 'FontAwesome';
    content: "\f0d7";
    color: #E60012;
    font-size: 50px;
}

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

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

}



.mrpich_king{
  padding-top: 30px;
}
.mrpich_king img{
  vertical-align: top;
}





/*--- 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: 15px;
    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: 200px;
  vertical-align: top;
  position: relative;
  margin-bottom: 20px;
  margin-right: 10px;
}
.mascotlist > li:nth-child(3n){
  margin-right: 0;
}
.mascotlist > li .mascotPic{
  
}
.mascotlist > li .mascotPic a{
  display: block;
}
.mascotlist > li .mascotPic img{
  vertical-align: top;
}
.mascotlist > li .mascotInfo{
  background: rgba(0, 0, 0, 0.7);
  width: 200px;
  height: 95px;
  position: absolute;
  bottom: 0;
}
.mascotlist > li .mascotInfo p{
  margin-top: 5px;
  position: relative;
  padding-left: 50px;
  box-sizing:border-box;
  height: 45px;
  color: #fff;
  font-size: 19px;
  line-height: 1.3;
}
.mascotlist > li .mascotInfo p .embM{
  position: absolute;
  left: 7px;
}
.mascotlist > li .mascotInfo p .clumName{
  font-size: 10px;
  display: block;
  padding: 3px 0 0;
}
.mascotlist > li .mascotInfo p i{
  font-size: 10px;
  font-style: normal;
}
.mascotlist > li .kome{
  position: absolute;
  bottom: -20px;
}
.mascotlist > li .mascotInfo .votelist{
  text-align: center;
}
.mascotlist > li .mascotInfo .votelist li.voteBtn{
  display: inline-block;
  width: 85px;
}
.mascotlist > li .mascotInfo .votelist li.voteBtn a{
  display: table-cell;
  width: 85px;
  height: 30px;
  background: #fff;
  font-size: 12px;
  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: 10px;
  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;
  color: #fff;
} 




/* BTN */
.tweetIMG_BTN{
  position: relative;
}
.tweetIMG_BTN img{
  vertical-align: bottom;
  }
.tweetIMG_BTN figcaption {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -200px;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.tweetIMG_BTN figcaption a{
  position: relative;
  background: #55ACEE;
  color: #fff;
  padding: 15px 20px;
  display: block;
  width: 400px;
  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;
}
.tweetIMG_BTN figcaption a:before {
    position: relative;
    font-family: 'FontAwesome';
    content: "\f099";
    color: #fff;
    font-weight: normal;
    font-size: 20px;
    left:-10px;
    margin-top: -10px;
}
.tweetIMG_BTN figcaption a:hover{
  opacity: 0.6;
  text-decoration: none;
}

.backlink,
.nextlink{
  margin: 20px 0;
}
.backlink a,
.nextlink a{
  position: relative;
  background: #8C8C8C;
  color: #fff;
  padding: 10px 20px;
  display: block;
  width: 400px;
  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;
}


.mascotArea table.mascotTable td {
    font-size: 12px;
}

.mascotTable tr td:last-child .embL{
    margin: 0 auto;
}
.mascotTable tr td:last-child{
    text-align: center;
}
.mascotTable tr td:first-child{
  font-size:18px;
  font-weight:bold;
  text-align: center;
}
.mascotTable tr td:nth-child(2){
  width: 100px;
 }

.mascotTable.result2016 tr td:nth-child(3) a{
    font-size: 18px;
}

.mascotTable td .hashtag{
    display: block;
    margin-top: 5px;
  }

.mascotTable.result2016 tr td .hashtag a{
  font-size: 12px;
}
.mascotArea table.mascotTable tr td:nth-child(3){
    font-size: 18px;
}

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

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

/*20160203*/

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

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

/*20160212*/

.mascotlist > li .mascotInfo .votelist li.voteBtn span {
    display: table-cell;
    width: 85px;
    height: 30px;
    background: #fff;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    border-radius: 3px;
    box-sizing: border-box;
}

.mascotlist > li .mascotInfo .votelist li.voteBtn.vote span {
    background: #1B5D8E;
    color: #477EA7;
    position: relative;
    padding-left: 20px;
    cursor: default;
}

.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: 10px;
    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;
    line-height: 1.3;
  }