@charset "utf-8";
/*-----------------------
	

	U14 2018 CSS


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



.container .kvArea ul.navList li>a,
.container .kvArea ul.navList li>span {
    background: #0f4525;
}

body.p_a .container .kvArea ul.navList li.nav_p-a a,
body.p_b .container .kvArea ul.navList li.nav_p-b a,
body.m_a1 .container .kvArea ul.navList li.nav_m-a1 a,
body.m_a2 .container .kvArea ul.navList li.nav_m-a2 a,
body.m_ak .container .kvArea ul.navList li.nav_m-ak a,
body.m_b .container .kvArea ul.navList li.nav_m-b a,
body.m_c .container .kvArea ul.navList li.nav_m-c a,
body.s_a .container .kvArea ul.navList li.nav_s-a a,
body.s_b .container .kvArea ul.navList li.nav_s-b a,
body.v .container .kvArea ul.navList li.nav_v a {
    background: #f4f4f4 !important;
    color: #333;
}

body.sheet .tabSelecter ul.tenline {
    height: auto;
}

body.sheet .tabSelecter .tenline li {
    width: 20%;
}

body.sheet .tabSelecter .tenline li:nth-child(6) {
    border-left: 1px solid #000000;
}

.kvArea .formArea {
    background: none;
    padding: 0;
    margin: 0;
    border: none;
}

.kvArea .formArea ul .select {
    display: block;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ccc;
    background: transparent;
}

.kvArea .formArea ul .select select {
    padding: 14px;
    font-size: 14px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: #0f4525;
    color: #fff;
    border-radius: 0;
}

.formArea ul .select:after {
    background: #fff;
    padding: 7px;
    border-radius: 50%;
    width: 10px;
    margin-top: -12px;
}

.kvArea .formArea ul .select select.selected {
    background: #fff;
    color: #002F45;
}

.kvArea .formArea ul .select select.selected:after {
    position: absolute;
    font-size: 10px;
    top: 50%;
    margin-top: -5px;
    right: 5px;
    font-family: 'FontAwesome';
    content: "\f0dc";
    color: #000;
    line-height: 100%;
    z-index: 999;
}



/*-----------------------
		トップ
-----------------------*/
.newsArea {
    margin-bottom: 30px;
}

.newsArea .ttlNoLink h3 {
    margin-bottom: 0;
}

.infoBlock .newsTitle .headline {
    padding-left: 0;
}

/*-----------------------
		大会概要
-----------------------*/
.about_table,
.history_table,
.goalranking_table {
    border-top: 1px solid #ccc;
    margin: 20px 0;
    width: 100%;
}

.about_table th:first-child {
    border-left: none;
}

.about_table th {
    font-size: 11px;
    padding: 10px;
    width: 1%;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background-color: #c9e3c7;
    text-align: left;
    vertical-align: middle;
    line-height: 1.2;
    white-space: nowrap;
}

.about_table td {
    padding: 10px;
    font-size: 12px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    vertical-align: middle;
    line-height: 1.4;
}



/*-----------------------
		参加チーム一覧
-----------------------*/
.team_table,
.sheet_table {
    border-top: 1px solid #ccc;
    margin: 20px 0;
    width: 100%;
}

.team_table th,
.sheet_table th {
    font-size: 10px;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    background-color: #c9e3c7;
    text-align: left;
    vertical-align: middle;
    line-height: 1.2;
}

.sheet_table th {
    background-color: #E4E4E4;
    font-weight: bold;
}

.team_table td,
.sheet_table td {
    padding: 5px 5px;
    font-size: 10px;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    line-height: 1.4;
}

.sheet_table td {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 10px;
}

.sheet_table td a {
    font-weight: bold;
}

.team_table .category {
    width: 60px;
    text-align: center;
}

.team_table .no {
    width: 30px;
    text-align: center;
}

.team_table .abbr {
    width: 30px;
    text-align: center;
}

/*-----------------------
		帳票
-----------------------*/
.sheetNav ul {
    font-size: 0;
    width: 100%;
}

.sheetNav ul.bottomNav {
    width: 66%;
    margin: 0 auto;
}

.sheetNav li {
    display: inline-block;
    font-size: 10px;
    width: 33.33%;
    text-align: center;
    border-left: solid 1px #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: bottom;
}

