@charset "utf-8";
/* Next Mtach common css */

#next-match > div > div {
	line-height: 1.5;
	text-decoration: none;
	width: 100%; 
}
#next-match_wrap:before { 
	padding-bottom: 5rem;
	top: -5rem;
}
#next-match_wrap #next-match { background: #fff; }

/*=========================================
		日付
=========================================*/
#next-match .block-date_wrap {
	background: #9f8d39;
	align-items: flex-start;
	color: #fff;
}
#next-match h3 {
    border-bottom: 2px solid #fff;
    position: relative;
}
#next-match h3:after {
    content: "";
    display: inline-block;
    position: absolute;
    background: url(../img/common/arrow-r_bb.png) no-repeat;
    width: 16.5px;
    height: 12px;
    bottom: -0.2rem;
	right: 0;
    background-size: contain;
}
#next-match .block-date p {
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
	margin-top: 2.5rem;
}
#next-match .block-date p { 
	margin-top: 1rem;
	text-align: center;
	top: -5rem;
}

/*=========================================
		対戦チーム
=========================================*/
#next-match .block-content_wrap { flex-grow: 2; }
#next-match .block-content_wrap:before {
    content: "";
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    width: 80px;
    height: 100%;
	background: url(../img/common/stroke_y.jpg) no-repeat;
	background-size: 100% 100%;
}
#next-match .block-content_wrap:after {
    content: "";
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    width: 80px;
    height: 100%;
	background: url(../img/common/stroke_g.jpg) no-repeat;
	background-size: 100% 100%;
}
#next-match .block-content .match-name { margin-bottom: 2rem; }
#next-match .block-content .team-name {
	font-size: 20px;
	font-size: 2rem;
	font-size: calc(1.6rem + ((1vw - 0px) * 0.2083));
	font-weight: bold;
	letter-spacing: 0;
	text-align: center;
	line-height: 1.3;
	margin-top: 0.5rem;
}
#next-match .block-content .vs {
	text-align: center;
    vertical-align: middle;
    padding: 0 1rem;
}

/*=========================================
		詳細情報
=========================================*/
#next-match .block-info_wrap {
	background: #EEEEEE;
	
}
#next-match .block-info table th {
	-moz-text-align-last: justify;
	text-align-last: justify;
	font-weight: 500;
	padding: 0.5rem 0;
	min-width: 7em;
	max-width: 45%;
	white-space: nowrap;
}
#next-match .block-info table td {
	padding: 0.5rem 0 0.5rem 0.7rem;
	font-weight: 500;
}
#next-match .btn { margin-top: 2.5rem; }
#next-match .btn a { padding: 1.5rem 2rem; }
#next-match .block-info_wrap { padding-bottom: 2rem; }	

/* safari hack ※均等割が崩れるため */
// 古いsafari用
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, #next-match{
		/*1つ目のhack指定が無視されるようなので必要ダミー行です*/
	}
	::i-block-chrome, #next-match .block-info table tr:nth-of-type(1) > th{
		text-align-last: unset;
		text-align:left;
		letter-spacing: 0.2em;
	}
	::i-block-chrome, #next-match .block-info table tr:nth-of-type(2) > th{
		text-align-last: unset;
		text-align:left;
	}
	::i-block-chrome, #next-match .block-info table tr:nth-of-type(3) > th{
		text-align-last: unset;
		text-align:left;
		letter-spacing: 1em;
	}
}
// 最新のsafari用
_::-webkit-full-page-media, _:future, :root #next-match{
	/*1つ目のhack指定が無視されるようなので必要ダミー行です*/
}
_::-webkit-full-page-media, _:future, :root #next-match .block-info table tr:nth-of-type(1) > th{
	text-align-last: unset;
	text-align:left;
	letter-spacing: 0.2em;
}
_::-webkit-full-page-media, _:future, :root #next-match .block-info table tr:nth-of-type(2) > th{
	text-align-last: unset;
	text-align:left;
}
_::-webkit-full-page-media, _:future, :root #next-match .block-info table tr:nth-of-type(3) > th{
	text-align-last: unset;
	text-align:left;
	letter-spacing: 1em;
}



@media screen and (min-width: 768px) {
	/*=========================================
			対戦チーム
	=========================================*/
	#next-match .block-content_wrap { text-align: center; }

	/*=========================================
			詳細情報
	=========================================*/
	#next-match .block-info { padding: 3rem 2rem 2rem 2rem; }
}



@media screen and (max-width: 767px) {
	/*=========================================
			対戦チーム
	=========================================*/
	/*Firefox・Safari表示崩れ対応*/
	#next-match .img-autosize img{
		width: 100%;
		object-fit: contain;
	}
}


