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

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;
}
.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 .third_round .tabBtnTxt li:nth-child(3) a,
body.match .quarter_final .tabBtnTxt li:nth-child(4) a,
body.match .semi_final .tabBtnTxt li:nth-child(5) a,
body.match .final .tabBtnTxt li:nth-child(6) 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;
}