@charset "UTF-8";

/*-----------------------

http://www.jleague.jp/css/fxsc2016.css
2016/1/14 ISM

------------------------*/

/*--- common ---*/
.blockTit{
    border-left: 5px solid #ECC00B;
    font-size: 14px;
    font-weight: bold;
    line-height: 100%;
    margin-bottom: 16px;
    padding: 5px 10px;
}
.fxscArea article > section{
  margin-bottom: 30px;
}

.ttlLink h3, .ttlNoLink h3, .ttlNoLink .blockTit {
    background: #003690;
}
.caption{
    font-size: 11px;
    text-align: right;
    color: #f00;
    margin-top: 5px;
}
.content .sub{
  margin-top: 47px;
}
#breadcrumbList{
  height: 20px;
}
.notes-red {
    color: #d00;
}
.fxscArea p{
  font-size: 13px;
  line-height: 1.65;
  margin-bottom: 1em;
}
#breadcrumbList li.current h1{
  width: 200px;
}
.ng_match #breadcrumbList li.current h1{
    max-width: 140px;
}
/*--- KV area ---*/
.kvArea{
  position: relative;
  margin: 0;
  height: 308px;
  background: #000;
}

.kvArea .navWrap{
    position: absolute;
    bottom: 0;
    width: 100%;
    /*background: #003690;*/
}

.fxscNavList{
    display: block;
    letter-spacing: -.40em;/*隙間用*/
    width: 100%;
    text-align: center;
}

.fxscNavList li{
  letter-spacing: normal;/*隙間用*/
  display: inline-block;
  border-right: solid 1px #fff;
  border-bottom: 1px solid #fff;
  -webkit-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;
  vertical-align: top;
    width: 16.66%;
}


.fxscNavList li a{
  font-size: 12px;
    display: table-cell;
    background: rgba(0,54,144,0.85);
    color: #fff;
    height: 36px;
    vertical-align: middle;
    width: 500px;
    line-height: 1.2;
}

.fxscNavList li a:hover {
    text-decoration: none;
    opacity: 0.75;
}

.fxscNavList li.nav_mascot a{
    background: #55ACEE;
}

.kvArea img {
    display: block;
}

body.gourmet .kvArea .fxscNavList li.nav_gourmet a,
body.top .kvArea .fxscNavList li.nav_top a,
body.ticket .kvArea .fxscNavList li.nav_ticket a,
body.match .kvArea .fxscNavList li.nav_match a,
body.news .kvArea .fxscNavList li.nav_news a,
body.ng_match .kvArea .fxscNavList li.nav_ngmoutline a,
body.column .kvArea .fxscNavList li.nav_column a,
body.photo .kvArea .fxscNavList li.nav_photo a,
body.video .kvArea .fxscNavList li.nav_video a,
body.team .kvArea .fxscNavList li.nav_team a,
body.history .kvArea .fxscNavList li.nav_history a,
body.outline .kvArea .fxscNavList li.nav_outline a{

    background: #fff;
    color: #002F45;
}


/*--- btn ---*/
.ticketBtn{
    margin: 20px 0;
}

.ticketBtn a{
    background: #f00;
    color: #fff;
    padding: 10px 20px;
    display: block;
    width: 250px;
    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;
}
.ticketBtn a:after {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 3px;
    font-family: 'icomoon3';
    content: "\ec600";
    font-size: 10px;
    text-decoration: none !important;
    color: #fff;
}
.ticketBtn a:hover{
  text-decoration: none;
  opacity: 0.6;
}

.ticketBtn span{
    background: #acacac;
    color: #fff;
    padding: 10px 20px;
    display: block;
    width: 150px;
    text-align: center;
    margin: 0 auto;
}

.ticketTable{
  margin-bottom: 20px;
}
.ticketTable .kome{
  margin-bottom: 0;
  padding: 0;
}
.ticketTable .telnum{
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
}
.ticketTable tbody th{
  width: 140px;
}
.ticketTable tbody td a{
  font-size: 16px;
}
.ticketTable caption{
  padding: 10px;
  background: #ddd;
  font-size: 14px;
}

