div.calendarWrapper, div.calendarWrapperSide {
  margin: 0 0 0.8rem;
  padding: 0;
  min-width: 180px;
}
h5#calendar, h5#calendarSide, h5#calendarBtm {
  font-size: 0.9rem;
  text-align: center;
  color: #FFF;
  background-color: #cd668f;
  font-weight: bold;
  background-image: none !important;
  border: none;
  letter-spacing: 0.05rem;
  line-height: 1.5rem;
  vertical-align: middle;
  margin: 0 !important;
  padding: 0.1rem 0 0;
}
div.calendar, div.calendarSide {
  margin: 0 !important;
  padding: 0;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-color: #DDD;
  border-bottom-color: #DDD;
  border-left-color: #DDD;
  background-color: rgba(255, 255, 255, 1);
}
.cal_wrapper {
  padding: 0 0.25rem;
  margin: 0;
}
.schedule_wrapper {
  padding: 0;
  margin: 0.8rem 0;
}
.schedule_wrapper h3 {
  padding: 0 0.3rem;
  font-weight: normal;
  margin: 0;
  font-size: 0.7rem;
  color: #666;
}
.schedule_wrapper div.schedule_list {
  padding: 0 0.3rem 0.5rem;
  margin: 0.3rem;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #E9EEE8;
}
.schedule_wrapper div.schedule_list ol {
  padding: 0;
  margin: 0.35rem auto;
}
.schedule_wrapper .schedule_list ol li {
  padding: 0;
  margin: 0 !important;
  font-size: 0.7rem !important;
  list-style-type: none;
  color: #727171;
  line-height: 1 !important;
}
.schedule_wrapper .schedule_list ol span.business {
  padding: 0;
  margin: 0 !important;
  font-size: 0.7rem !important;
  list-style-type: none;
  color: #cd668f;
  line-height: 1 !important;
}
.schedule_wrapper div.schedule_list ol li:hover {
  text-decoration: underline;
}
.schedule_wrapper .schedule_list ol span.business:hover {
  color: #cd668f;
  text-decoration: underline;
}
.cal_wrapper table.cal {
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #E9EEE8;
  margin: 0;
}
/*月*/
.cal_wrapper table.cal tr th {
  padding: 0.5rem 0 0 0.1rem;
}
.cal_wrapper table.cal tr th p {
  float: left;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 0.8rem;
  font-weight: bold;
}
/*先月-来月*/
.cal_wrapper table.cal tr th div.cal_ui {
  float: right;
  margin: 0;
  padding: 0 !important;
}
.cal_wrapper table.cal tr th div.cal_ui input {
  border: none;
  background-color: #FFF;
  font-size: 0.7rem;
  margin: -0.6rem 0.15rem 0;
  padding: 0;
  color: #115b9c;
}
.cal_wrapper table.cal tr th div.cal_ui input[type="button"] {
  -webkit-appearance: none !important;
  border-radius: 0 !important;
}
.cal_wrapper table.cal tr th div.cal_ui input:hover {
  text-decoration: underline;
  color: #cd668f;
}
.cal_wrapper table.cal tr td {
  border-top: solid 1px #E9EEE8;
  padding: 0.1rem !important;
}
.cal_wrapper table.cal tr td {
  text-align: center;
  padding: 0.15rem;
  line-height: 1 !important;
}
/*曜日*/
.cal_wrapper table.cal tr.headline td {
  padding: 0.4rem 0 0.3rem !important;
  color: #555;
  font-size: 0.725rem;
  line-height: 1;
  /*border-bottom-width: 0.1rem;
	border-bottom-style: solid;
	border-bottom-color: #FFF;*/
}
div.cal_wrapper table.cal tr.headline {
  background-color: #fdf7f9;
}
.cal_wrapper table.cal tr td div {
  position: relative;
  padding: 0.3rem 0.2rem 0.2rem 0.1rem !important;
  margin: 0.05rem 0;
  font-size: 0.7rem;
  text-align: center;
  line-height: 1;
}
.cal_wrapper table.cal tr td div span {
  display: none;
  position: absolute;
  top: 1.1rem;
  left: 0;
  border: solid 1px #EEE;
  text-align: left;
  padding: 0.25rem 0.25rem 0.1rem;
  z-index: 10;
  color: #CD668F;
  font-weight: normal;
  line-height: 1;
  box-shadow: 0.1rem 0.1rem 0.15rem rgba(0, 0, 0, .1);
  white-space: nowrap;
  background-color: rgba(255, 255, 255, .9);
  border-radius: 1rem;
}
/* 以下、クラス指定 */
div.cal_wrapper table.cal tr td div {
  color: #555;
}
div.cal_wrapper table.cal tr td div.BusinessDay {
  background-color: #cd668f !important;
  border-radius: 0.15rem;
  color: #FFF !important;
}
div.cal_wrapper table.cal tr td div.Sat {
  color: #115b9c;
  background-color: #E0E0E0;
  border-radius: 0.15rem;
}
div.cal_wrapper table.cal tr td div.Sun {
  color: #CD668F;
  background-color: #E0E0E0;
  border-radius: 0.15rem;
}
div.cal_wrapper table.cal tr td div.Today {
  font-weight: bold;
  color: #000;
  padding: 0 !important;
  margin: 0 !important;
}
div.cal_wrapper table.cal tr td div.Deli {
  background-color: #EFE;
}
div.cal_wrapper table.cal tr td div.Holyday {
  color: #555;
  background-color: #E0E0E0;
  border-radius: 0.15rem;
  font-weight: normal !important;
}
div.cal_wrapper table.cal tr td div.nationalHolyday {
  color: #EC6D51 !important;
  background-color: #E0E0E0;
  border-radius: 0.15rem;
  font-weight: bold;
}
div.cal_wrapper table.cal tr td div.backward {
  color: #DDD !important;
  font-weight: normal !important;
  background-color: #FFF !important;
  border-radius: 0.15rem;
}
div.cal_wrapper table.cal tr td div.pointer {
  cursor: pointer;
}
div.cal_wrapper table.cal tr td div.pointer:hover {
  background-color: #FFE8E8;
}
span.business {
  border-radius: 0.15rem;
  padding: 0;
  margin: 0 !important;
  line-height: 1 !important;
}
.calendar p, .calendar span, .calendar br {
  line-height: 1.4em;
  color: #666;
}
.calendar p {
  font-size: 0.75rem;
  margin: 0 0.3rem 0.6rem 0.6rem;
}
.calendar p span {
  font-size: 0.7rem;
}
.square_holiday {
  display: inline-block;
  width: 1rem;
  height: 0.9rem;
  background: #DADADA;
  border-radius: 0.15rem;
  margin: 0 0.1rem 0.1rem 0;
  vertical-align: middle;
}
.square_biz {
  display: inline-block;
  width: 1rem;
  height: 0.9rem;
  background: #cd668f;
  border-radius: 0.15rem;
  margin: 0 0.1rem 0.1rem 0;
  vertical-align: middle;
}