@import url("reset.css");
@import url("base.css");
@import url("top-navi.css");
@import url("under-navi.css");


/*日程
-------------------------------------------------------------------*/
.race-date {
  text-align: left;
  margin: 20px auto 7px;
  width: 660px;
}


/*akakeibox
-------------------------------------------------------------------*/
#akakeibox {
  background: #EEEAD5;
  clear: both;
  width: 660px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-size: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}


table {
  width: 660px;
  text-align: center;
  padding: 0px;
  margin: 0px auto;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  border-left: 1px solid #666666;
}

th {
  border-right: 1px solid #666666;
  border-bottom: 1px solid #666666;
  padding: 4px;
  text-align: center;
}

td {
  border-right: 1px solid #666666;
  padding: 4px;
  text-align: center;
}

.class-a {
  background: #C1EC95;
}

.class-a2 {
  background: #6EE664;
}

.class-s {
  background: #FFD6AC;
}

