@charset "UTF-8";

.nycArea section {
    margin-bottom: 30px;
}
.titBlockArea .blockTit.leftOrangeTit{
    border-left: 5px solid #E76205;
    font-size: 14px;
    font-weight: bold;
    line-height: 100%;
    margin-bottom: 16px;
    padding: 5px 10px;
}
.titBlockArea .blockTit.leftBlueTit{
    border-left: 5px solid #0555E8;
    font-size: 14px;
    font-weight: bold;
    line-height: 100%;
    margin-bottom: 16px;
    padding: 5px 10px;
}
.titBlockArea .blockTit.leftRedTit{
    border-left: 5px solid #E70506;
}
.nycNavList{
    display: table;
    width: 100%;
}
.nycNavList li{
    display: table-cell;
    text-align: center;
    border-right: solid 1px #fff;
}
.nycNavList li:last-child {
    border-right: none;
}
.nycNavList li a{
    display: block;
    padding: 10px 20px;
    background: #000;
    color: #fff;
    font-size: 14px;
    background: #29A4F1;
}

/*active*/
/*.nycNavList li a{
    background: #fff;
    color: #29A4F1;
}*/

.nycNavList li a:hover{
    opacity: 0.75;
}
.kvArea h2{
    text-align: center;
    background: #28A4EE;
}

.kvArea{
    position: relative;
    margin: 0 0 20px;
    width: 980px;
}
.kvArea .navWrap{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #29A4F1;
}
.kvArea h2 a {
    width: 100%;
    /*height: 360px;*/
    height: 270px;
    background: none;
    display: block;
}


.kvArea img{
    display: block;
    margin: 0 auto;
}

.nycClubsArea ul{
	font-size: 0;
}


.nycClubsArea ul li{
    display: inline-block;
    width: 25%;
	font-size: 14px;
    text-align: center;
    /*height: 100px;*/
}
.nycClubsArea ul li a{
	position: relative;
	color: #000;
    font-weight: bold;
}
.nycClubsArea ul li a:hover{
    display: block;
    text-decoration: none;
    opacity: 0.75;
}
.nycClubsArea ul li .embL{
    position: relative;
    left: 37px;
    margin-bottom: 10px;
}
.nycClubsArea ul li .standings{
    display: block;
    font-size: 11px;
    margin-top: 5px;
 }

 .round{
    padding-bottom: 15px;
    margin-top: 20px;
    margin-bottom: 30px;
    border-bottom: solid 1px #000;
 }

 /*大会概要*/
 .nycOutlineTable{
    width: 100%;
    margin-bottom: 30px;
 }
 .nycOutlineTable tr{
    border-top: solid 1px #ccc;
 }

 .nycOutlineTable tr:last-child{
    border-bottom: solid 1px #ccc;
}
 .nycOutlineTable th,
 .nycOutlineTable td{
    vertical-align: middle;
    padding: 10px;
    font-size: 12px;
}
 .nycOutlineTable th{
    width: 25%;
    background: #e7e7e7;
    text-align: center;
 }



.skpBtn a{
    display: block;
    padding: 15px;
    color: #fff;
    width: 220px;
    background: #28A4EE;
    margin: 0 auto;
    text-align: center;
}

.skpBtn a:hover{
    opacity: 0.75;
    text-decoration: none;
    color: #fff;
}

.round .titBlockArea{
    margin-bottom: 25px;
}

.round .titBlockArea p{
    font-size: 14px;
    font-weight: bold;
}

.ttlNoLink h3, .ttlNoLink .blockTit{
    background: #28A4EE;
}

.subBNR.bnr_championship,
.subBNR.bnr_j1playoff,
.subBNR.bnr_j2j3playoff2015,
.subBNR.bnr_clubWcup_JFA,
.subBNR.bnr_ync2015,
.subBNR.bnr_afc2015,
.subBNR.bnr_jyouth2015,
.subBNR.bnr_trackingdata,
.subBNR.bnr_jsgoal{
    display: none;
}

.round.kagoshima .club_kagoshima img{
    width: 75px;
    display: block;
    margin: 0 auto 13px;
}

.nycOutlineTable dt{
    margin-bottom: 5px;
}
.nycOutlineTable dd{
    margin-bottom: 10px;
}
.nycOutlineTable ul{
    margin-top: 10px;
}
.nycOutlineTable ul li{
    margin-top: 5px;
}
/*20160108*/

