* {
	margin: 0;
	padding: 0;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	font-size: 16px;
	padding: 4px;
}
h2 {
	background-color: #080;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 8px;
}
h3 {
	background-color: #ffc;
	color: #000;
	font-size: 14px;
	padding: 8px;
}
.red {color: #f00; font-weight: bold;}
.orange {color: #f60; font-weight: bold;}
.red2 {color: #f00;}
.blue {color: #00f;}
.bold {background-color: #ff6;}

#container {
	width: 800px;
	text-align: left;
	font-size: 12px;
}
#reports #container {
	width: 1000px;
}

/** Tables **/
table {
	width: 100%;
	background: #fff;
	border-right: 1px solid #ddd;
	clear: both;
	color: #333;
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 10px;
}
th {
	text-align: center;
	border:0;
	border-bottom:2px solid #555;
	padding: 2px 4px;
}
td {
	background: #fff;
	text-align: left;
	padding: 1px 6px;
	border-bottom:1px solid #ddd;
}
tr:nth-child(2n) td {
	background: #f5f5f5;
}

td.point {
	background: #fff7ee;
}
tr:nth-child(2n) td.point {
	background: #ffeedd;
}


td.waku {
	width: 12px;
}
tr td.waku_1 {
	background-color: #fff;
}
tr td.waku_2 {
	background-color: #000;
	color: #fff;
}
tr td.waku_3 {
	background-color: #f00;
	color: #fff;
}
tr td.waku_4 {
	background-color: #00f;
	color: #fff;
}
tr td.waku_5 {
	background-color: #ff0;
}
tr td.waku_6 {
	background-color: #080;
	color: #fff;
}
tr td.waku_7 {
	background-color: #ffa500;
}
tr td.waku_8 {
	background-color: #ffc0cb;
}

.race-container {
	page-break-inside: avoid;	/* 途中で改ページさせない */
}
.center {
	text-align: center;
}
.text-right {
	text-align: right !important;
}

hr {
	page-break-after: always;
	height: 10px;
	border: none;
}

.hidden {
	display: none;
}

tr.gekisou td {
	background-color: #f66 !important;
}
tr.kousou td {
	background-color: #f96 !important;
}
tr.kiken td {
	background-color: #66f !important;
}

.chaku {
	padding: 1px 4px;
}
.chaku-1 {
	background-color: #FADCE9;
}
.chaku-2 {
	background-color: #E2EEC5;
}
.chaku-3 {
	background-color: #e5e5ff;
}
td .kakorace-info {
	float: left;
}
td .kakorace-rating {
	float: right;
	text-align: right;
}

.rating {
}
.rating-G1, .point-top {
	color: #f0f;
	font-weight: bold;
}
.rating-G2, .point-2nd {
	color: #c30;
	font-weight: bold;
}
.rating-G3, .point-3rd {
	color: #009140;
	font-weight: bold;
}
.rating-OP, .point-4th {
	color: #6C9BD2;
	font-weight: bold;
}
.point-5th {
	color: #6C9BD2;
}
.rating-temporary, .point-low {
	color: #999;
}

.kyori-same {
	background-color: #ffffdb;
	padding: 1px;
}
.kyori-far, .different-course {
	color: #999;
}
