@charset "UTF-8";

.contents {
	background: #0e2b5e;
	border-color: #07154c;
}

h3 {
	margin-top: 0;
}

table.schedule th {
	background: #0e2b5e;
}

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, #3dc765 50%, #33ae53 51%);
}

table.differenceInRank tr:nth-child(2) th {
	background: linear-gradient(-7deg, #b3b3b3 50%, #989898 51%);
}

table.differenceInRank tr:nth-child(3) th {
	background: linear-gradient(-7deg, #eebe31 50%, #cfa029 51%);
}

table.differenceInRank tr:nth-child(4) th {
	background: linear-gradient(-7deg, #50cdd5 50%, #44a8a8 51%);
}

table.differenceInRank tr:nth-child(5) 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: #ccffd6;
}

table.differenceInRank tr:nth-child(2) td {
	background: #eee;
}

table.differenceInRank tr:nth-child(3) td {
	background: #fff6b9;
}

table.differenceInRank tr:nth-child(4) td {
	background: #caf7fa;
}

table.differenceInRank tr:nth-child(5) td {
	background: #ffe5f7;
}