@charset "UTF-8";

@font-face {
  font-family: MeiryoNum;
  src: local('Meiryo');
  unicode-range: U+0030-0039; /* 数字 */
}

body{
	font-size:12px;
	background-color: #ffffff;
	font-family: "MeiryoNum", "BIZ UDPGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Helvetica Neue","ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana, Arial, Helvetica, sans-serif;
}
th {
	font-size:12px;
	font-weight:normal;
	text-align:center;
	background-color:#ccffcc;
	white-space: nowrap;
	padding: 2px;
}
td {
	font-size:12px;
	white-space: nowrap;
	padding: 2px;
	text-align:right;
	line-height: 100%;
}
time {
	font-size:10px;
	padding: 1px 1px 0px 10px;
	white-space: nowrap;
}
.num {
	font-size:12px;
	text-align:right;
	white-space: nowrap;
}
.m_number {
	font-size:12px;
	text-align:right;
	white-space: nowrap;
	color: #ff0000;
}
.rank {
	font-size:12px;
	text-align: center;
	white-space: nowrap;
}
.team {
	text-align:left;
	padding: 1px 2px 1px 1px;
}
tr:has(td.yg.team) td {
background-color:#ff9900;
color:#000000;
}
tr:has(td.yg.team) td a:link { color: #000000; } 
tr:has(td.yg.team) td a:visited { color: #000000; }
a:link { color: #000000; } 
a:visited { color: #000000; }

@media screen and (max-device-width: 640px) {
body {
font-family: Roboto, "Droid Sans", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, sans-serif;
}
}