.nycClubsArea .matchTable{
    width: 100%;
    margin-bottom: 20px;
}
.nycClubsArea .matchTable th,
.nycClubsArea .matchTable td{
    vertical-align: middle;
    padding: 10px 5px;
    font-size: 12px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nycClubsArea .matchTable tr:nth-child(2) td:first-child,
.nycClubsArea .matchTable tr:nth-child(4) td:first-child,
.nycClubsArea .matchTable tr:nth-child(6) td:first-child{
    border-bottom: solid 1px #ccc;
}
.nycClubsArea .matchTable tr:nth-child(3),
.nycClubsArea .matchTable tr:nth-child(5),
.nycClubsArea .matchTable tr:nth-child(7){
    border-bottom: solid 1px #ccc;
}
.nycClubsArea .matchTable tr:nth-child(2) td:nth-child(n+2),
.nycClubsArea .matchTable tr:nth-child(4) td:nth-child(n+2),
.nycClubsArea .matchTable tr:nth-child(6) td:nth-child(n+2){
    border-bottom: dashed 1px #ccc;
}
.nycClubsArea .matchTable th{
    text-align: center;
    background: #4f4f4f;
    background: #000;
    color: #fff;
    /*font-weight: bold;*/
    border-left: solid 1px #fff;
}

.nycClubsArea .matchTable td{
    position: relative;
}

.nycClubsArea .matchTable th:first-child{
    border-left: none;
}
.nycClubsArea .matchTable tr td:last-child{
    text-align: left;
}
.nycClubsArea .matchTable tr .date{
    width: 76px;
}
.nycClubsArea .matchTable tr .time{
    width: 71px;
}
.nycClubsArea .matchTable tr .card{
    width: 100px;
}
.nycClubsArea .matchTable tr .stadium{
    width: 58px;
}
.nycClubsArea .matchTable tr .tv{
    width: 220px;
}
/*emb*/
/*.nycClubsArea .matchTable td.team.left{
    padding-left: 20px;
}
.nycClubsArea .matchTable td.team.right{
    padding-right: 20px;
}*/

/*.nycClubsArea .matchTable td.team.left span {
    left: 5px;
}*/
.nycClubsArea .matchTable .team.left span {
    position: absolute;
    top: 50%;
    left: 13%;
    margin-top: -13px;
    display: inline-block;
}
.nycClubsArea .matchTable .team.right span {
    position: absolute;
    top: 50%;
    right: 11%;
    margin-top: -13px;
    display: inline-block;
}

.nycClubsArea .matchTable tr td:nth-child(3),
.nycClubsArea .matchTable tr td:nth-child(4),
.nycClubsArea .matchTable tr td:nth-child(5){
    padding: 10px 0;
}

.nycClubsArea .matchTable tr td.team.left{
    padding-left: 30px;
}

.nycClubsArea .matchTable tr td.team.right{
    padding-right: 30px;
}
.nycClubsArea .matchTable tr td:last-child span{
    margin-left: 10px;
    font-weight: bold;
}
.roundDate {
    font-size: 14px;
    font-weight: bold;
}

.nycClubsArea .titBlockArea {
    margin-bottom: 15px;
}
.nycClubsArea .matchTable td:last-child a{
    /*color: #000;*/
    font-weight: bold;
}  


/*20160113*/

.headLineBlock a, .infoBlock a {
    color: #333;
    display: block;
    position: relative;
    /* border-bottom: 1px solid #CCC; */
}
.entryTitle {
    display: block;
    margin-bottom: 5px;
}
.entryTitle .timestamp {
    display: inline-block;
    width: 125px;
}
.timestamp {
    color: #e60012;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 100%;
}
.entryTitle .ico {
    display: inline-block;
}
.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: #333;
    font-weight: bold;
    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 a {
    padding: 10px 0;
}
.headLineBlock a, .infoBlock a {
    color: #333;
    display: block;
    position: relative;
    /* border-bottom: 1px solid #CCC; */
}
.timestamp {
    color: #e60012;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 100%;
}
.headLineBlock a:hover, .infoBlock a:hover {
    background: #F3F3F3;
    text-decoration: none;
}

/*20160113*/
.tabSelecter {
    margin: 0 0 20px 0;
}
.tabSelecter ul {
    border-bottom: 1px solid #2997D5;
    height: 41px;
}
.tabContents .threeline li:first-child {
    border-left: 1px solid #2997D5;
}
.tabContents .threeline li {
    border-top: 1px solid #2997D5;
    border-right: 1px solid #2997D5;
    box-sizing: border-box;
    width: 25%;
}
.tabContents .threeline li.current a {
    position: relative;
    top: 1px;
    background: #FFFFFF;
    color: #464646;
    font-weight: bold;
}
.tabContents .threeline li a {
    font-size: 14px;
    color: #4f4f4f;
font-weight: normal;
    background: #f9f9f9;
}

.nycPhotoArea .thumlist {
    letter-spacing: -.40em;
}
.nycPhotoArea .thumlist li:nth-child(3n+1) {
    text-align: left;
}
.nycPhotoArea .thumlist li {
letter-spacing: normal;
    display: inline-block;
    width: 200px;
    margin-right: 10px;
    text-align: center;
    min-height: 200px;
    vertical-align: top;
}
.nycPhotoArea .thumlist li:nth-child(3n){
    margin-right: 0;
}

.nycPhotoArea .thumlist li a {
    color: #333;
    position: relative;
    display: block;
}
.nycPhotoArea .thumlist li figcaption {
    font-size: 13px;
    margin: 5px 0 10px 0;
    text-align: left;
    width: 90%;
}

.nycStandingsArea .update{
    text-align: right;
    font-size: 12px;
    margin: 10px 0;
}

.scoreKomeTxt {
    font-size: 12px;
    padding-top: 10px;
    color: #e60012;
}

.scoreTable01.nycTable{
    margin-bottom: 30px;
}
.scoreTable01.nycTable .tdTeam{
    padding: 12px 5px 5px 10px;
    color: #000;
    width: 180px;
}

.scoreTable01.nycTable span.embS{
    position: relative;
    top: -3px;
    margin-right: 5px;
}

/*20160114*/

.matchBtn{
    text-align: right;
    margin: 0 0 20px 0;
}
.matchBtn a{
    background: #000;
    padding: 12px 34px 12px 20px;
    color: #fff;
    display: inline-block;
    position: relative;
    font-size: 14px;
}
.matchBtn a:after,
.matchBtn span:after{
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 15px;
    font-family: 'icomoon3';
    content: "\ec600";
    font-size: 12px;
    text-decoration: none !important;
    color: #fff;
}
.matchBtn a:hover{
    opacity: 0.75;
    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;
}


.content .sub{
 margin-top: 47px;
}
#breadcrumbList{
 height: 20px;
}
.kvArea{
 position: relative;
 margin: 0;
}