.sheetNav li a,
.sheetNav li span,
.sheetNav li b {
    display: table-cell;
    background-color: #ccc;
    color: #4f4f4f;
    height: 40px;
    width: 500px;
    vertical-align: middle;
    line-height: 1.5;
}

.sheetNav li:first-child a,
.sheetNav li:first-child b {
    margin-left: 0;
}

.sheetNav li a:hover,
.sheetNav li b {
    background-color: #c9e3c7;
    color: #33333;
    text-decoration: none;
}

.sheet_table th {
    width: 1%;
    white-space: nowrap;
}

.sheet_table td img {
    width: auto !important;
}

.scoreTable {
    margin-bottom: 5px;
    width: 100%;
    border-collapse: collapse;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}

.scoreTable th {
    line-height: 14px;
    padding: 6px 2px;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
    vertical-align: middle;
    background-color: #e8e8e8;
    border-bottom: solid 1px #ccc;
    height: 30px;
    width: 16%;
}

.scoreTable td.team {
    border-top: none;
    width: 30%;
    line-height: 1.2;
    text-align: center;
}

.scoreTable td {
    color: #333;
    font-size: 10px;
    padding: 8px 4px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    border-top: solid 1px #ccc;
}

.scoreTable td.team img {
    border: 1px solid #ccc;
    display: block;
    margin: 0 auto 3px;
}

.scoreTable td.score {
    width: 5%;
    font-size: 12px;
    font-weight: bold;
}

.scoreTable td.vs {
    width: 40px;
    font-size: 14px;
    white-space: nowrap;
}

.scoreTable td.vs span {
    display: block;
    font-size: 10px;
}

.scoreTable td.score {
    width: 5%;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
}

.scoreTable td.linkWrap {
    border-left: 1px solid #ccc;
}

.scoreTable td.score_mem li span {
    background-color: #149349;
    width: 40px;
    display: table-cell;
    text-align: center;
    border-radius: 2px;
    color: #fff;
    font-size: 10px;
    vertical-align: middle;
    padding: 5px 2px;
    line-height: 1.2;
}

.scoreTable td.linkWrap ul li a {
    background: #2EA3DF;
    color: #fff;
}

.scoreTable td.score_mem ul {
    border-top: 1px dotted #ccc;
    text-align: left;
    padding-top: 3px;
    margin-left: 3px;
}

.scoreTable td.score_mem li {
    margin: 2px 0;
    display: table;
    border-collapse: separate;
    border-spacing: 3px 0;
}

.scoreTable td.score_mem {
    border-top: none;
    padding-top: 0;
    border-bottom: solid 1px #ccc;
}

.scoreTable tr:nth-child(2) td.team {
    border-top: solid 1px #ccc;
}

.scoreTable td.score_mem li span {
    background-color: #149349;
    width: 55px;
    display: inline-block;
    text-align: center;
    border-radius: 2px;
    color: #fff;
    font-size: 10px;
    margin-right: 3px;
}

/*.scoreTable td.team span{
	display: block;	
}*/

.scoreTable caption {
    padding: 10px;
    background-color: #c9e3c7;
    font-size: 12px;
    font-weight: bold;
}

.scoreTable .stadium {
    text-align: center;
    border-top: none;
}


.scoreTable td.score {
    font-size: 14px;
    font-weight: bold;
}

.scoreTable td.vs {
    font-size: 14px;
}

.u14SheetsArea .sheetNav {
    margin-bottom: 20px;
}

/*.u14SheetsArea .sheetNav ul li:nth-child(n+4) {
    width: 50%;
    border-top: solid 1px #fff;
}*/

.u14SheetsArea .sheetNav ul li i {
    display: block;
}

.sheetNav li:first-child {
    border-left: 0;
}

/*20160310*/

.sheetNav li:nth-child(n+3) {
    border-top: solid 1px #fff;
}

.sheetNav li:nth-child(n+7) {
    width: 25%;
}

.u14SheetsArea .sheetNav li>span {
    background: #F6F6F6;
    color: #D2D2D2;
}

.sheet_table th span {
    font-weight: bold;
}

#main .container .sheet_table td a img {
    display: inline-block;
    margin-right: 5px;
}
