@charset "UTF-8";

.contents {
	background: #862040;
	border-color: #430204;
}

h3 {
	margin-top: 0;
}

table.schedule th {
	background: #862040;
}

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: #5CA9C6
}

table.differenceInRank tr:nth-child(2) th {
	background: #3A7C6F
}

table.differenceInRank tr:nth-child(3) th {
	background: #243C63
}

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: #E8F4FA;
}

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

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