<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@CHARSET "UTF-8";

/*******************************
	莠ｺ豌励Λ繝ｳ繧ｭ繝ｳ繧ｰ
*******************************/
.ranking ul li .number {
	display: inline-block;
	color: #444;
	background-color: #edf1f4;
	border-radius: 3px;
	font-weight: bold;
	min-width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	margin-right: 10px;
}
.ranking ul li .number.number1,
.ranking ul li .number.number2,
.ranking ul li .number.number3 {
	display: inline-block;
	color: #fff;
}
.ranking ul li .number.number1 {
	background-color: #f8bb07;
}
.ranking ul li .number.number2 {
	background-color: #f85f64;
}
.ranking ul li .number.number3 {
	background-color: #279dc5;
}
.ranking ul li .number.number1:before {
	content: "\0031\4f4d";
}
.ranking ul li .number.number2:before {
	content: "\0032\4f4d";
}
.ranking ul li .number.number3:before {
	content: "\0033\4f4d";
}</pre></body></html>