@charset "UTF-8";
.genre-top .teamList_jleague {
  *width: 300px; 
}

/* チーム */
#teamListArea {
  margin-bottom: 20px; 
}

.teamList_jleague {
  width: 315px;
  float: right; 
}
.teamList_jleague .teamList-j1 dd {
  width: 55px;
  margin-right: 5px; 
}
.teamList_jleague .teamList-j2 dd, .teamList_jleague .teamList-j3 dd {
  width: 55px;
  /* width: 45px; */
  margin-right: 5px; 
}
.teamList_jleague .teamList-j1 dd:nth-child(5n+6), .teamList_jleague .teamList-j2 dd:nth-child(5n+6), .teamList_jleague .teamList-j3 dd:nth-child(5n+6) {
  margin-right: 0;
}
/*
.teamList_jleague .teamList-j1 dd:nth-child(5n+6), .teamList_jleague .teamList-j2 dd:nth-child(6n+7), .teamList_jleague .teamList-j3 dd:nth-child(6n+7) {
  margin-right: 0;
}
*/
.teamList_jleague .teamList-j1 dd a, .teamList_jleague .teamList-j2 dd a, .teamList_jleague .teamList-j3 dd a {
  font-size: 11px;
  font-size: 1.1rem; 
}
.teamList_jleague.fl-l {
  float: left; 
}

/* 女子アジアカップ2018 */
.genre-womens_asiancup2018 .pageTab { display: none; }

/* --------------------------------------------------------------------------------------------------------------------------------
CLEER FIX
-------------------------------------------------------------------------------------------------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; 
}

.clearfix {
  min-height: 1px;
  /* for IE 6,7 */
  *zoom: 1; 
}

* html .clearfix {
  height: 1px;
  /*¥*/
     /*/
height: auto;
overflow: hidden;
/**/ 
}

.both {
  clear: both; 
}
