@charset "UTF-8";

.nycArea section {
    margin-bottom: 30px;
}
.contents .ttlNoLink h3 {
    background: #000;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 100%;
    margin: 10px 0;
    padding: 12px 16px;
}

.titBlockArea .blockTit.leftOrangeTit{
    border-left: 5px solid #E76205;
}
.titBlockArea .blockTit.leftBlueTit{
    border-left: 5px solid #0555E8;
}
.titBlockArea .blockTit.leftRedTit{
    border-left: 5px solid #E70506;
}

/*ナビ*/
.nycArea .nycNavList{
    display: table;
    /*table-layout: fixed;*/
    width: 100%;
}
.nycArea .nycNavList:nth-child(2){
    border-top: solid 1px #fff;
}
.nycArea .nycNavList li{
    display: table-cell;
    text-align: center;
    border-right: solid 1px #fff;
}

.nycArea .nycNavList li a{
    display: block;
    padding: 10px 5px;
    background: #28A4EE;
    color: #fff;
    font-size: 12px;
}
.nycArea .nycNavList li a:hover{
    opacity: 0.75;
}

.kvArea{
    position:relative;
}
.kvArea .navWrap{
    width: 100%;
    background: #28A4EE;
}

.kvArea h2{
    text-align: center;
    background: #000000;
}

.kvArea img{
    width: 100%;
    height: auto;
    max-width: 500px;
    vertical-align: bottom;
}


/*クラブ・日程*/
.nycClubsArea ul{
	font-size: 0;
}

.nycClubsArea  {
    /*padding-bottom: 20px;*/
}
.nycClubsArea ul li a{
	position: relative;
    font-weight: bold;
}
.nycClubsArea ul li .embL{
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
}
.nycClubsArea ul li .standings{
    display: block;
    font-size: 11px;
    margin-top: 3px;
 }

 .round{
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
    border-bottom: solid 1px #000;
 }

 /*コラム*/
 .figureArea figure {
    background: #eaeaea;
    line-height: 100%;
    margin-bottom: 20px;
}
.figureArea figcaption {
    color: #444;
    display: block;
    font-size: 12px;
    line-height: 160%;
    padding: 15px 17px;
}
.figureArea .photoRightArea img{
    height: auto;
    vertical-align: bottom;
    width: 100%;
}
 /*大会概要*/
 .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: #40B2ED;
    margin: 0 auto;
    text-align: center;
}

.skpBtn a:hover{
    opacity: 0.75;
    text-decoration: none;
    color: #fff;
}

.contents .ttlNoLink h3{
    background: #28A4EE;
}

.nycArea .titBlockArea .blockTit{
    float: none;
    margin: 0 0 10px;
}

.round .titBlockArea p{
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0;
}

.round.kagoshima .club_kagoshima img{
    width: 44px;
    display: block;
    margin: 0px auto 4px;
}

.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: 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;
}
.nycClubsArea .matchTable td span{
    display: inline-block;
}
.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 th:first-child{
    border-left: none;
}
.nycClubsArea .matchTable tr td:last-child{
    text-align: left;
    padding: 0 0 0 5px;
}
.nycClubsArea .matchTable tr .date{
    width: 18%;
}
.nycClubsArea .matchTable tr .time{
    width: 13%;
}
.nycClubsArea .matchTable tr .time span{
    display: block;
}
.nycClubsArea .matchTable tr .card{
    width: 32%;
}
.nycClubsArea .matchTable tr .stadium{
    width: 9%;
}
.nycClubsArea .matchTable tr .tv{
    width: 28%;
}

/*emb*/

.nycClubsArea .matchTable .team.left span,
.nycClubsArea .matchTable .team.right span{
    margin: 0 auto;
    display: block;
}

.nycClubsArea .matchTable tr td:nth-child(3),
.nycClubsArea .matchTable tr td:nth-child(4),
.nycClubsArea .matchTable tr td:nth-child(5) {
    padding: 5px 0;
}

.roundDate{
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0;
}

.nycClubsArea .titBlockArea{
    padding-bottom: 0;
}

/*20160113*/
.headLineBlock a, .infoBlock a {
    color: #333;
    display: block;
    position: relative;
}
.entryTitle {
    display: block;
    margin-bottom: 5px;
}
.entryTitle .timestamp {
    display: inline-block;
    width: 120px;
}
.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: 11px;
    padding: 5px 0 4px;
    width: 20%;
    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;
}
.infoBlock li {
    border-bottom: 1px solid #ccc;
}
.headLineBlock a, .infoBlock a {
    color: #333;
    display: block;
    position: relative;
}
.infoBlock a {
    padding: 10px 0;
}
.entryTitle {
    display: block;
    margin-bottom: 5px;
}

.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;
}

.nycArea .nycNavList li:last-child {
    border-right: none;
}

.tabSelecter ul {
    border-bottom: 1px solid #2997D5;
    height: 42px;
}
.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;
}
.tabContents .threeline li.current a {
    position: relative;
    top: 1px;
    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;
}
.tabContents .threeline li {
    border-top: 1px solid #2997D5;
    border-right: 1px solid #2997D5;
    box-sizing: border-box;
    background-color: #f0f0f0;
}
.matchBtn {
    text-align: right;
    margin: 0 0 20px 0;
}
.matchBtn a {
    background: #000;
    padding: 10px 30px 10px 15px;
    color: #fff;
    display: inline-block;
    position: relative;
    font-size: 14px;
}
.matchBtn a:after, .matchBtn span:after {
    position: absolute;
    top: 48%;
    margin-top: -8px;
    right: 13px;
    font-family: 'icomoon3';
    content: "\ec600";
    font-size: 12px;
    text-decoration: none !important;
    color: #fff;
}

