@charset "utf-8";
/* CSS Document */
body {
  background-image: none;
  background-color: #f6f6ef;
}
.this_month {
  text-align: center;
  line-height: 1.6;
  margin-top: 12px;
  font-size: 15px;
  background: #48c750;
  border-radius: 6px 6px 0 0;
  /*width: 201px;*/
}
.holiday,
.eventCalendar th:first-child,
.eventCalendar td:first-child {
  color: red; /*日曜日*/
}
.eventCalendar th:nth-child(7),
.eventCalendar td:nth-child(7) {
  color: #3192ff; /*土曜日*/
}
.eventCalendar {
  padding: 0 5px;
  background: #fff;
}
.eventCalendar th,
.eventCalendar td {
  width: 23px;
  font-weight: bold;
  text-align: center;
}
.eventCalendar th {
  font-size: 13px;
}
.eventCalendar td a {
  display: block;
  width: 23px;
  height: 18px;
  line-height: 1;
  padding-top: 4px;
  overflow: hidden;
  border-radius: 5px;
  background-color: #29c133;
  color: #fff;
  text-decoration: none;
}
.eventCalendar td a:hover {
  background-color: #3fe74c;
  color: #fff;
}

