@charset "utf-8";

#calendar {
    margin: 10px 0 30px;
    
}


.cld-main{
	width: 100%;
	border: 1px solid #eee;
    box-sizing: border-box;
}
.cld-main a{
	color: #ee7602;
}
.cld-main svg {
    fill: #ee7602;
    width: 15px;
    height: 15px;
}
.cld-datetime {
    padding: 8px 0px;
    position: relative;
    margin: auto;
    overflow: hidden;
    background: #f4f4f4;
    border-bottom: 1px solid #dcdddd;
}
  .cld-datetime .today{
    position: relative;
    float: left;
    width: calc(100% - 40px);
    margin: auto;
    text-align: center;
  }
  .cld-nav{
    position: relative;
    width: 20px;
    height: 20px;
    margin-top: 2px;
  }
  .cld-nav:hover{
    cursor: pointer;
  }
  .cld-nav:hover svg{
      fill: #f39d47;
  }
  .cld-rwd{
    float: left;
  }
  .cld-fwd{
    float: right;
  }
    .cld-nav svg:hover{

    }
.cld-labels, .cld-days{
  padding-left: 0;
}
  .cld-label, .cld-day{
    box-sizing: border-box;
    display: inline-block;
    width: 14.28%;
    text-align: center;
  }
.cld-label {
    font-size: 80%;
    font-weight: 700;
    color: #999;
	border: 1px solid #eee;
    box-sizing: border-box;
	padding: 2% 0;
}
  .cld-day{
    border: 1px solid #eee;
  }
  .cld-day.today .cld-number{
    background: #e7a02b;
    color: #fff;
  }
  .cld-day.disableDay{
    opacity: 0.5;
  }
  .cld-day.nextMonth, .cld-day.prevMonth{
    color: #ccc;
  }
.cld-number {
    position: relative;
    margin: 0;
    padding: 20% 0;
    font-size: 90%;
    line-height: 1.5;
}
.cld-title{
	position: absolute;
	z-index: 5;
	display: none;
	top: 100%;
	left: 0;
	padding: 8px 10px;
	background: #fff;
	white-space: nowrap;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 90%;
}
      .cld-number:hover .cld-title{
        display: block;
      }
      .cld-title::before{
        content: '';
        position: absolute;
        top: -7.5px; left: 10px;
        width: 0;
        height: 0;
        border-left: 7.5px solid transparent;
        border-right: 7.5px solid transparent;

        border-bottom: 7.5px solid #ccc;
      }
.cld-number.eventday{
	font-weight: bold;
	color: #ee7602;
	background: #ffeede;
}
      .cld-number.eventday:hover{
        cursor: pointer;
        background: #eee;
      }
      .today .cld-number.eventday:hover{
        background: #005EFF;
      }
.mypage_btn{
	background: #ee7700;
    padding: 0 10px;
    font-size: 12px;
    border-radius: 4px;
    color: #fff;
    margin-top: 5px;
    display: inline-block;
}
