@charset "utf-8";


/* -------------------------------------
 ACL 2016
------------------------------------- */
.container{
    padding-top: 0;
}

/*.kvArea {
    margin-bottom: 20px;
}
.kvArea h2 a {
    width: 100%;
    display: block;
    text-align: center;
    background: #00496F;
}
.kvArea .aclNavList{
    width: 100%;
    display: table;
    table-layout: fixed;
}
.kvArea .aclNavList li {
    display: table-cell;
    text-align: center;
    border-right: solid 1px #fff;
}
.kvArea .aclNavList li a,
.kvArea .aclNavList li span {
    display: block;
    padding: 10px 0;
    background: #000;
    color: #fff;
    font-size: 12px;
    background: #00496F;
}

.kvArea .aclNavList li:last-child{
  border-right: none;
}
*/


/*--- KV ---*/
.kvArea{
  position: relative;
  margin: 0;
}
.kvArea .navWrap{
    width: 100%;
    background: #5B86AC;
}
.aclNavList{
  display: table;
    width: 100%;
}
.aclNavList li{
    display: table-cell;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    vertical-align: middle;
}
.aclNavList li:last-child{
  border-right: none;
}
.aclNavList li a{
      font-size: 10px;
    line-height: 1.2em;
    height: 36px;
    display: table-cell;
    background: rgba(0, 50, 72, 0.9);
    color: #fff;
    padding: 3px;
    text-align: center;
    vertical-align: middle;
    width: 500px;
}
.aclNavList li a:hover {
    text-decoration: none;
    opacity: 0.75;
}
.aclNavList li a span{
  display: block;
}
.kvArea h2{
  text-align: center;
}
.kvArea h2 a{
    width: 100%;
    display: block;
    text-align: center;
    background: #1F334B;
    line-height: 1;
}
.kvArea img {
    /*display: block;*/
    width: 100%;
    height: auto;
    max-width: 500px;
    vertical-align: bottom;
}

body.standings .kvArea .aclNavList li.nav_standings a,
body.tv .kvArea .aclNavList li.nav_tv a,
body.top .kvArea .aclNavList li.nav_top a,
body.ticket .kvArea .aclNavList li.nav_ticket a,
body.match .kvArea .aclNavList li.nav_match a,
body.news .kvArea .aclNavList li.nav_news a,
body.column .kvArea .aclNavList li.nav_column a,
body.photo .kvArea .aclNavList li.nav_photo a,
body.video .kvArea .aclNavList li.nav_video a,
body.team .kvArea .aclNavList li.nav_team a,
body.outline .kvArea .aclNavList li.nav_outline a,
body.ng_match .kvArea .aclNavList li.nav_ngmoutline a,
body.history .kvArea .aclNavList li.nav_history a{
    background: #fff;
    color: #002F45;
}





#main .container img {
    width: 100%;
    height: auto;
    max-width: 500px;
    vertical-align: top;
    margin-left: auto;
    margin-right: auto;
}
.leftRedTit {
    border-left: 5px solid #e60012;
    font-size: 14px;
    font-weight: bold;
    line-height: 100%;
    margin-bottom: 16px;
    padding: 5px 10px;
}
.afcArea .ttlNoLink h3,
.afcArea .ttlLink h3 {
    background: #00496F;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 100%;
    margin: 10px 0;
    padding: 12px 16px;
}




table.dataTable th{
    background: #e7e7e7;
    text-align: center;
    padding: 10px 0;
}
table.dataTable td{
    text-align: left;
    font-size: 12px;
}
table.dataTable td span{
    display: inline-block;
    /*position: relative;
    top: 5px;*/
    vertical-align: middle;
}

.tablelist table.dataTable td{
    height: 50px;
    line-height: 50px;
    padding: 0;
}
.playoffwrap {
    margin-top: 20px;
}
#matchlist table.dataTable th,
.playoffwrap table.dataTable th{
    width: 100px;
    vertical-align: middle;
}
#matchlist table.dataTable td,
.playoffwrap table.dataTable td{
    padding-left: 15px;
}

/*20160119*/

