@charset "utf-8";

@import url("../../../assets/css/webfont.css");
@import url("../../../assets/css/reset.css");

body{
  background: #fff;
}
.calendar-table {
  width: 100%;
}
.calendar-table table {
  width: 100%;
}
.calendar-table caption {
  position: relative;
  padding: 20px 0 10px;
  font-weight: bold;
}
.calendar-table caption .control {
  display: block;
  position: absolute;
  top: 7vw;
  width: 7vw;
  height: 7vw;
  border-radius: 3px;
  background: #df5c42;
}
.calendar-table caption .prev {
  left: 3.5vw;
}
.calendar-table caption .next {
  right: 3.5vw;
}
.calendar-table caption .control:before {
  display: block;
  content: "";
  position: absolute;
  top: 2.15vw;
  width: 2vw;
  height: 2vw;
  border-top: 2px #fff solid;
  border-right: 2px #fff solid;
}
.calendar-table caption .prev:before {
  left: 2.6vw;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
}
.calendar-table caption .next:before {
  right: 2.6vw;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
.calendar-table caption .eng {
  display: block;
  margin-bottom: 2vw;
  color: #838383;
  font-size: 4vw;
}
.calendar-table caption .month {
  color: #d70c19;
  font-size: 4.6vw;
}
.calendar-table caption .month span {
  font-size: 7.6vw;
}
.calendar-table th,
.calendar-table td {
  padding: 2.9vw;
  font-weight: bold;
  font-size: 4.6vw;
  text-align: center;
}
.calendar-table td.active {
 padding: 0 3vw;
}
.calendar-table td.active a {
  display: block;
  padding: 1.5vw 0;
  border-radius: 3px;
  background: #df5c42;
  color: #fff;
}


/*@media all and (max-width: 812px) {
.calendar-table caption {
  padding: 20px 0 10px;
}
.calendar-table caption .control {
  top: 7vw;
  width: 5.3vw;
  height: 5.3vw;
}
.calendar-table caption .prev {
  left: 2.5vw;
}
.calendar-table caption .next {
  right: 2.5vw;
}
.calendar-table caption .control:before {
  top: 1.6vw;
  width: 1.5vw;
  height: 1.5vw;
}
.calendar-table caption .prev:before {
  left: 2vw;
}
.calendar-table caption .next:before {
  right: 2vw;
}
.calendar-table caption .eng {
  margin-bottom: 2vw;
  font-size: 2.8vw;
}
.calendar-table caption .month {
  font-size: 3.2vw;
}
.calendar-table caption .month span {
  font-size: 5.6vw;
}
.calendar-table th,
.calendar-table td {
  padding: 2.5vw;
  font-size: 4vw;
}
.calendar-table td.active {
 padding: 0 1.7vw;
}
.calendar-table td.active a {
  padding: 1.5vw 0;
}
}*/








































