@charset "UTF-8";

#teams .rugby-box-inner {
	background: #ffffff;
	padding: 30px 0 40px;
}
@media screen and (min-width: 993px) {
	#teams .rugby-box-inner {
		padding: 70px 80px;
		margin-top: 70px;
	}
}


.teams-link-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 40px 0 25px;
}
.teams-link-list > li {
	width: 50%;
	background: #ffffff;
	overflow: hidden;
	font-size: 13px;
}
.teams-link-list > li:nth-child(odd) {
	border-right: solid 1px #d8d8d8;
}
.teams-link-list > li > dl > dt {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
	padding: 13px 5px;
	line-height: 1;
}
.teams-link-list > li > dl > dt.pool_A { background: #43c8e7; }
.teams-link-list > li > dl > dt.pool_B { background: #f6416c; }
.teams-link-list > li > dl > dt.pool_C { background: #32d9c3; }
.teams-link-list > li > dl > dt.pool_D { background: #9545b1; }

.teams-link-list li dl dd {
	padding: 8px 0 6px;
	width: calc(100% - 30px);
	margin: 0 auto;
	border-bottom: solid 1px #d8d8d8;
}
.teams-link-list li dl dd:last-child {
	border-bottom: none;
}
.teams-link-list li dl dd .teams-link-tab:before {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 25px;
	height: 25px;
	margin: 0 5px;
}
@media screen and (min-width: 993px) {
	.teams-link-list {
		width: 1000px;
		margin: 70px auto 0;
	}
	.teams-link-list > li {
		width: 25%;
		border-right: solid 1px #d8d8d8;
	}
	.teams-link-list > li:last-child { border-right: none; }
	.teams-link-list > li > dl > dt {
		font-size: 20px;
		padding: 18px 5px;
	}
	.teams-link-list li dl dd {
		font-size: 16px;
		padding: 10px 0 8px;
		width: calc(100% - 50px);
	}
	.teams-link-list li dl dd .teams-link-tab { cursor: pointer; transition: all 0.1s ease; }
	.teams-link-list li dl dd .teams-link-tab:hover { opacity: 0.5; }
	.teams-link-list li dl dd .teams-link-tab:before { width: 30px; height: 30px; margin: 0 20px 0 0; }
}

.america:before { background: url(../images/common/mark/america.png) no-repeat center; background-size: contain; }
.argentina:before { background: url(../images/common/mark/argentina.png) no-repeat center; background-size: contain; }
.australia:before { background: url(../images/common/mark/australia.png) no-repeat center; background-size: contain; }
.england:before { background: url(../images/common/mark/england.png) no-repeat center; background-size: contain; }
.fiji:before { background: url(../images/common/mark/fiji.png) no-repeat center; background-size: contain; }
.france:before { background: url(../images/common/mark/france.png) no-repeat center; background-size: contain; }
.georgia:before { background: url(../images/common/mark/georgia.png) no-repeat center; background-size: contain; }
.ireland:before { background: url(../images/common/mark/ireland.png) no-repeat center; background-size: contain; }
.italy:before { background: url(../images/common/mark/italy.png) no-repeat center; background-size: contain; }
.japan:before { background: url(../images/common/mark/japan.png) no-repeat center; background-size: contain; }
.namibia:before { background: url(../images/common/mark/namibia.png) no-repeat center; background-size: contain; }
.newzealand:before { background: url(../images/common/mark/newzealand.png) no-repeat center; background-size: contain; }
.russia:before { background: url(../images/common/mark/russia.png) no-repeat center; background-size: contain; }
.samoa:before { background: url(../images/common/mark/samoa.png) no-repeat center; background-size: contain; }
.scotland:before { background: url(../images/common/mark/scotland.png) no-repeat center; background-size: contain; }
.southafrica:before { background: url(../images/common/mark/southafrica.png) no-repeat center; background-size: contain; }
.tonga:before { background: url(../images/common/mark/tonga.png) no-repeat center; background-size: contain; }
.wales:before { background: url(../images/common/mark/wales.png) no-repeat center; background-size: contain; }
.uruguay:before { background: url(../images/common/mark/uruguay.png) no-repeat center; background-size: contain; }
.canada:before { background: url(../images/common/mark/canada.png) no-repeat center; background-size: contain; }

.teams-main .teams-name {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 2px solid #173756;
	margin: 0 15px 15px;
}
.teams-main .teams-name:before {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 25px;
	height: 25px;
	margin: 0 5px;
}
.teams-main .teams-img {
	width: calc(100% - 30px);
	height: 0;
	padding-top: 66.66%;
	margin: 0 auto 15px;
}
@media screen and (min-width: 993px) {
	.teams-main .teams-name {
		font-size: 32px;
		padding: 0 0 15px;
		border-bottom: 5px solid #173756;
		margin: 0 0 30px;
	}
	.teams-main .teams-name:before {
		width: 50px;
		height: 50px;
		margin-right: 15px;
	}
	.teams-main .teams-img {
		width: 100%;
		margin-bottom: 30px;
	}
}

.teams-main .teams-img.america { background: url(../images/teams/america.jpg) no-repeat center; background-size: contain; }
.teams-main .teams-img.argentina { background: url(../images/teams/argentina.jpg) no-repeat center; background-size: contain; }
.teams-main .teams-img.australia { background: url(../images/teams/australia.jpg) no-repeat center; background-size: contain; }
.teams-main .teams-img.england { background: url(../images/teams/england.jpg) no-repeat center; background-size: contain; }
.teams-main .teams-img.fiji { background: url(../images/teams/fiji.jpg) no-repeat center; background-size: contain; }
.teams-main .teams-img.france { background: url(../images/teams/france.jpg) no-repeat center; background-size: contain; }
.teams-main .teams-img.georgia { background: url(../images/teams/georgia.jpg) no-repeat center; background-size: contain; }
.teams-main .teams-img.ireland { background: url(../images/teams/ireland.jpg) no-repeat center; background-size: contain; }
.teams-main .teams-img.italy { background: url(../images/teams/italy.jpg) no-repeat center; background-size: contain; }
.teams-main .teams-img.japan { background: url(../images/teams/japan.jpg) no-repeat center; background-size: contain; }
.teams-main .teams-img.namibia { background: url(../images/teams/namibia.jpg) no-repeat center; background-size: contain; }
.teams-main .teams-img.newzealand { background: url(../images/teams/newzealand.jpg) no-repeat center; background-size: contain; }
.teams-main .teams-img.russia { background: url(../images/teams/russia.jpg) no-repeat center; background-size: contain; }
.teams-main .teams-img.samoa { background: url(../images/teams/samoa.jpg) no-repeat center; background-size: contain; }
.teams-main .teams-img.scotland { background: url(../images/teams/scotland.jpg) no-repeat center; background-size: contain; }
.teams-main .teams-img.southafrica { background: url(../images/teams/southafrica.jpg) no-repeat center; background-size: contain; }
.teams-main .teams-img.tonga { background: url(../images/teams/tonga.jpg) no-repeat center; background-size: contain; }
.teams-main .teams-img.wales { background: url(../images/teams/wales.jpg) no-repeat center; background-size: contain; }
.teams-main .teams-img.uruguay { background: url(../images/teams/uruguay.jpg) no-repeat center; background-size: contain; }
.teams-main .teams-img.canada { background: url(../images/teams/canada.jpg) no-repeat center; background-size: contain; }



.teams-main .teams-detail-list {
	width: 100%;
	margin-bottom: 25px;
	border-bottom: solid 1px #979797;
}
.teams-main .teams-detail-list dt {
	width: 100%;
	font-weight: bold;
	background: #e0eff3;
	padding: 3px 5px 3px 15px;
}
.teams-main .teams-detail-list dd {
	width: 100%;
	padding: 15px 5px 15px 15px;
}
.teams-main .teams-detail-txt { padding: 0 20px; }
.teams-main .teams-detail-btn {
	width: 100%;
	padding: 0 15px;
}
.teams-main .teams-detail-btn a {
	display: block;
	text-align: center;
	font-size: 14px;
	width: 100%;
	background: #43c8e7;
	color: #ffffff;
	margin-top: 40px;
	padding: 15px 5px;
}

@media screen and (min-width: 993px) {
	.teams-main .teams-detail-list {
		display: flex;
		flex-wrap: wrap;
		border-bottom: solid 1px #979797;
		margin-bottom: 30px;
	}
	.teams-main .teams-detail-list dt {
		width: 225px;
		text-align: center;
		border-top: solid 1px #979797;
		font-size: 18px;
		text-align: center;
		padding: 8px 5px 8px;
		line-height: 1.9;
	}
	.teams-main .teams-detail-list dd {
		width: calc(100% - 225px);
		border-top: solid 1px #979797;
		font-size: 18px;
		padding: 8px 15px 8px;
		line-height: 1.9;
	}
	.teams-main .teams-detail-txt {
		font-size: 20px;
	}
	.teams-main .teams-detail-btn a {
		width: 400px;
		margin: 50px auto 0;
		font-size: 22px;

		padding: 20px 5px;
	}

}