@charset "UTF-8";
/* IEハック用mixin */
.fc-toolbar h2 {
  font-size: 1rem;
}
.fc-toolbar .fc-left {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.fc-toolbar .fc-left button {
  margin-left: 0.25em;
}
.fc-toolbar .fc-right {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.fc-toolbar .fc-right button {
  margin-left: 0.25em;
}
.fc-toolbar .fc-button {
  font-size: 0.75rem;
  padding: 0.2rem;
}

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 0.25em;
}

.fc-sat {
  background-color: #aed0e5;
}

.fc-sun, .fc-bgevent {
  background-color: #fae3e5;
  opacity: 1;
}

.fc-dayGrid-view .fc-body .fc-row {
  min-height: auto !important;
}