.cale-frame{
  width: 90%;
    margin: auto;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #eceaea;
}
.cale-frame ul{
    padding-top: 10px;
}
.cale-frame ul li{
  font-size: 14px;
}
.cale-frame ul li.off:before{
  content: "";
    background: #d5a5a5;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 3px;
}
.cale-frame ul li.dairi:before{
  content: "";
    background: #b4d3b1;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 3px;
}
.cale-frame ul li.kyosei:before{
  content: "";
    background: #e7db8a;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 3px;
}
.fc-toolbar.fc-header-toolbar{
  border-bottom: 1px solid #000;
}
.fc .fc-toolbar > * > :first-child{
      font-size: 18px;
}
.fc-left button,.fc-toolbar .fc-right button{
  background: none;
    border: none;
    box-shadow: none;
    color: #000;
    font-weight: bold;
    height: auto;
}
.fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-popover, .fc-unthemed .fc-list-view, .fc-unthemed .fc-list-heading td{
  border: none;
  background: #f9f1ea;
}
.fc-unthemed th,.fc-unthemed thead,.fc-unthemed .fc-row{
  border: none;
  background: none;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number{
  float: none;
}
.fc .fc-row .fc-content-skeleton table, .fc .fc-row .fc-content-skeleton td, .fc .fc-row .fc-helper-skeleton td{
  text-align: center;
}
.fc-unthemed td.fc-today{
  background: none;
  border: 5px solid #fff;
      vertical-align: text-top;
}
.fc-unthemed td{
  border:5px solid #fff;
}
.fc .fc-row .fc-content-skeleton td{
  border-left:5px solid #fff;
  border-right:5px solid #fff;
}
.fc-basic-view .fc-body .fc-row{
  min-height: 4em;
    border-bottom: 5px solid #fff;
}
.fc-view-container *, .fc-view-container *:before, .fc-view-container *:after{
  -webkit-box-sizing: content-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.fc-day-grid-event .fc-time{
  display: none;
}
.fc-unthemed th.fc-sun{
  color: #d07c7b;
}
.fc-unthemed th.fc-sat{
  color: #6192d2;
}
.fc-day-grid-container{
  height: auto !important;
  overflow: auto !important;
}
/*---offday---*/
tr:first-child > td > .fc-day-grid-event.offday{
  background-color: #D5A5A5 !important;
    border-color: #D5A5A5 !important;
}
/*---dairi---*/
tr:first-child > td > .fc-day-grid-event.dairi{
  background-color: #b4d3b1 !important;
    border-color: #b4d3b1 !important;
}
/*---kyousei---*/
tr:first-child > td > .fc-day-grid-event.kyosei{
  background-color: #e7db8a !important;
    border-color: #e7db8a !important;
}
tr:first-child > td > .fc-day-grid-event .fc-title{
  font-size: 10px;
    color: #fff;
}
@media only screen and (max-width: 1024px) {
  .cale-frame{
  width: 100%;
  }
}