.matchTable {
    width: 100%;
    margin-bottom: 10px;
}
.matchTable tr .date {
    width: 15%;
}
.matchTable th:first-child {
    border-left: none;
}
.matchTable th {
    text-align: center;
    background: #4f4f4f;
    background: #000;
    color: #fff;
    /* font-weight: bold; */
    border-left: solid 1px #fff;
}
.matchTable th, .matchTable td {
    vertical-align: middle;
    padding: 5px 0;
    font-size: 10px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-break: break-all;
}
.matchTable tr .time {
    width: 11%;
    padding: 10px 0 5px;
}
.matchTable tr .card {
    width: 40%;
}
.matchTable tr .stadium {
    width: 9%;
}
.matchTable tr .tv {
    width: 28%;
}
.matchTable tr:nth-child(2) td:first-child, .matchTable tr:nth-child(4) td:first-child, .matchTable tr:nth-child(6) td:first-child {
    border-bottom: solid 1px #ccc;
}

.matchTable tr .time span {
    display: block;
    position: relative;
    bottom: 5px;
}
.matchTable tr td {
    padding: 8px 0px;
}
.matchTable .team.left span, .matchTable .team.right span {
    margin: 0 auto;
    display: block;
}
.matchTable .team.left span, .matchTable .team.right span {
    margin: 0 auto 2px;
    display: block;
    position: relative;
    top: 5px;
    line-height: 1.2;
}
.matchTable tr:nth-child(3), .matchTable tr:nth-child(5), .matchTable tr:nth-child(7) {
    border-bottom: solid 1px #ccc;
}
.matchTable td span {
    display: block;
}
.matchTable td{
    border-bottom: solid 1px #ccc;
}

/*20160119 タブ設定*/
.tabSelecter ul {
    border-bottom: 1px solid #307CA4;
    height: 42px;
}
.nycClubsArea ul {
    font-size: 0;
}
.tabContents .threeline li.current {
    /*padding-bottom: 1px;*/
    background: #fff;
}
.tabContents .threeline li:first-child {
    border-left: 1px solid #307CA4;
}
.tabContents .threeline li {
    border-top: 1px solid #307CA4;
    border-right: 1px solid #307CA4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f0f0f0;
    width: 25%;
}
.tabContents .threeline li.current a {
    position: relative;
    background: #FFFFFF;
    color: #333;
}
.tabSelecter li a,
.tabSelecter li span {
    background-color: #f0f0f0;
    color: #4f4f4f;
    display: table-cell;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    width: 500px;
    height: 41px;
}
.ticketArea .tabSelecter ul {
    height: 47px;
    }
.ticketArea .tabSelecter li a,
.ticketArea .tabSelecter li span{
    font-size: 10px;
    height: 46px;
}
.ticketArea .tabContents .tab li:nth-last-child(-n+2){
    border-bottom: none;
}
.top .ticketArea .tabContents .tab li.current a,
.match .ticketArea .tabContents .tab li.current a{
    top:1px;
}


.matchTable td:nth-child(4){
    width: 5%;
}
.matchTable .team.left span.clubName,
.matchTable .team.right span.clubName{
    display: none;
}
.matchTable .team i {
    font-style: normal;
}


.matchTable .team.left span.embS,
.matchTable .team.right span.embS{
    top: 3px;
}


