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

jyouth2019.css

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

.videoCaption{
	position: relative;
    background: #000;
    font-size: 12px;
    text-align: left;
}

.videoOneArea{
	margin-bottom: 10px;
}

.scoreTable th{
	width: 10%;
}

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

/*参加チーム*/

.clubTeamArea h2{
	font-size: 1.2em;
    font-weight: bold;
}
.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;s
    display: inline-block;
    margin-right: 5px;
}

/*日程・結果*/
.scoreTable {
	table-layout: fixed;
}
.scoreTable th.Gloup {
	width: 7%;
}
.scoreTable th.Day {
	width: 5%;
}
.scoreTable th.TeamName {
	width: 25%;
}
.scoreTable th.Score {
	width: 5%;
}


/*順位表*/

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

.outline.commonTable {
	margin-top: 10px;
	  font-size: 12px;
	}
  
  
 .outline.commonTable td {
	text-align: center;
  }
  
 .outline.commonTable tr th {
	  padding-left: 0;
	  padding-right: 0;
	  text-align: center;
	}
  
  
 .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: 30%;
	text-align: left;
	margin-bottom: 5px;
  }
  
  
  .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;
  }
  
 .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;
	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: 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: 0;
  }

  .tabNavArea {
	margin: 10px 0px;
	width: 100%;
	display: table;
}
.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;
}
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 a {
	background-color: #4f4f4f;
	color: #fff;
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding: 8px 2px;
	text-align: center;
	vertical-align: middle;
}
.tabBtnTxt .notactive {
	background-color: #4f4f4f;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}
.tabBtnTxt li span {
	color: #9D9D9D;
	background: #CACACA;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 2px;
	text-align: center;
	vertical-align: middle;
	position: relative;
}
  