@import url("base.css");
@import url("font.css");

/*日程
-------------------------------------------------------------------*/
#report_date {
  width: 700px;
  margin: 20px auto 30px;
  text-align: center;
}

#report_date li {
  display: block;
  float: left;
  width: 25%;
  list-style: none;
  margin-top: 10px;
  margin-bottom: 20px;
}


/*レポート当日
-------------------------------------------------------------------*/
.day {
  color: #000099;
}


