@charset "UTF-8";

/* result
========================================== */
/* #result { padding-bottom: 40px; } */
.result-inner { background: #ffffff; }
.result-link { border-bottom: 4px solid #1796b3; }
.result-tit { font-size: 22px; text-align: center; }

/* result-sort */
.result-sort {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 20px;
	background: #173756;
}
.result-sort li {
	width: calc(95% / 6);
	min-height: 50px;
	text-align: center;
	font-size: 10px;
	line-height: 1.15;
	color: #ffffff;
	background: #1796b3;
	cursor: pointer;
	border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	padding: 10px 5px 5px;
	margin-top: 10px;
}
.result-sort li.active { margin-top: 0; }
.result-sort li#KeypoolA { background: #43c8e7; }
.result-sort li#KeypoolB { background: #f6416c; }
.result-sort li#KeypoolC { background: #32d9c3; }
.result-sort li#KeypoolD { background: #9545b1; }
.result-sort li#Keytournament { background: #f4d700; }
.result-sort li + li { margin-left: 3px; }
.result-sort li span {
	display: block;
	font-size: 16px;
}
.result-sort li#Keyall span { font-size: 12px; padding-top: 0.8rem;}
.result-tit > p {
	width: 100%;
	border-top: 4px solid #1796b3;
	padding: 20px 0;
}
.result-tit > p.poolA { border-top: 4px solid #43c8e7; }
.result-tit > p.poolB { border-top: 4px solid #f6416c; }
.result-tit > p.poolC { border-top: 4px solid #32d9c3; }
.result-tit > p.poolD { border-top: 4px solid #9545b1; }
.result-tit > p.tournament { border-top: 4px solid #f4d700; }

.result-tournament-img {
	padding: 0 5px 20px;
}
.result-tournament-img figure {
	width: 100%;
	text-align: center;
}
.result-tournament-img figure img {
	max-width: 100%;
}

@media screen and (min-width: 993px) {
	.result-sort li {
		width: 140px;
		font-size: 14px;
		padding: 20px 0 10px;
		min-height: 65px;
	}
	.result-sort li span {
		font-size: 20px;
		display: inline-block;
		vertical-align: sub;
		margin: 0 3px;
	}
	.result-sort li#Keyall span { font-size: 20px; padding-top: 0; }
	.result-tit > p {
		font-size: 32px;
		border-top: 8px solid #1796b3;
	}
	.result-tit > p.poolA { border-top: 8px solid #43c8e7; }
	.result-tit > p.poolB { border-top: 8px solid #f6416c; }
	.result-tit > p.poolC { border-top: 8px solid #32d9c3; }
	.result-tit > p.poolD { border-top: 8px solid #9545b1; }
	.result-tit > p.tournament { border-top: 8px solid #f4d700; }

	.result-tournament-img {
		padding: 0 20px 20px;
	}
}


/* result-list(SP.PC) */
.result-table .result-list { width: 100%; }
.result-table .result-list li { position: relative; }
.result-table .highlight { background-color: #fdf7cc; }
.result-table .highlight .date { background-color: #f1edc5; }
.result-table .date {
	position: relative;
	background: #f3f5f6;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 15px;
}
.result-table .date .rugby_live {
	position: absolute;
	display: inline-block;
	transform: translate(25%, 5%);
	font-size: 0;
	line-height: 0;
	width: 30px;
	height: 25px;
	background: url(../images/common/icon/icon_ntv.png) no-repeat center;
    background-size: contain;
}
.result-table .type {
	position: absolute;
	top: 5px;
	right: 5px;
	color: #ffffff;
	line-height: 1;
}
.result-table .type span {
	display: inline-block;
	text-align: center;
	min-width: 80px;
	padding: 6px 3px;
}
.poolA .type span {	background: #43c8e7; }
.poolB .type span {	background: #f6416c; }
.poolC .type span {	background: #32d9c3; }
.poolD .type span {	background: #9545b1; }
.tournament .type span { background: #f4d700; }


.result-table .card {
	display: flex;
	font-size: 14px;
	text-align: center;
	color: #f6416c;
	padding: 10px;
}
.result-table .card a {
    display: block;
    flex-grow: 2;
	width: 40%;
}
.result-table .card a > .card-01,
.result-table .card a > .card-02 {
	width: 100%;
	text-decoration: underline;
}
.result-table .card span {
	padding: 0 5px;
}
.result-table .card .card-01,
.result-table .card .card-02 {
	display: block;
	flex-grow: 2;
	width: 40%;
	text-align: right;
	font-weight: bold;
	color: #173756;
}
.result-table .card .card-02 { text-align: left; }
.result-table .card .card-01:after,
.result-table .card .card-02:before {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 25px;
	height: 25px;
	margin: 0 5px;
}
.result-table .card .card-01.quaterfinals1Winner:after,
.result-table .card .card-02.quaterfinals1Winner:before,
.result-table .card .card-01.quaterfinals2Winner:after,
.result-table .card .card-02.quaterfinals2Winner:before,
.result-table .card .card-01.quaterfinals3Winner:after,
.result-table .card .card-02.quaterfinals3Winner:before,
.result-table .card .card-01.quaterfinals4Winner:after,
.result-table .card .card-02.quaterfinals4Winner:before,
.result-table .card .card-01.semifinal1Loser:after,
.result-table .card .card-02.semifinal1Loser:before,
.result-table .card .card-01.semifinal2Loser:after,
.result-table .card .card-02.semifinal2Loser:before,
.result-table .card .card-01.semifinal1Winner:after,
.result-table .card .card-02.semifinal1Winner:before,
.result-table .card .card-01.semifinal2Winner:after,
.result-table .card .card-02.semifinal2Winner:before,
.result-table .card .card-01.loser:after,
.result-table .card .card-02.loser:before {
	display: none;
}
.result-table .card .card-01.america:after,
.result-table .card .card-02.america:before {
	background: url(../images/common/mark/america.png) no-repeat center; background-size: contain;
}
.result-table .card .card-01.argentina:after,
.result-table .card .card-02.argentina:before {
	background: url(../images/common/mark/argentina.png) no-repeat center; background-size: contain;
}
.result-table .card .card-01.australia:after,
.result-table .card .card-02.australia:before {
	background: url(../images/common/mark/australia.png) no-repeat center; background-size: contain;
}
.result-table .card .card-01.england:after,
.result-table .card .card-02.england:before {
	background: url(../images/common/mark/england.png) no-repeat center; background-size: contain;
}
.result-table .card .card-01.fiji:after,
.result-table .card .card-02.fiji:before {
	background: url(../images/common/mark/fiji.png) no-repeat center; background-size: contain;
}
.result-table .card .card-01.france:after,
.result-table .card .card-02.france:before {
	background: url(../images/common/mark/france.png) no-repeat center; background-size: contain;
}
.result-table .card .card-01.georgia:after,
.result-table .card .card-02.georgia:before {
	background: url(../images/common/mark/georgia.png) no-repeat center; background-size: contain;
}
.result-table .card .card-01.ireland:after,
.result-table .card .card-02.ireland:before {
	background: url(../images/common/mark/ireland.png) no-repeat center; background-size: contain;
}
.result-table .card .card-01.italy:after,
.result-table .card .card-02.italy:before {
	background: url(../images/common/mark/italy.png) no-repeat center; background-size: contain;
}
.result-table .card .card-01.japan:after,
.result-table .card .card-02.japan:before {
	background: url(../images/common/mark/japan.png) no-repeat center; background-size: contain;
}
.result-table .card .card-01.namibia:after,
.result-table .card .card-02.namibia:before {
	background: url(../images/common/mark/namibia.png) no-repeat center; background-size: contain;
}
.result-table .card .card-01.newzealand:after,
.result-table .card .card-02.newzealand:before {
	background: url(../images/common/mark/newzealand.png) no-repeat center; background-size: contain;
}
.result-table .card .card-01.russia:after,
.result-table .card .card-02.russia:before {
	background: url(../images/common/mark/russia.png) no-repeat center; background-size: contain;
}
.result-table .card .card-01.samoa:after,
.result-table .card .card-02.samoa:before {
	background: url(../images/common/mark/samoa.png) no-repeat center; background-size: contain;
}
.result-table .card .card-01.scotland:after,
.result-table .card .card-02.scotland:before {
	background: url(../images/common/mark/scotland.png) no-repeat center; background-size: contain;
}
.result-table .card .card-01.southafrica:after,
.result-table .card .card-02.southafrica:before {
	background: url(../images/common/mark/southafrica.png) no-repeat center; background-size: contain;
}
.result-table .card .card-01.tonga:after,
.result-table .card .card-02.tonga:before {
	background: url(../images/common/mark/tonga.png) no-repeat center; background-size: contain;
}
.result-table .card .card-01.wales:after,
.result-table .card .card-02.wales:before {
	background: url(../images/common/mark/wales.png) no-repeat center; background-size: contain;
}
.result-table .card .card-01.uruguay:after,
.result-table .card .card-02.uruguay:before {
	background: url(../images/common/mark/uruguay.png) no-repeat center; background-size: contain;
}
.result-table .card .card-01.canada:after,
.result-table .card .card-02.canada:before {
	background: url(../images/common/mark/canada.png) no-repeat center; background-size: contain;
}


.result-table .score-txt {
	text-align: center;
	margin-top: -10px;
}
.result-table .result-btn {
	max-width: 200px;
	margin: 0 auto 10px;
	display: block;
	text-align: center;
	font-size: 14px;
	letter-spacing: .3rem;
	line-height: 1;
	color: #173756;
	background: #fff;
}
.result-table .result-btn a {
	width: 100%;
	display: block;
	background: #1796b3;
	color: #fff;
	padding: 5px;
}

.result-table .stadium {
	text-align: center;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 10px;
}

/* table(PC) */
.result-table table { width: 100%; border-collapse: collapse; font-size: 16px; }
.result-table thead {
	background: #222222;
	color: #ffffff;
}
.result-table thead th {
	padding: 10px;
	font-size: 14px;
}
.result-table thead th:nth-child(1) { width: 216px; }
.result-table thead th:nth-child(2) { width: 140px; }
.result-table thead th:nth-child(4) { width: 240px; }
.result-table thead th + th { border-left: 1px solid #cccccc; }
.result-table table tr { border-bottom: 1px solid #cccccc; }
.result-table table td {
	text-align: center;
	vertical-align: middle;
	border-left: 1px solid #cccccc;
}
.result-table table .type {
	position: relative;
	top: 0;
	left: 0;
}
.result-table table .date {
	text-align: left;
	font-weight: normal;
}
.result-table table .type span {
	display: inline-block;
	padding: 5px 0;
	width: 100px;
}
.result-table table .card {
	font-size: 16px;
	padding: 15px 5px;
}
.result-table table .card {
	border-bottom: none;
	display: table-cell;
}
.result-table table .card-inner { display: flex; }
.result-table table .score-txt { margin-top: 0; color: #173756; }
.result-table table .result-btn { margin-bottom: 0; }
.result-table table .stadium { border-bottom: none; }





/* scoreTable
========================================== */
#scoreTable {
	/* margin-top: -40px; */
}
#scoreTable .tit {
	position: relative;
	font-size: 19px;
	background: #173756;
	color: #ffffff;
	padding: 15px 15px;
}
#scoreTable .tit > span {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-50%, -50%);
	font-size: 9px;
}
@media screen and (min-width: 993px) {
	#scoreTable {
		margin-top: 0;
	}
	#scoreTable .tit {
		position: relative;
		background: #173756;
		font-size: 32px;
		border-top: 1px solid #516c85;
		padding: 25px 30px;
	}
	#scoreTable .tit:before {
		position: absolute;
		top: -3px;
		left: 0;
		display: block;
		content: '';
		width: 100%;
		height: 2px;
		background: #071d32;
	}
	#scoreTable .tit > span { font-size: 12px; letter-spacing: 4px; }
}



.scoreTable-inner {
	font-size: 14px;
	/* padding: 0 0 20px; */
}
@media screen and (min-width: 993px) {
}
.scoreTable-table-tab {
	color: #fff;
	border-bottom: 1px dotted #cccccc;
	padding: 10px;
}
.poolA .scoreTable-table-tab { background: #43c8e7; }
.poolB .scoreTable-table-tab { background: #f6416c; }
.poolC .scoreTable-table-tab { background: #32d9c3; }
.poolD .scoreTable-table-tab { background: #9545b1; }
.tournament .scoreTable-table-tab { background: #f4d700; }

@media screen and (min-width: 993px) {
	.scoreTable-table-tab {
		border-radius: 5px 5px 0 0 / 5px 5px 0 0;
		width: 300px;
	}
}

.scoreTable-table table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
}
.scoreTable-table table tr {
	border-bottom: 1px dotted #cccccc;
}
.scoreTable-table table tr th {
	border-left: 1px dotted #cccccc;
	background: #000000;
	color: #fff;
	font-size: 12px;
	padding: 10px 5px;
}
.poolA.scoreTable-table table tr th{ background: #43c8e7; }
.poolB.scoreTable-table table tr th{ background: #f6416c; }
.poolC.scoreTable-table table tr th{ background: #32d9c3; }
.poolD.scoreTable-table table tr th{ background: #9545b1; }
.tournament.scoreTable-table table tr th{ background: #f4d700; }

.scoreTable-table table tr:nth-child(4) {
	border-top: 3px solid #f4d700;
}
.scoreTable-table table tr th:first-child { border-left: none; }
.scoreTable-table table td {
	width: 10%;
	text-align: center;
	border-left: 1px dotted #cccccc;
	padding: 5px;
	font-size: 12px;
}
@media screen and (min-width: 993px) {
	.scoreTable-table table td {
		padding: 10px;
		font-size: 14px;
	}
}
.scoreTable-table table td:first-child { border-left: none; }
.scoreTable-table table td:nth-child(2) { width: 15%; }