/* news */
.headArea{

}
.headLineBlock a,
.infoBlock a{
    color: #333;
    display: block;
    position: relative;
}
.infoBlock a{
    padding: 10px 0;
}
.headLineBlock a:hover,
.infoBlock a:hover{
    background: #F3F3F3;
    text-decoration:none;
}
.infoBlock a:after {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 3px;
    font-family: 'icomoon3';
    content: "\ec600";
    font-size: 13px;
    text-decoration: none !important;
    color: #AFAFAF;
}
.entryTitle {
    display: block;
    margin-bottom: 5px;
}
.entryTitle .timestamp{
    display: inline-block;
    width: 120px;
    margin-bottom: 0;
}
.timestamp{
    color: #e60012;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 100%;
    
}
.entryTitle .ico{
    display: inline-block;
    margin-bottom: 0;
}
.entryTitle .ico span{
    background: #e60012;
    color: #fff;
    font-size: 10px;
    padding: 3px 0 2px;
    display: inline-block;
    width: 60px;
    text-align: center;
    line-height: 100%;
}
.newsTitle{
    display: table;
}
.newsTitle .category{
    display: table-cell;
    background: #e5e5e5;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 11px;
    padding: 5px 0 4px;
    width: 60px;
    text-align: center;
    line-height: 100%;
    vertical-align: middle;
}
.newsTitle .headline{
    display: table-cell;
    color: #333;
    font-weight: bold;
    font-size: 14px;
    vertical-align: middle;
    padding: 5px 15px 4px 10px;
}
.headLineBlock .bodyArea{
    display: block;
    margin: 10px 0 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.headLineBlock .bodyArea img{
    width: 100% !important;
    display: block;
}
.headLineBlock .bodyArea p{
    display: none;
    /*vertical-align: top;
    padding: 0 20px 0 15px;
    font-size: 13px;
    line-height: 160%;*/
}
.infoBlock{

}
.infoBlock li{
    border-bottom: 1px solid #ccc;
}
.infoBlock .newsTitle .headline{
    font-size: 13px;
}





/* news detail */
.articleTilArea{
    margin: 0 0 10px;
}
.articleTilArea .articleTit{
    line-height: 1.3;
    padding-bottom: 0;
}
.detalArea p {
    font-size: 13px;
    line-height: 1.65;
    margin-bottom: 1em;
}
.backLink{
    text-align: center;
}
.backLink a{
    color: #333;
    font-size: 14px;
    padding: 10px 15px;
    position: relative;
    border:1px solid #ccc;
    border-radius: 3px;
    display: inline-block;
    margin: 0 auto;
}
.backLink a:before{
   content: "\f053";
    display: inline-block;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin: 0 .3em;
    text-decoration: none;
    padding-right: 10px;
}
.backLink a:hover{
    background: #EAEAEA;
    text-decoration: none;
}




/*--- thumlist ---*/
.aclPhotoArea{

}
.aclPhotoArea .thumlist{
    letter-spacing: -.40em;/*隙間用*/
}
.aclPhotoArea .thumlist li{
    letter-spacing: normal;/*隙間用*/
    display: inline-block;
    width:48%;
    margin-right: 4%;
    text-align: center;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.aclPhotoArea .thumlist li img{
  width: 100%;
  height: auto;
}

.aclPhotoArea .thumlist li:nth-child(2n){
    margin-right: 0;
}
.aclPhotoArea .thumlist li figcaption{
    font-size: 11px;
    margin: 3px 0 10px;
    text-align: left;
    font-weight: bold;
}
.aclPhotoArea .thumlist li figcaption span{
    margin-top: 5px;
    display: block;
    letter-spacing: -0.05em;

}
.aclPhotoArea .thumlist li a{
    color: #333;
    position: relative;
    display: block;
}
.aclPhotoArea .thumlist li.douga a:after {
  position: absolute;
  font-size: 54px;
  top: 45px;
  left: 50%;
  margin-left: -27px;
  font-family: "icomoon3";
  content: "\ec601";
  color: #FFF;
  line-height: 100%;
  opacity: 0.7;
}
.aclPhotoArea .thumlist li a:hover{
  text-decoration: none;
  opacity: 0.7;
}
.videolist li figure span:after {
    position: absolute;
    font-size: 54px;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -27px;
    font-family: "icomoon3";
    content: "\ec601";
    color: #fff;
    line-height: 100%;
    opacity: 0.8;
}

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

}
.afcArea .outlineTable th,
.afcArea .outlineTable td{
  font-size: 11px;
  padding: 10px 5px;
  vertical-align: middle;
  border-left: 1px solid #ccc;
}
.afcArea .outlineTable th{
    width: 25%;
}
.afcArea .outlineTable th:first-child,
.afcArea .outlineTable td:first-child{
  border-left: none;
}
.afcArea .outlineTable th{
    background: #e7e7e7;
    text-align: left;
    padding-left: 10px;
}

.afcArea .outlineTable th dt,
.afcArea .outlineTable td dt{
    font-size: 12px;
    margin-top: 10px;
}

.afcArea .outlineTable th li,
.afcArea .outlineTable td li{
    margin-top: 5px;
}

.afcArea .outlineTable.regulation td dt:first-child{
    margin-top: 0;
}

.afcArea .outlineTable .roundName{
    margin-top: 10px;
}

.afcArea .outlineTable th li:first-child,
.afcArea .outlineTable td li:first-child {
    margin-top: 0;
}

.afcArea .outlineTable.match td ul{
    margin-top:5px; 
}


/*--- history ---*/
.afcArea h4.aclcontTitle {
    background-color: #444;
    padding: 0 0 0 10px;
    margin: 0 0 5px 0;
    border-left: none;
}
.afcArea h4.aclcontTitle > span {
    display: block;
    padding-left: 10px;
    margin: 0;
    line-height: 28px;
    color: #FFF;
    font-size: 100%;
}
.aclhistoryTable {
    width: 100%;
    margin-bottom: 19px;
}
.aclhistoryTable th {
    border-bottom: 1px solid #cdd3da;
    font-weight: normal;
    text-align: left;
}
.aclhistoryTable th, .aclhistoryTable td {
    padding: 3px;
    font-size: 11px;
    vertical-align: middle;
}
.aclhistoryTable .win {
    background-color: #ffc;
}
.aclhistoryTable .club {
    width: 36%;
    text-align: center;
}
.aclhistoryTable .score {
    width: 28%;
    font-weight: bold;
    text-align: center;
    background-color: #e1eaf6;
}
.aclhistoryTable .gaiyou {
    clear: both;
    border-top: 2px solid #8E9EAF;
    border-bottom: none;
}
.aclhistoryTable .gaiyou img {
    float: right;
    margin: 0 0 0 5px;
}
body.afc.second.history #main .container .aclhistoryTable img {
    width: auto;
    margin: 3px;
}
.aclhistoryTable .gaiyou span{
    display: block;
}
.aclhistoryTable td {
    border-bottom: 1px solid #8E9EAF;
}