.accBtnList a, .accBtnList span {
    padding: 15px 0px;
    font-size: 14px;
  }



/*--- NEWS ---*/
.entryTitle {
    display: block;
    margin-bottom: 5px;
}
.entryTitle .timestamp {
    display: inline-block;
    width: 125px;
    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: 12px;
    padding: 5px 0 4px;
    width: 100px;
    text-align: center;
    line-height: 100%;
    vertical-align: middle;
}
.newsTitle .headline {
    display: table-cell;
    color: #000;
    font-size: 14px;
    vertical-align: middle;
    padding: 5px 20px 4px 10px;
}
.headLineBlock .bodyArea {
    display: table;
    margin: 10px 0 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.headLineBlock .bodyArea img {
    width: 250px;
    display: table-cell;
}
.headLineBlock .bodyArea p {
    display: table-cell;
    vertical-align: top;
    padding: 0 20px 0 15px;
    font-size: 13px;
    line-height: 160%;
}
.headLineBlock a:after, .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;
}
.infoBlock li {
    border-bottom: 1px solid #ccc;
}
.headLineBlock a, .infoBlock a {
    color: #333;
    display: block;
    position: relative;
    /*border-bottom: 1px solid #CCC;*/
}
.infoBlock a {
    padding: 10px 0;
}
.headLineBlock a:hover, .infoBlock a:hover {
    background: #F3F3F3;
    text-decoration: none;
}
.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 ---*/
.fxscPhotoArea{

}
.fxscPhotoArea .thumlist{
    letter-spacing: -.40em;/*隙間用*/
}
.fxscPhotoArea .thumlist li{
    letter-spacing: normal;/*隙間用*/
    display: inline-block;
    width:200px;
    margin-right: 10px;
    text-align: center;
    vertical-align: top;
}
.fxscPhotoArea .thumlist li a{
    display: block;
}
.fxscPhotoArea .thumlist li:nth-child(3n){
    margin-right: 0;
}
.fxscPhotoArea .thumlist li figcaption{
    font-size: 12px;
    margin: 5px 0 10px;
    text-align: left;
}
.fxscPhotoArea .thumlist li figcaption span{
    margin-top: 5px;
    display: block;
    letter-spacing: -0.05em;

}
.fxscPhotoArea .thumlist li a{
    color: #333;
    position: relative;
    display: block;
}
.fxscPhotoArea .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;
}
.fxscPhotoArea .thumlist li a:hover{
  text-decoration: none;
  opacity: 0.7;
}
.fxscPhotoArea .thumlist li img{
  width: 200px;
  height: auto;
}




/*--- table ---*/
.fxscArea table{
  width: 100%;
  border-bottom: solid 1px #ccc;
}
.fxscArea table tr{
  border-top: solid 1px #ccc;

}
.fxscArea table th,
.fxscArea table td{
  font-size: 12px;
  padding: 10px;
  vertical-align: middle;
  border-left: 1px solid #ccc;
}
.fxscArea table th:first-child,
.fxscArea table td:first-child{
  border-left: none;
}
.fxscArea table th{
    background: #e7e7e7;
}




/*--- ticket ---*/
.ticketatt ol,
.ticketatt ul{
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 1em;
}
.ticketatt ol li,
.ticketatt ul li{
  padding-bottom: 0.3em;
}

.ticketatt h5{
  padding: 9px;
  color: #2c2c2c;
  font-size: 14px;
  background: #ddd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 15px;
}

#enjoyseat{
  border: 1px solid #ccc;
  padding: 20px;
}
#enjoyseat h5{
  font-size: 16px;
    font-weight: bold;
    padding: 0 0 15px 0;
    color: #003690;
}
#enjoyseat p.kome{
  margin-bottom: 0;
}




