@charset "utf-8";
/* CSS Document */

#raceInfo {
  border-collapse: collapse;
  border: 2px solid #4581d3;
	line-height: 1.3em;
}
#raceInfo table, #raceInfo td, #raceInfo th {
  padding: 1px;
	padding-top: 3px;
	padding-bottom: 3px;
  border: 1px solid #ccc;
  border-collapse: collapse;
	color: #333;
}
#raceInfo th {
	text-align: center;
	font-weight: normal;
	background-color: #2760d1;
	color: #fff;
	line-height: 1.5em;
}
#raceInfo th:last-child {
  border-right: 1px solid #4581d3;
}
#raceInfo .border-bottom5 {
	border-bottom: 5px solid #4581d3;
}
#raceInfo .border-bottom2 {
	border-bottom: 2px solid #4581d3;
}
#raceInfo .kaijyo {
	background-color: #f5f5f5;
	line-height: 1.5em;
}
#raceInfo .kaijyoName {
	font-weight: bold;
	font-size: 110%;
}
#raceInfo .raceName {
	text-align: right;
	margin-right: 5px;
	font-size: 13px;
	color: #555;
}
#raceInfo .raceNormal {
	background-color: #fff;
	text-align: center;
}
#raceInfo .raceEnd {
	background-color: #eee;
	text-align: center;
}
#raceInfo .raceEndTime {
	background-color: #eee;
	text-align: center;
}
#raceInfo .raceStop {
	background-color: #eee;
	text-align: center;
}
#raceInfo .raceStopTime {
	background-color: #eee;
	color: #666;
	text-align: center;
}
#raceInfo .raceTime {
	font-weight: bold;
	text-align: center;
}
#raceInfo .head {
	width: 50px;
}
#raceInfo .td_link a {
	display:block;
	width:100%;
	height:100%;
}
#raceInfo .grade {
	float: left;
	width: 25px;
	font-size: 95%;
	text-align: center;
	margin-left: 5px;
}
