﻿@charset "UTF-8";

table {
	width: 100%;
}

th.date, td.date {
	font-family: "ＭＳ ゴシック",
		"MS Gothic",
		"Osaka−等幅",
		"Osaka-Mono",
		"IPAゴシック",
		"IPAGothic",
		monospace;
	text-align: center;
}

th.level, td.level {
	font-family: "ＭＳ ゴシック",
		"MS Gothic",
		"Osaka−等幅",
		"Osaka-Mono",
		"IPAゴシック",
		"IPAGothic",
		monospace;
	white-space: nowrap;
}

th.new, td.new {
	color: red;
}

td.ir_link {
	text-align: center;
	white-space: nowrap;
}

th.title, td.title {
	text-align: center;
}

th.artist, td.artist {
	text-align: center;
}

span.ln {
	color: green;
}

span.insane {
	color: red;
}

span.pending {
	color: silver;
}

span.removed {
	color: silver;
}