/*--- 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_mascot2016,
.sub .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;
}




/*--- tab ---*/
.tabSelecter {
    margin: 0 0 10px 0;
}
.tabSelecter ul {
    border-bottom: 1px solid #003690;
    height: 41px;
}
.tabContents .tab li{
    border-top: 1px solid #003690;
    border-right: 1px solid #003690;
    box-sizing: border-box;
    width: 25%;
}
.tabContents .tab li:first-child {
    border-left: 1px solid #003690;
}
.tabContents .tab li.current a {
    position: relative;
    top: 1px;
    background: #FFFFFF;
    color: #464646;
    font-weight: bold;
}
.tabSelecter li a,
.tabSelecter li span {
    font-size: 12px;
    line-height: 1.2;
    color: #4f4f4f;
    font-weight: normal;
    background: #f9f9f9;
    display: table-cell;
    padding: 0;
    width: 155px;
    height: 40px;
}





/*--- thumlist ---*/
.fxscPhotoArea{

}
.fxscPhotoArea .thumlist{
    letter-spacing: -.40em;/*隙間用*/
}
.fxscPhotoArea .thumlist li{
    letter-spacing: normal;/*隙間用*/
    display: inline-block;
    width:200px;
    margin-right: 10px;
    text-align: center;
    vertical-align: top;
}
.fxscPhotoArea .thumlist li a{
    display: block;
}
.fxscPhotoArea .thumlist li:nth-child(3n){
    margin-right: 0;
}
.fxscPhotoArea .thumlist li figcaption{
    font-size: 12px;
    margin: 5px 0 10px;
    text-align: left;
}
.fxscPhotoArea .thumlist li figcaption span{
    margin-top: 5px;
    display: block;
    letter-spacing: -0.05em;

}
.fxscPhotoArea .thumlist li a{
    color: #333;
    position: relative;
    display: block;
}
.fxscPhotoArea .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;
}
.fxscPhotoArea .thumlist li a:hover{
  text-decoration: none;
  opacity: 0.7;
}
.fxscPhotoArea .thumlist li img{
  width: 200px;
  height: auto;
}

.tabSelecter {
    margin: 0 0 20px 0;
}



/*--- video ---*/
.fxscPhotoArea .thumlist.douga li 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;
}

/*--- history ---*/
.fxscHistoryTable {
    width: 100%;
    border-top: 1px solid #ccc;
    margin-bottom: 10px;
}
.fxscHistoryTable th:first-child {
    border-left: none;
}
.fxscHistoryTable th {
    background-color: #f6f6f6;
    text-align: center;
    padding-right: 0;
    padding-left: 0;
    font-size: 14px;
    vertical-align: middle;
    padding: 8px 10px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.fxscHistoryTable td:first-child {
    border-left: none;
}
.fxscArea table.fxscHistoryTable td {
    padding: 0px 10px;
    font-size: 12px;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
    line-height: 1.5;
    text-align: center;
    border-left: 1px solid #ccc;
}
.fxscArea table.fxscHistoryTable .win {
    background: #ffc;
}
.fxscHistoryTable td.linkWrap ul {
    padding: 5px 0;
}

.fxscHistoryTable td.linkWrap ul {
    letter-spacing: -.40em;
}
.fxscHistoryTable td.linkWrap ul li {
    text-align: left;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 13px;
    margin: 0;
    width: 100%;
    line-height: 25px;
}
.fxscHistoryTable td.linkWrap ul li:first-child {
    padding-left: 0;
}
.fxscHistoryTable td.linkWrap ul li {
    letter-spacing: normal;
    display: inline-block;
}
.fxscHistoryTable td.linkWrap ul li a:hover {
    background: #2EA3DF;
    color: #fff;
    text-decoration: none;
}
.fxscHistoryTable td.linkWrap ul li a,
.fxscHistoryTable td.linkWrap ul li span {
    border: none;
    width: 90%;
    display: block;
    padding: 4px 10px;
}

.fxscHistoryTable tr:first-child th:last-child{
  width: 140px;
}

.historyArea .kome{
  margin-bottom: 0;
}

.fxscHistoryTable td span{
    display: block;
}
.fxscArea table.fxscHistoryTable th:first-child,
.fxscArea table.fxscHistoryTable td:first-child {
    border-left: none;
}

/*--- team ---*/
.team .ttlNoLink{
    margin-bottom: 20px;
}
.team .tabnav {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 20px;
}
.team .tabnav li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #003690;
    border-bottom: 1px solid #003690;
    border-left: 1px solid #003690;
}
.team .tabnav li {
    display: table-cell;
    font-size: 13px;
    color: #333;
}
body.team.hiroshima .tabnav li#hiroshima a,
body.team.gosaka .tabnav li#gosaka a {
    background: #003690;
    color: #fff;
}
.team .tabnav li a,
.team .tabnav li span {
    padding: 13px 0;
    color: #000000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    background: none;
    background: #e8e8e8;
    text-align: center;
    display: block;
  }
  .team .tabnav li a:hover{
    opacity: 0.75;
}
.team .tabnav li:last-child {
    border-right: 1px solid #000;
}
.clubBox {
    font-size: 0;
    margin-bottom: 20px;
}
.clubBox .clubName {
    margin-bottom: 10px;
    font-size: 25px;
    color: #000;
    line-height: 40px;
}
.clubBox .clubName .embM {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: -3px;
}
.clubBox .clubPhoto {
    display: inline-block;
    vertical-align: top;
}
.clubBox .clubPhoto img {
    width: 280px;
    height: auto;
}
.clubBox .clubPhoto img {
    display: block;
}
.clubBox .clubData {
    display: inline-block;
    width: 320px;
    font-size: 13px;
    vertical-align: top;
    margin-left: 20px;
}
.clubBox .clubDataTable {
    border-top: 1px solid #555;
    width: 100%;
    height: 230px;
}
.clubBox .clubDataTable th,
.clubBox .clubDataTable td {
    border-bottom: 1px solid #ccc;
    padding: 8px 10px;
    vertical-align: middle;
}
.clubBox .clubDataTable th {
    width: 84px;
}