.aclhistoryTable .club span{
    display: block;
}

.aclhistoryTable .score span{
    display: block;
    font-weight: bold;
}
p.notes-s {
    font-size: 10px;
    line-height: 16px;
    text-align: right;
    margin-bottom: 10px;
}


/*--- tab ---*/
.tabSelecter {
    display: table;
    width: 100%;
}
.tabSelecter .tab {
    border-bottom: 1px solid #5B86AC;
    height: 42px;
}
.tabContents .tab li {
    border-top: 1px solid #5B86AC;
    border-right: 1px solid #5B86AC;
    box-sizing: border-box;
    background-color: #f0f0f0;
}
.tabContents .tab li:first-child,
.tabContents .tab li:nth-child(2),
.tabContents .tab li:nth-child(4) {
    border-left: 1px solid #5B86AC;
}
.tabContents .tab li:nth-last-child(-n+2){
    border-bottom: solid 1px #5B86AC;
}
.tabContents .tab li.current {
    /*padding-bottom: 0;*/
    background: #fff;
}

.tabSelecter li a,
.tabSelecter li span {
    background-color: #f0f0f0;
    color: #4f4f4f;
    display: table-cell;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    width: 500px;
    height: 41px;
}
.tabContents .tab li.current a {
    position: relative;
    top: 1px;
    background: #FFFFFF;
    color: #333;
}
.tabSelecter li:last-child{
    border-right: 1px solid #5B86AC;
}
.video .tabContents .threeline li{
    width: 50%;
}

