@charset "UTF-8";
.current-race-info {
  margin: auto;
  max-width: 960px;
}
.current-race-info thead {
  background-color: #666;
}
.current-race-info thead th {
  font-weight: normal;
}
.current-race-info .race-tarf {
  background-color: rgb(19, 53, 18);
}
.current-race-info .race-dart {
  background-color: rgb(68, 51, 4);
}

#todays-race {
  background-color: #ddd;
  margin-bottom: 1.5rem;
}

#todays-race .g1-race {
  background-color: #fdf;
}

#todays-race .g2-race {
  background-color: #cef;
}

#todays-race .g3-race {
  background-color: #ccc;
}

.todays-race-attention {
  color: #eee;
  padding: 0.5rem;
}

.todays-race-attention span {
  color: deeppink;
}

.race-number-selector {
  margin-bottom: 0.5rem;
  text-align: center;
}

.race-number-12:not(:last-child) { /* 最後の要素以外 に適用 */
  border-bottom: 3px double #666;
}/*# sourceMappingURL=racelist.css.map */