﻿@charset "utf-8";
#Schedule{
	margin:0 auto;
	padding:0 0 100px 0;
	width:80%;
	overflow:hidden;
/*	background: #ffff00;*/
}
#scheduletitle{
	margin:0 0 10px 0;
	width:100%;
/*	background: #008b8b;*/
	font-family: 'Audiowide', cursive;
	color: #fff100;
	border-bottom: 1px solid #ffff00;/* 下に赤線 */
	font-size: 20px;
}
#scheduletbl{
	border-collapse: collapse;
	margin:10px auto;
	width:100%;
	color: #fff100;
}

#scheduletbl th {
/*	width: 150px;*/
/*	padding: 10px;*/
/*	font-weight: bold;*/
	vertical-align: top;
	border: 1px solid #ccc;
}

#scheduletbl td {
/*	width: 350px;*/
/*	padding: 10px;*/
	vertical-align: top;
	text-align: center;
	border: 1px solid #ccc;
}

#racereports{
	text-align:center;
}
a {
	text-decoration: none;
	color: #fff100;
}