/*--- team ---*/
.clubBox {
    font-size: 0;
    margin-top: 20px;
  margin-bottom: 20px;
}
.clubBox .clubName {
    margin-bottom: 10px;
    font-size: 18px;
    color: #000;
    line-height: 40px;
}
.clubBox .clubName .embM {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: -4px;
}
.clubBox .clubPhoto {
    display: block;
    vertical-align: top;
    text-align: center;
    margin-bottom: 10px;
}
.clubBox .clubPhoto img {
    display: inline-block;
    width: 100%;
    max-width: 500px;
    height: auto;
}
.clubBox .clubData {
    vertical-align: top;
}
.clubBox .clubDataTable {
    border-top: 1px solid #CCC;
    width: 100%;
    font-size: 12px;
}
.clubBox .clubDataTable th, .clubBox .clubDataTable td {
    border-bottom: 1px solid #ccc;
    padding: 8px 10px;
    vertical-align: middle;
    line-height: 1.3;
}
.clubBox .clubDataTable th {
    background-color: #e7e7e7;
    width: 84px;
}

.tabBox.analysis .formation {
    margin-bottom: 20px;
}
.analysis .formation figure {
    text-align: center;
}
.analysis .formation img {
    width: 100%;
    max-width: 500px;
}
.tabBox.analysis figcaption {
    text-align: left;
    font-size: 12px;
    padding: 5px;
}
.fxscArea .clubDataTable th,
.fxscArea .clubDataTable td{
    border-left: 1px solid #ccc;
}


.transferTeamTitle {
    background-color: #f6f6f6;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
}
.transferTeamTitle h4 {
    padding: 5px 20px 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    height: 25px;
    vertical-align: top;
}
.transferTeamTitle h4 span {
    margin-right: 7px;
    display: inline-block;
    position: relative;
    top: 5px;
}
.nyc2colArea {
    display: table;
    width: 100%;
}
.nyc2colArea .nyc2colLeft {
    display: table-cell;
    width: 48%;
}
.clubInfoList .dataTable thead td {
    padding: 0 5px;
    text-align: center;
    font-size: 13px;
}
.clubInfoList .dataTable td {
    text-align: left;
}
.clubInfoList .dataTable td b {
    font-weight: bold;
}
.clubInfoList .dataTable td p{
    font-size: 12px;
    margin: 0;
}
.nyc2colArea .nyc2colRight {
    display: table-cell;
    width: 48%;
    padding-left: 4%;
}

.fxscArea table th, .fxscArea .dataTable td{
    padding: 5px 0;
}

.team .tabnav {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 20px;
}
.team .tabnav li{
    display: table-cell;
    text-align: center;
}
.tabnav li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #5B86AC;
    border-bottom: 1px solid #5B86AC;
    border-left: 1px solid #5B86AC;
    font-size: 11px;
}
.tabnav li:last-child {
    border-right: 1px solid #5B86AC;
}
.team .tabnav li a{
    vertical-align: middle;
    line-height: 40px;
    height: 40px;
    padding: 0;
    display: block;
    background: #e8e8e8;
    color: #000;
    font-size: 12px;
}
.team .tabnav li a:visited{
    color: #000;
}
.eventDate {
    font-size: 12px;
    text-align: right;
    margin-bottom: 3px;
}
.team .teamNav .tabnav li a span{
    display: none;
}
.team .teamNav .tabnav li#gosaka a i{
    font-style:normal; 
}

body.team.hiroshima .tabnav li#hiroshima a{
    background: #604A9D;
    color: #fff;
}
body.team.gosaka .tabnav li#gosaka a{
    background: #004797;
    color: #fff;
}
body.team.urawa .tabnav li#urawa a{
    background: #E6002A;
    color: #fff;
}
body.team.ftokyo .tabnav li#ftokyo a{
    background: #042F90;
    color: #fff;
}
.aclTeamArea .tabContents .threeline li{
    width: 50%;
}

.aclTeamArea p {
    font-size: 13px;
    line-height: 1.65;
    margin-bottom: 1em;
}

.outlineTable .roundName:first-child {
    margin: 0;
}

.aclTeamArea .interviewArea img{
    margin-bottom: 1em;
}


.tabContents .threeline li{
    width: 50%;
}

.tabContents .threeline li#playOff{
    width: 100%;
}


/*mtchTable*/
.top .matchTable tr th.tv,
.match .matchTable tr th.tv{
    display: none;
}
.top .matchTable tr td:nth-child(7),
.match .matchTable tr td:nth-child(7){
    display: none;
}