.tabBox.analysis,
.tabBox.transfer {
    margin-top: 20px;
}
.tabBox.analysis .formation {
    float: right;
    margin: 0 0 20px 20px;
}
.analysis .formation img {
    width: 400px;
}
/*.tabBox.analysis figcaption {
    text-align: center;
    font-size: 12px;
    padding: 5px 0;
}*/
.clubInfoList {
    position: relative;
}
.nyc2colArea {
    display: table;
}
.nyc2colArea .nyc2colLeft {
    width: 300px;
    display: table-cell;
}
.dataTable tr {
    border-top: 1px solid #ccc;
}
.clubInfoList .dataTable thead td {
    padding: 10px;
}
.clubInfoList .dataTable td b {
    font-weight: bold;
    font-size: 16px;
    padding: 0 0 5px 5px;
    display: inline-block;
}
.nyc2colArea .nyc2colRight {
    width: 300px;
    display: table-cell;
    padding-left: 20px;
}

.nyc2colArea table th,
.nyc2colArea table td{
    text-align: left;
}
.nyc2colArea table td p{
    font-size: 12px;
    margin-bottom: 5px;
}

.eventDate{
    font-size: 12px;
    text-align: right;
    margin-bottom: 3px;
}

.fxscTeamArea .teamProfile {
    margin-bottom: 30px;
}

/*20160203*/

.detalArea .figureArea img {
    width: 300px;
}

/*20160204*/

.fxscNavList li {
  width: 14.28%;
}
/*.fxscNavList li:nth-child(n+8) {
  width: 16.66%;
}*/

.fxscNavList li:nth-child(7n){
  border-right: none;
}

.fxscNavList li span.noLink {
  font-size: 12px;
    display: table-cell;
    background: #00163B;
    color: #747474;
    height: 36px;
    vertical-align: middle;
    width: 500px;
    line-height: 1.2;
  }

/*20160209*/
.top .topInfoBanner{
  margin-bottom:20px; 
}
.top .topInfoBanner a{
  display: block;
}
.top .topInfoBanner a img{
  width: 620px;
}

/*----------------------------
  ./NEXT GENERATION MATCH
----------------------------*/