.infoBlock li {
    border-bottom: 1px solid #ccc;
}

/*20160115*/

.nyc2016.team .kvArea .localNav .nycNavList li#nycNavTeam a,
.nyc2016.top .kvArea .localNav .nycNavList li#nycNavTop a,
.nyc2016.news .kvArea .localNav .nycNavList li#nycNavNews a,
.nyc2016.column .kvArea .localNav .nycNavList li#nycNavColumn a,
.nyc2016.photo .kvArea .localNav .nycNavList li#nycNavPhoto a,
.nyc2016.match .kvArea .localNav .nycNavList li#nycNavMatch a,
.nyc2016.standings .kvArea .localNav .nycNavList li#nycNavStandings a,
.nyc2016.outline .kvArea .localNav .nycNavList li#nycNavOutline a {
    background: #FFF;
    color: #07325C;
}

/*20160118*/

.nycStandingsArea .tdTeam i {
    font-style: normal;
    display: none;
}

.scoreTable01 tbody .tdTeam span{
    font-weight: bold;
}

.tabContents .threeline li.current a:hover{
    opacity: 1;
}

.tabContents .threeline li{
    font-weight: bold;
}

.nycPhotoArea .thumlist li a:hover{
    opacity: 0.7;
    text-decoration: none;
}

/*--- column ---*/

.detalArea .figureArea.posLeft {
    float: left;
    margin: 0 20px 20px 0px;
}
.detalArea .figureArea img{
    width: 300px;
}
.detalArea .figureArea img {
    vertical-align: bottom;
}
.detalArea .figureArea figcaption {
    padding: 16px 18px;
    background-color: #eaeaea;
    font-size: 12px;
    line-height: 20px;
}

.figureArea figcaption {
    padding: 16px 18px;
    background-color: #eaeaea;
    font-size: 12px;
    line-height: 20px;
}



/*--- team ---*/
.team .ttlNoLink{
    margin-bottom: 20px;
}



