@charset "UTF-8";
/* CSS Document */
*,::before,::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; 
  -webkit-tap-highlight-color: transparent; 
}
body {
  font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif;
  font-style: normal;
  font-size: 16px;
  color:#373434;
  background: #fff;
  margin: 0;
  padding: 0;
  min-height: 100%;
  max-width: 1980px;
}
.title{
  margin-left:auto;
  margin-right:auto;
  margin-top: 1rem;
  width:280px;
}

.title a{
  display: block;
  width: 100%;
  height: 100%;
}
.title .month{
  font-family: "YuMincho","Yu Mincho","游 明朝","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-style: normal;
  color: #64443F;
  float: left;
  font-size: 1.5rem;
  font-weight: 400;
  margin:0 20px 20px;
  text-align: center;
  width: 180px;
}
.title .prev,.title .next{
  position: relative;
  width:29px;
  height:29px;
  float:left;
  margin-top:6px;
  color: #64443F;
}
.title .prev::after,.title .next::after{
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  top: -3%;
  right: 15%;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(225deg);
}
.title .next::after{
  transform: rotate(45deg);
}
.title .prev span,.title .next span{
  display:none;
}
#scheduler a {
  color: #50c5d4;
}
#scheduler a:active {
  color: #9cdbe4;
}
#scheduler a:visited {
  color: #50c5d4;
}
#scheduler a:hover {
  color: #9cdbe4;
}
#scheduler{
  width: 90%;
  margin: auto;
  clear:both;
  background-color: #fff;
  border-collapse: collapse;
}

#scheduler td,#scheduler th{
  width:14%;
  border: 1px solid #cabcba;
  vertical-align: top;
}
#scheduler tr{
  height:95px;
}
#scheduler .week-name{
  background-color: #F8DFDB;
  font-size: 14px;
  height: 25px;
}

#scheduler .day{
  background-color: #f0fbfc;
  display: block;
  font-size: 0.8rem;
  vertical-align:top;
  text-align:center;
}

#scheduler .event{	
  display:block;
  font-size:11px;
  line-height: 110%;
  margin-bottom:10px;	
  margin-top: 2px;
  padding: 3px;
}

#scheduler .event-time{
  display:block;
}
#scheduler .event-on{
  background-color:#fff7d7;
  border: 1px solid #ffda8e;
}
#scheduler .event-on .day{
  background-color: #ffda8e;
}

#scheduler .red {
  color: #DF6555;
}
@media screen and (max-width: 767px) {
  #scheduler{
    width: 100%;
  }
  #scheduler .event{	
    font-size:9px;
  }
  #scheduler tr{
    height:80px;
  }
}