.tv .matchTable tr th.ticket{
    display: none;
}
.tv .matchTable tr td:last-child{
    display: none;
}

.matchTable .team.left span.embS.embFct{
    top: 7px;
}

.matchTable td.team.right{
    position: relative;
/*    padding: 15px 0 0 0;*/
}
/*.matchTable td.team.right .embS{
    position: absolute;
    top: 0;
}*/

/**/
/*.matchTable td.team.right .embS {
    position: absolute;
    top: 9%;
    left: 16%;
}*/

.matchTable td.team.right .shortName{
    /*position: absolute;
    top: 56%;
    left: 16%;*/
}

.matchTable td.team.right .shortName.gamba {
    /*position: absolute;
    top: 56%;
    left: 25%;*/
}

/*.matchTable td.team.right i {
    position: absolute;
    left: 1%;
    top: 50%;
}*/
/*.matchTable td.team.right .embS.embRed{
    top: 14%;
}*/

/*.matchTable td.team.right .embS.embGam{
    top: 12%;
    left: 19%;
}*/
.matchTable td.team.right .shortName {
    top:17px;
}
.matchTable .team.right span.embS {
    top: -17px;
}
.matchTable td.team.right i{
    top: 33px;
    left: -15px;
    position: relative;
}
.matchTable .team.right span.embS.embFct{
    top: -24px;
}

/*20160129*/
.aclStandingsArea .scoreTable01 td{
    text-align: left;
}

.aclStandingsArea .tabContents .tab li:nth-child(3){
    border-left: 1px solid #5B86AC;
}

.aclStandingsArea .tabContents .tab li:nth-child(2),
.aclStandingsArea .tabContents .tab li:nth-child(4){
    border-left: none;
}

.aclStandingsArea .scoreTable01 .standings{
    width: 10%;
}

.aclStandingsArea .scoreTable01 .team{
    width: 30%;
}
.aclStandingsArea .scoreTable01 td .teamName{
    display: none;
}

.aclStandingsArea .scoreTable01 th {
    text-align: center;
    vertical-align: middle;
    font-size: 11px;
}

.aclStandingsArea .scoreTable01 .tdTeam i{
    font-style: normal;
}

.photo .tabContents .tab li,
.video .tabContents .tab li{
    border-left: 0;
}
.photo .tabContents .tab li:first-child,
.video .tabContents .tab li:first-child {
    border-left: 1px solid #5B86AC;
}


.aclTeamArea .tabSelecter .tab li{
    width: 33.3%;
}

.aclTeamArea .tabContents .tab li:nth-child(2){
    border-left: none;
}

.tv .tabContents .tab li.current a,
.match .tabContents .tab li.current a,
.top .tabContents .tab li.current a,
.standings .tabContents .tab li.current a{
    top: 0;
}

.interviewArea .read{
    text-align: right;
}

.interviewArea .read a{
    padding: 5px 10px;
    font-size: 14px;
    color: #333;
}

.interviewArea .read a:hover{
    text-decoration: none;
    opacity: 0.75;
}

.interviewArea p{
    font-size: 14px;
}

.aclTeamArea .teamProfile {
    margin-bottom: 20px;
}

.figureArea {
    margin-bottom: 20px;
}
.figureArea figure{
    background: #eaeaea;
}

.figureArea figure figcaption{
    color: #444;
    display: block;
    font-size: 12px;
    line-height: 160%;
    padding: 15px 17px;
}

.matchTable td:last-child a.leagAccBtnlinkRedW {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(248, 46, 46, 1)), color-stop(100%, rgba(247, 5, 5, 1)));
    background: -webkit-linear-gradient(top, rgba(248, 46, 46, 1) 0%, rgba(247, 5, 5, 1) 100%);
    background: linear-gradient(to bottom, rgba(248, 46, 46, 1) 0%, rgba(247, 5, 5, 1) 100%);
    border: 1px solid #ff0000;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 8px 0px;
    font-size: 10px;
    vertical-align: middle;
    text-align: center;
    -moz-box-shadow: inset 0 1px 0 0px rgba(255, 255, 255, 0.3);
    -o-box-shadow: inset 0 1px 0 0px rgba(255, 255, 255, 0.3);
    -ms-box-shadow: inset 0 1px 0 0px rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 0 1px 0 0px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 1px 0 0px rgba(255, 255, 255, 0.3);
    display: block;
    box-sizing: border-box;
    color: #fff;
}