.NgmArea .ngmNav{
    margin-bottom: 20px;
}
.NgmArea .ngmNav ul{
    border: solid 1px #003690;
}
.NgmArea .ngmNav ul li{
  vertical-align: middle;
  border-left: solid 1px #003690;
}
.NgmArea .ngmNav ul li:first-child{
  border: 0;
}
.NgmArea .ngmNav ul li a {
    height: 60px;
    width: 500px;
    vertical-align: middle;
    display: table-cell;
    padding: 0 8px;
}
.NgmArea .ngmNav ul li a:hover{
  opacity: 0.75;
}
.NgmArea .tabContents{
  margin-top: 25px;
}

.matchVsBox.boxCenterTime .matchBoxTitleArea {
    height: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    padding: 0 5px 10px;
}
.matchVsBox.boxCenterTime .matchBoxTitleArea h3 {
    font-size: 20px;
    line-height: 24px;
    border-bottom: none;
    margin: 0px;
    padding: 0px;
}
.matchVsBox ul .leagAccTeam {
    padding: 0px 0px;
    font-weight: bold;
    line-height: 1.5;
}
.matchVsBox.boxCenterTime .leagCenterScore p {
    color: #333;
    margin-bottom: 0;
}
.leagLeftScore, .leagRightScore {
    padding: 0 15px;
}
.fxscArea .leagRightScore p,
.fxscArea .leagLeftScore p{
    font-size: 46px;
    margin-bottom: 0;
}

/*point*/
.NgmArea .tabContents .tab li{
  width: 16.66%;
}
.ngmNav .tabnav {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.ngmNav .tabnav li {
    display: table-cell;
    font-size: 13px;
    color: #333;
}
.ngmNav .tabnav li a,
.ngmNav .tabnav li span {
    padding: 13px 0;
    color: #000000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    background: none;
    background: #e8e8e8;
    text-align: center;
    display: block;
}

.columnBlock h4 {
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    border-left: none;
    margin-bottom: 20px;
    padding-bottom: 10px;
    line-height: 1;
    border-left: none;
    padding-left: 0;
}
.columnBlock .columnArea {
    overflow: hidden;
}
.columnBlock .columnArea .columnPhoto {
    width: 300px;
    float: left;
    margin: 0 20px 8px 0;
}
.generalArea img {
    vertical-align: top;
}
.columnBlock .columnArea .columnTxt p {
    line-height: 1.8;
    font-size: 14px;
    margin-bottom: 20px;
}

/*watch*/
.matchSwitchArea h4 {
    font-weight: bold;
    font-size: 24px;
    margin: 26px 0 18px;
    border-left: none;
    padding: 0;
}

.matchSwitchArea h4 span {
    font-weight: normal;
    font-size: 14px;
    padding-left: 15px;
}

.tabBtnArea .ArrowBtnLink04{
   margin-top: 20px;
    text-align: center;
}
.tabBtnArea .ArrowBtnLink04 a{
    display: inline-block;
    width: 170px;
}

/*access*/
.matchMapArea ul {
    font-size: 14px;
    line-height: 24px;
    list-style: square;
    color: #aaa;
    margin: 20px 20px 0;
}
.matchMapArea ul li {
    margin-bottom: 20px;
}
.matchMapArea ul li span {
    color: #333;
}


body.ng_match.ng_history .tabnav li#history a,
body.ng_match.ng_outline .tabnav li#outline a,
body.ng_match.question .tabnav li#question a,
body.ng_match.live .tabnav li#live a,
body.ng_match.u18 .tabnav li#u18 a,
body.ng_match.highschool .tabnav li#highschool a{
    background: #003690;
    color: #fff;
}

body.ng_match.highschool .tabnav li#highschool a span,
body.ng_match.u18 .tabnav li#u18 a span{
  padding: 0;
  background: #003690;
    color: #fff;
}

.NgmArea .ngmNav ul li a span{
  padding: 0;
    color: #000;
}

.NgmU18Area .teamTable{
  margin-bottom: 20px;
}