.contents section {
    margin-bottom: 20px;
}

.nycPhotoArea .thumlist {
    display: block;
    letter-spacing: -.40em;
}
.nycPhotoArea .thumlist li {
    width: 50%;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    margin-bottom: 10px;
}

.contents section {
    margin-bottom: 20px;
}


/*フォト*/
.nycPhotoArea .thumlist {
    display: block;
    letter-spacing: -.40em;
}
.nycPhotoArea .thumlist li {
    width: 50%;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    margin-bottom: 10px;
}
.nycPhotoArea .thumlist li a {
    color: #333;
    display: block;
}
.nycPhotoArea .thumlist li figure {
    width: 90%;
    position: relative;
    line-height: 1.3;
}
.nycPhotoArea img {
    width: 100%;
    height: auto;
    max-width: 600px;
    vertical-align: top;
    margin-left: auto;
    margin-right: auto;
}
.nycPhotoArea .thumlist li figcaption {
    font-size: 11px;
    padding-top: 3px;
    font-weight: bold;
    text-align: left;
}

.nycPhotoArea .thumlist li:nth-child(2n) figure {
    margin-left: 10%;
}
.nycPhotoArea .thumlist li figure {
    width: 90%;
    position: relative;
    line-height: 1.3;
}

/*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;
}

.contents .detalArea p {
    font-size: 13px;
    line-height: 1.65;
    margin-bottom: 1em;
}
.articleTitWrap .articleTit {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.contents .detalArea p {
    font-size: 13px;
    line-height: 1.65;
    margin-bottom: 1em;
}
.articleTitWrap .detailDate {
    font-size: 10px;
    font-weight: bold;
    color: #e60012;
}

.update{
    font-size: 10px;
    margin-bottom: 8px;
    text-align: right;
}

.scoreTable01 td {
    padding: 5px 2px;
    text-align: center;
}

/*20160118*/

.nycStandingsArea .tdTeam i {
    font-style: normal;
    font-weight: bold;
}

.scoreTable01 tbody .tdTeam span.clubName{
    font-weight: bold;
    display: none;
}

.nycStandingsArea .tdTeam{
    text-align: left;
    font-weight: bold
}

.scoreTable01 span.embS{
    margin-right: 2px;
}

.tabContents .threeline li.current{
    padding-bottom: 1px;
    background: #fff;
}

.nycPhotoArea .tabSelecter ul li {
    width: 25%;
}


/*--- 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;
}
.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;
}
.team .tabnav li{
    display: table-cell;
    text-align: center;
}
.team .tabnav:first-child {
    border-top: 1px solid #28A4EE;
}
.tabnav li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #28A4EE;
    border-left: 1px solid #28A4EE;
    font-size: 11px;
}
.tabnav li:last-child {
    border-right: 1px solid #28A4EE;
}
.team .tabnav li a{
    vertical-align: middle;
    line-height: 1.2;
    height: 40px;
    padding: 0;
    display: table-cell;
    width: 500px;
    background: #e8e8e8;
    color: #000;
}
body.team.hiroshima .tabnav li#hiroshima a,
body.team.gosaka .tabnav li#gosaka a {
    background: #28A4EE;
    color: #fff;
}

.team .tabnav li a:visited{
    color: #000;
}
.eventDate {
    font-size: 12px;
    text-align: right;
    margin-bottom: 3px;
}

.teamNav .tabnav li span{
    display: none;
}

.teamNav .tabnav li#tokyov a i {
    font-style: normal;
}
.teamNav .tabnav li a{
    font-size: 13px;
}

.teamNav .tabnav li:last-child{
    border-right: 1px solid #28A4EE;
}

.analysis p {
    font-size: 13px;
    line-height: 1.65;
    margin-bottom: 1em;
}

.teamNav .titBlockArea .blockTit {
    margin-bottom: 0;
}

/*body.team.sapporo .tabnav li#sapporo a,
body.team.ftokyo .tabnav li#ftokyo a,
body.team.tokyov .tabnav li#tokyov a,
body.team.ryukyu .tabnav li#ryukyu a,
body.team.kashima .tabnav li#kashima a,
body.team.chiba .tabnav li#chiba a,
body.team.fukuoka .tabnav li#fukuoka a,
body.team.kumamoto .tabnav li#kumamoto a,
body.team.shimizu .tabnav li#shimizu a,
body.team.iwata .tabnav li#iwata a,
body.team.kitakyushu .tabnav li#kitakyushu a,
body.team.kagoshima .tabnav li#kagoshima a,
body.team.sapporo .tabnav li#sapporo a span,
body.team.ftokyo .tabnav li#ftokyo a span,
body.team.tokyov .tabnav li#tokyov a span,
body.team.ryukyu .tabnav li#ryukyu a span,
body.team.kashima .tabnav li#kashima a span,
body.team.chiba .tabnav li#chiba a span,
body.team.fukuoka .tabnav li#fukuoka a span,
body.team.kumamoto .tabnav li#kumamoto a span,
body.team.shimizu .tabnav li#shimizu a span,
body.team.iwata .tabnav li#iwata a span,
body.team.kitakyushu .tabnav li#kitakyushu a span,
body.team.kagoshima .tabnav li#kagoshima a span {
    background: #28A4EE;
    color: #fff;
}*/


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;
}

.redCaption {
    font-size: 11px;
    color: #f00;
    margin-bottom: 15px;
}

/*20160127*/

.nycClubsArea .matchTable td.live a{
    color: #FFF;
    font-weight: bold;
    background: #E60012;
    padding: 2px 4px;
    font-size: 11px;
}