.team .tabnav {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.team .tabnav li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #28A4EE;
    border-left: 1px solid #28A4EE;
}
.team .tabnav:first-child {
    border-top: 1px solid #28A4EE;
}   
.team .tabnav li {
    display: table-cell;
    font-size: 13px;
    color: #333;
}

.teamNav .titBlockArea .blockTit{
    margin-bottom: 10px;
}

body.team.hiroshima .tabnav li#hiroshima a,
body.team.gosaka .tabnav li#gosaka a {
    background: #28A4EE;
    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 #28A4EE;
}
.clubBox {
    font-size: 0;
    margin-bottom: 30px;
}
.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: 270px;
    height: auto;
}
.clubBox .clubPhoto img {
    display: block;
}
.clubBox .clubData {
    display: inline-block;
    width: 330px;
    font-size: 13px;
    vertical-align: top;
    margin-left: 20px;
}
.clubBox .clubDataTable {
    border-top: 1px solid #CCC;
    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: 113px;
    background: #e7e7e7;
}

.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;
}

.analysis p {
    font-size: 13px;
    line-height: 1.65;
    margin-bottom: 1em;
}

.eventDate {
    font-size: 12px;
    text-align: right;
    margin-bottom: 10px;
}

body.team.sapporo .tabnav li#sapporo a,
body.team.sapporo .tabnav li#sapporo a span{
    background: #D30013;
    color: #fff;
}
body.team.ftokyo .tabnav li#ftokyo a,
body.team.ftokyo .tabnav li#ftokyo a span{
    background: #1831A8;;
    color: #fff;
}
body.team.tokyov .tabnav li#tokyov a,
body.team.tokyov .tabnav li#tokyov a span{
    background: #0F7E37;
    color: #fff;
}
body.team.ryukyu .tabnav li#ryukyu a,
body.team.ryukyu .tabnav li#ryukyu a span{
    background: #A91622;
    color: #fff;
}
body.team.kashima .tabnav li#kashima a,
body.team.kashima .tabnav li#kashima a span{
    background: #AF191F;
    color: #fff;
}
body.team.chiba .tabnav li#chiba a,
body.team.chiba .tabnav li#chiba a span{
    background: #EEC400;
    color: #fff;
}
body.team.fukuoka .tabnav li#fukuoka a,
body.team.fukuoka .tabnav li#fukuoka a span{
    background: #004181;
    color: #fff;
}
body.team.kumamoto .tabnav li#kumamoto a,
body.team.kumamoto .tabnav li#kumamoto a span{
    background: #DB3027;
    color: #fff;
}
body.team.shimizu .tabnav li#shimizu a,
body.team.shimizu .tabnav li#shimizu a span{
    background: #FA8C3F;
    color: #fff;
}
body.team.iwata .tabnav li#iwata a,
body.team.iwata .tabnav li#iwata a span{
    background: #629FE8;
    color: #fff;
}
body.team.kitakyushu .tabnav li#kitakyushu a,
body.team.kitakyushu .tabnav li#kitakyushu a span{
    background: #F1AA1C;
    color: #fff;
}
body.team.kagoshima .tabnav li#kagoshima a,
body.team.kagoshima .tabnav li#kagoshima a span{
    background: #16335F;
    color: #fff;
}

.teamNav .tabnav li#tokyov a i{
    display: none;
}

.nycTeamArea{
    margin-top: 20px;
}

.interviewArea {
    margin: 10px 0 0;
    padding-bottom: 10px;
}

.interviewArea .imgRight{
    width: 250px;
    padding-left: 10px;
    float: right;
}
.interviewArea .imgLeft{
    width: 250px;
    padding-right: 10px;
    float: left;
}

.interviewArea p {
    vertical-align: top;
    font-size: 13px;
    line-height: 160%;
}

.teamNav .tabnav li a span{
    padding: 0;
    background: none;
    display: inline-block;
}

.team .detalArea .articleTit{
    margin-bottom: 0;
}

.redCaption{
    font-size: 11px;
    color: #f00;
    margin-bottom: 20px;
}

.nycArea .nycClubsArea section {
    margin-bottom: 20px;
}


/*20160127*/

.nycClubsArea .matchTable td.live a{
    color: #FFF;
    font-weight: bold;
    background: #E60012;
    padding: 2px 4px;
    font-size: 11px;
}

.nycClubsArea .matchTable td.live a:hover{
    opacity: 0.75;
    text-decoration: none;
}