@charset "UTF-8";

.contents {
	background: #266063;
	border-color: #172831;
}
h3 {
	margin-top: 0;
}
table.schedule th {
	background: #266063;
}
table.differenceInRank {
	width: 100%;
}
table.differenceInRank th,
table.differenceInRank td {
	width: 50%;
	border: 2px solid #fff;
	text-align: center;
	padding: 12px 4px;
}
table.differenceInRank th {
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	font-size: 18px;
}
table.differenceInRank tr:nth-child(1) th {
	background: linear-gradient(-7deg, #eebe31 50%, #cfa029 51%);
}
table.differenceInRank tr:nth-child(2) th {
	background: linear-gradient(-7deg, #50cdd5 50%, #44a8a8 51%);
}
table.differenceInRank tr:nth-child(3) th {
	background: linear-gradient(-7deg, #f97ccf 50%, #d47abe 51%);
}
table.differenceInRank td {
	font-size: 16px;
	font-weight: 700;
}
table.differenceInRank td span {
	font-size: 120%;
	color: #c60000;
}
table.differenceInRank tr:nth-child(1) td {
	background: #fff6b9;
}
table.differenceInRank tr:nth-child(2) td {
	background: #caf7fa;
}
table.differenceInRank tr:nth-child(3) td {
	background: #ffe5f7;
}