.matchMemberArea .memberProfile .memberName .position {
    color: #FFF;
    background-color: #333333;
    font-size: 16px;
    font-weight: bold;
    padding: 6px 10px;
    margin-right: 10px;
}
.matchMemberArea .memberProfile {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.matchMemberArea .memberProfile .memberName {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
.matchMemberArea .memberProfile .memberName .position {
    color: #FFF;
    background-color: #333333;
    font-size: 16px;
    font-weight: bold;
    padding: 6px 10px;
    margin-right: 10px;
}
.matchMemberArea .memberProfile .memberName .teamName {
    font-size: 15px;
    font-weight: normal;
    margin-left: 15px;
}
.matchMemberArea .memberProfile .memberPhoto {
    float: left;
    width: 200px;
    margin: 0 20px 20px 0;
    position: relative;
}
.generalArea img {
    vertical-align: top;
}
.matchMemberArea .memberProfile .memberQuestionnaire {
    line-height: 1.5;
    font-size: 14px;
}
.matchMemberArea .memberProfile .memberQuestionnaire dt {
    font-weight: bold;
}
.matchMemberArea .memberProfile .memberQuestionnaire dd {
    margin-bottom: 20px;
}
.matchMemberArea .memberProfile .lastQuestionnaire {
    clear: both;
}

.NgmArea.NgmQuestionArea .tabContents .tab li {
    width: 25%;
}


.NgmLiveArea .matchMapArea iframe{
  width: 620px;
  height: 450px;
}

.NgmLiveArea .columnPhoto img{
  width:300px;
  height:264px;
}

.NgmLiveArea .matchSpotArea .SpotName p {
    font-weight: bold;
}
p.ngmtvInfo{
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  text-align: left;
}
.leagCenterScore span{
  font-weight: bold;
}
.leagCenterScore span.leagHalfTxt{
  font-weight: normal;
}

.NgmLiveArea .matchVsTitle span{
  display: block;
  font-size: 14px;
  font-weight: bold;
}
p.ngmtvInfo span{
    font-size: 14px;
    font-weight: bold;
}
.matchVsBox.boxCenterTime .leagAccScore .leagCenterScore .vs{
  font-size: 15px;
  margin-bottom: 0;
}

.SpotName .SpotNameLeft p,
.SpotName .SpotNameRight p{
  font-size: 14px;
}

.fxscArea table.teamTable th:first-child,
.fxscArea table.teamTable td:first-child {
    border-left: 1px solid #ccc;
}

.fxscArea table.teamTable td.td_pos,
.fxscArea table.teamTable th.td_pos{
  border-left: 0;
}
.fxscArea table.teamTable th{
  text-align: center;
}

.NgmLiveArea .matchVsBox ul.leagLogColumn {
    padding: 20px 0 10px;
    width: 100%;
    font-size: 0;
}


.highschool .NgmU18Area .teamTable.player tr td:last-child{
  text-align: center;
}

.fxscArea table.teamTable th.name {
    width: 110px;
}

.fxscArea .leagAccTeam p {
    font-size: 14px;
}
.fxscArea .leagCenterTime span{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 0;
}


/*gourmet*/

.gourmetPhoto {
    float: left;
    width: 280px;
    margin-right: 20px;
}
.gourmetPhoto img{
    width: 280px;
 }
.gourmetPhoto figcaption{
    font-size: 18px;
    font-weight: bold;
}
.fxscArea table.gourmetTable{
    width: 320px;
    border-collapse: separate;
    border-bottom: 0;
}
.gourmetBox .embM{
    display: inline-block;
    vertical-align: -15px;
}
.fxscArea table.gourmetTable td{
    font-size: 14px;
    padding: 0px 0 15px 0;
}
.gourmetTable tr:first-child td{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
}
.gourmetBox{
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: solid 1px #ccc;
}
.gourmetTable tr:last-child td a{
    display: block;
    background: #1B95E0;
    color: #fff;
    padding: 8px;
    text-align: center;
}
.gourmetTable tr:last-child td a:hover{
    text-decoration: none;
    opacity: 0.75;
}
.gourmetBox h2{
    margin-bottom: 10px;
    font-weight: bold;
}
.fxscArea table.gourmetTable tr{
    border: 0;
}
.gourmetBox h2 .stadiumName{
  font-weight: bold;
    margin-left: 5px;
}
.gourmetBox h2 .stadiumName:before{
    content: "/";
    display: inline-block;
    margin-right: 5px;
}

.gourmetArea .tabContents{
    margin-top: 20px;
}

.fxscArea table.gourmetTable tr:last-child td a span{
    position: relative;
    display: inline-block;
    padding-left: 16px;
    font-size: 13px;
}
.fxscArea table.gourmetTable tr:last-child td a span:before{
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f099";
    font-size: 14px;
    font-weight: normal;
    left: -1px;
}

.gourmetInfo th{
    text-align: center;
}

.NgmArea .ngmNav ul li span.noLink {
    height: 60px;
    width: 500px;
    vertical-align: middle;
    display: table-cell;
    padding: 0 8px;
box-sizing: border-box;
    border: none;
background: #e8e8e8;
/*color: #CFCECE;*/
  }

  .NgmArea .ngmNav ul li span.noLink span{
  padding: 0;
background: #e8e8e8;
/*color: #CFCECE;*/
  }

.analysisBnr{
    margin: 20px 0;
  }
.analysisBnr img{
   display: block;
}

/*history-20160215*/

.NgmHistoryArea .articleTitWrap {
     border-bottom: 0; 
     padding-bottom: 0; 
     margin-bottom: 0; 
}

.NgmHistoryArea .articleTit {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 110%;
    background: #444;
    padding: 10px 0 10px 15px;
    color: #fff;
}

.NgmHistoryArea .textnav{
  display: table;
 margin-bottom: 15px;
    width: 100%;
        background: #DEDEDE;
}
.NgmHistoryArea .textnav li{
    font-size: 14px;
    display: table-cell;
    margin-left: 20px;
    text-align: center;
}
.NgmHistoryArea .textnav li:first-child a{
  border-left: 0; 
}
.NgmHistoryArea .textnav li a {
    color: #333;
    position: relative;
    font-size: 13px;
    font-weight: bold;
    display: block;
    line-height: 18px;
    padding: 10px 0;
    padding-right: 16px;
    border-left: solid 1px #fff;
}

.NgmHistoryArea .textnav li a:after {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: 20px;
    font-family: 'icomoon3';
    content: "\ec600";
        font-size: 12px;
    text-decoration: none !important;
  -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.NgmHistoryArea .textnav li a:hover{
  text-decoration: none;
  opacity: 0.75;
}

.matchMemberArea .memberProfile .memberPhoto img{
  width: 200px;
}

/*20160216*/
.matchVsBox.beforeMatch ul.leagScoreColumn {
    padding: 20px 0 0 0;
}

/*20160217*/

/*.matchMemberArea .memberProfile p.comingsoon{
  width: 400px;
  font-size: 27px;
  top: 85px;
  border: solid 1px #AFAFAF;
  float: right;
  box-sizing: border-box;
  text-align: center;
}*/

.matchMemberArea .memberProfile p.comingsoon{
  width: 400px;
    font-size: 25px;
    float: right;
    box-sizing: border-box;
    padding: 10px;
    color: #777;
    text-align: center;
    margin: 0;
    height: 200px;
    line-height: 160px;
    }

  .matchMemberArea .memberProfile .memberPhoto span{
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: 13px;
    font-weight: bold;
    color: #FFF;
  }

.ng_match.live .matchMemberArea .MemberList p{
      padding: 15px 0 0px 10px;
    }

    /*20160219*/

.u18Members .MemberList,
.highschoolMembers .MemberList{
     display: block; 
}

.u18Members,
.highschoolMembers{
     display: inline-block; 
}

.matchVsBox.boxCenterTime .leagCenterScore p.redTxt{
  color: #f00;
}

.NgmLiveArea .tabSelecter li span{
    background: #ADADAD;
    color: #777777;
}

.NgmLiveArea .MemberList .ngmCoach{
    font-size: 18px;
    padding: 15px 0 0px 10px;
    font-weight: bold;
}





.accordionIndex .accBtnList > span{
  background: #E4E4E4;
  border-radius: 5px;
}

.ng_match.live .matchVsBox .leagLeftScore,
.ng_match.live .matchVsBox .leagRightScore{
  padding: 0;
}