.matchTable td:last-child .leagAccBtn{
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    background: -moz-linear-gradient(top, rgba(204,204,204,1) 1%, rgba(193,193,193,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(204,204,204,1)), color-stop(100%, rgba(193,193,193,1)));
    background: -webkit-linear-gradient(top, rgba(204,204,204,1) 1%, rgba(193,193,193,1) 100%);
    background: linear-gradient(to bottom, rgba(204,204,204,1) 1%, rgba(193,193,193,1) 100%);
    border: 1px solid #b1b1b1;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 8px 0px;
    font-size: 10px;
    vertical-align: middle;
    text-align: center;
    -moz-box-shadow: inset 0 1px 0 0px rgba(255, 255, 255, 0.3);
    -o-box-shadow: inset 0 1px 0 0px rgba(255, 255, 255, 0.3);
    -ms-box-shadow: inset 0 1px 0 0px rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 0 1px 0 0px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 1px 0 0px rgba(255, 255, 255, 0.3);
    color: #fff;
    display: block;
    box-sizing: border-box;
}

.matchTable td:last-child .leagAccBtn:hover{
    opacity: 1;
}

.videolist li figure span {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    display: block;
}

.videolist li figure figcaption span:after{
    display: none;
}

.aclTeamArea .tabSelecter li a{
    font-size: 11px;
}





.standingsDate {
    text-align: right;
    font-size: 12px;
}
.group4Btn {
    display: table;
    width: 100%;
    margin: 10px 0px;
}
.group4Btn li {
    display: table-cell;
    width: 24%;
    padding-right: 1%;
    vertical-align: middle;
    text-align: center;
}
.group4Btn li a {
    font-size: 12px;
    font-weight: bold;
    padding: 5px 0;
    color: #333;
    background-color: #eaeaea;
    display: block;
    text-decoration: none;
}
.group4Btn li a:hover {
    background-color: #4f4f4f;
    color: #fff;
    text-decoration: none;
}
.standingsGroupArea h5 {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.standingsMatchArea .dataTable {
    margin-bottom: 30px;
}
.standingsMatchArea .dataTable td{
    width: 30px%;
    text-align: center;
    border-left: none;
}
.standingsMatchArea .dataTable .tdTeam{
        width: 150px;
        text-align: left;
}
.standingsMatchArea .dataTable td span{
    vertical-align: middle;
}


.tv .tvScheduleDateArea{
    margin-top: 15px;
}

.afcArea .standingsMatchArea .ttlNoLink{
    display: none;
}

.tv .tabSelecter li a,
.tv .tabSelecter li span{
    font-size: 10px;
    height: 46px;
    letter-spacing: -1px;
}

.tv .tabSelecter ul {
    height: 47px;
}

.tv .tabContents .tab li:nth-last-child(-n+2) {
    border-bottom: none;
}

.tv .tabContents .tab li.current a,
.tv .tabContents .tab li.current a {
    top: 1px;
}

.tv .tabContents .tab li:nth-child(2),
.tv .tabContents .tab li:nth-child(4),
.ticketArea .tabContents .tab li:nth-child(2),
.ticketArea .tabContents .tab li:nth-child(4){
    border-left: none;
}

.ticketArea .tabContents .tab li:last-child,
.tv .tabContents .tab li:last-child{
    vertical-align: middle;
}


.aclStandingsArea table td {
    text-align: center;
}

.aclStandingsArea table td.tdTeam {
    width: 150px;
    text-align: left;
}
.aclStandingsArea .toOutlineLink.toAcl {
    display: none;
}
.standingsGroupArea.topGroup {
    margin-bottom: 30px;
}