/*-----------------------------------

jyouth2025.css

------------------------------------*/
.txt_honbun {
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 1em;
}

.kvArea {
    width: 100%;
    background: #000 url(/img/jyouth/2026/BG_kvarea.jpg) repeat-x 0 0;
    text-align: center;
}

.kvArea h2 {
    background: url(/img/jyouth/2026/kv_header_jyouth2026.jpg) no-repeat top center;
    height: 280px;
}

.kvArea h2 a {
    display: block;
    text-indent: -99999px;
    width: 100%;
    height: 100%;
}

#jyouth_nav {
    width: 980px;
    margin: 0 auto;
}

.scoreTable th {
    text-align: center;
    width: 80px;
}

.scoreTable td.team {
    border-top: solid 1px #ccc;
}

/*参加チーム*/

.clubTeamArea h2 {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 5%;
}

.clubTeamArea .text {
    font-size: 0.8em;
    padding: 2%;
}

.about_table tbody tr th {
    font-weight: bold;
    text-align: center;
}

.about_table .groupWrap {
    display: flex;
    text-align: left;
}

.about_table .groupWrap a {
    font-size: 13px;
    font-weight: bold;
    vertical-align: middle;
    display: inline-block;
    width: 23%;
    text-align: left;
    margin-bottom: 5px;
}

.about_table .groupWrap .noEmb {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.about_table .groupWrap a span {
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
}

/*順位表*/

.leftRedTit {
    border-left: 5px solid #8c0026;
}

.outline.commonTable {
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .outline.commonTable {
        margin-top: 10px;
        font-size: 12px;
    }
}

body.top .outline.commonTable td {
    text-align: center;
}

@media screen and (max-width: 768px) {
    .outline.commonTable tr th {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
}

.outline.commonTable tr td {
    text-align: left;
}

@media screen and (max-width: 768px) {
    body.top .outline.commonTable tr td {
        padding-left: 0;
    }
}

.outline.commonTable tr td p {
    margin-bottom: .5em;
}

.outline.commonTable tr td ul {
    list-style: disc outside;
    padding: 10px 18px;
}

.outline.commonTable tr td ul li {
    text-align: left;
}

.outline.commonTable tr td .leftRedTit {
    color: #333;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 10px;
}

.outline.commonTable .groupWrap {
    margin-bottom: 20px;
    text-align: left;
}

.outline.commonTable .groupWrap>p {
    font-weight: bold;
    font-size: 14px;
}

.outline.commonTable .groupWrap>a {
    font-size: 13px;
    font-weight: bold;
    vertical-align: middle;
    display: inline-block;
    width: 16%;
    text-align: left;
    margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
    .outline.commonTable .groupWrap>a {
        width: 30%;
    }
}

.outline.commonTable .groupWrap>a span {
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
}

.outline.commonTable.standings tr th,
.outline.commonTable.standings tr td {
    width: 55px;
}

.outline.commonTable.standings tr th:first-child,
.outline.commonTable.standings tr td:first-child {
    background: #FBE8E8;
}

@media screen and (max-width: 768px) {

    .outline.commonTable.standings tr th:first-child,
    .outline.commonTable.standings tr td:first-child {
        width: 40px;
    }
}

.outline.commonTable.standings tr th:nth-child(2),
.outline.commonTable.standings tr td:nth-child(2) {
    width: 200px;
    font-weight: 700;
    border-right: 1px solid #ccc;
}

@media screen and (max-width: 768px) {

    .outline.commonTable.standings tr th:nth-child(2),
    .outline.commonTable.standings tr td:nth-child(2) {
        width: 20%;
    }
}

.outline.commonTable.standings tr th a,
.outline.commonTable.standings tr td a {
    vertical-align: middle;
    font-weight: 700;
}

.outline.commonTable.standings tr th a span,
.outline.commonTable.standings tr td a span {
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
}

@media screen and (max-width: 768px) {

    .outline.commonTable.standings tr th a span,
    .outline.commonTable.standings tr td a span {
        margin-right: 0;
    }
}

.outline.commonTable.standings tr th:first-child {
    background: #eee;
}

.outline.commonTable.standings tr td {
    padding-left: 0;
    text-align: center;
}

.outline.commonTable.standings tr td:nth-child(2) {
    text-align: left;
    padding-left: 10px;
}

@media screen and (max-width: 768px) {
    .outline.commonTable.standings tr td:nth-child(2) {
        padding-left: 0;
    }
}

/*-----------------------
		日程結果
-----------------------*/
.tabNavArea {
    margin: 10px 0px;
    width: 100%;
    display: table;
}

.tabNavArea .tournament {
    width: 30%;
    border-left: 1px solid #fff;
}

.tabNavArea>div {
    display: table-cell;
    vertical-align: middle;
}

.tabBtnTxt {
    display: table;
    width: 100%;
}

.tabBtnTxt>li {
    display: table-cell;
    vertical-align: middle;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
}

.tabBtnTxt li a {
    background-color: #4f4f4f;
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding: 8px;
    text-align: center;
    vertical-align: middle;
}

.tabBtnTxt .notactive {
    background-color: #4f4f4f;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

.tabBtnTxt a:hover {
    background-color: #C5C5C5;
    color: #4f4f4f;
}

/*日程結果ローカルナビ*/
body.match .first_round .tabBtnTxt li:first-child a,
body.match .second_round .tabBtnTxt li:nth-child(2) a,
body.match .quarter_final .tabBtnTxt li:nth-child(3) a,
body.match .semi_final .tabBtnTxt li:nth-child(4) a,
body.match .final .tabBtnTxt li:nth-child(5) a {
    background-color: #f0f0f0;
    color: #4f4f4f;
}

.tabBtnTxt li span {
    color: #9D9D9D;
    background: #CACACA;
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding: 8px;
    text-align: center;
    vertical-align: middle;
    position: relative;
}
