@charset "UTF-8";
.biz_calendar {
  display: inline-block;
  max-width: 220px;
  margin: auto;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
#biz_calendar2 {
  font-size: .8em;
  margin-left: 2rem;
  max-width: 150px;
}
.biz_calendar p {
  margin: 0;
  line-height: 170%;
}
.biz_calendar p span.boxholiday {
  background-color: #F63C9F;
  padding-left: 25px;
  margin-right: 10px;
}
.biz_calendar p span.boxeventday {
  background-color: #64BDEB;
  padding-left: 25px;
  margin-right: 10px;
}

.biz_calendar table.bizcal {
  margin: 10px 0;
  width: 100%;
  background-color: #ffffff;
  table-layout: fixed;
  border: 1px #B5B5B6 solid;
  line-height: 1.6;
  cursor: default;
  vertical-align: middle;
}
.biz_calendar table.bizcal th {
  text-align: center;
  border-width: 0;
  padding: 2px;
  color: #000000;
  background-color: #DEDEDE;
}
.biz_calendar table.bizcal th:first-child {
  color: red;
}
.biz_calendar table.bizcal th:nth-last-of-type(1) {
  color: blue;
}
.biz_calendar table.bizcal td {
  text-align: center;
  border-width: 0;
  padding: 2px;
  color: #000000;
}
.biz_calendar table.bizcal .calmonth {
  text-align: left;
  font-weight: bold;
  padding: 2px 7px;
  border: none;
}
.biz_calendar table.bizcal .calbtn {
  border: none;
  cursor: pointer;
}
.biz_calendar table.bizcal .holiday {
  background-color: #F63C9F;
  color: #ffffff;
}
.biz_calendar table.bizcal .eventday {
  background-color: #64BDEB;
  color: #ffffff;
}
.biz_calendar table.bizcal .eventday a {
  color: #ffffff;
  text-decoration: underline;
}
.biz_calendar table.bizcal .today {
  font-weight: bold;
  /*text-decoration: underline;*/
  color: #000000;
}
.biz_calendar table.bizcal .today a {
  font-weight: bold;
  color: #000000;
}
.biz_calendar table.bizcal img {
  vertical-align: middle;
  box-shadow: none;
  margin: 0;
}
.biz_calendar table.bizcal .down-img {
  text-align: right;
}
.biz_calendar table.bizcal .today-img {
  text-align: center;
}
.biz_calendar table.bizcal .up-img {
  text-align: left;
}
/**
 * 営業日カレンダー
 */
.biz_calendar {
  position: relative;
  margin-left: 1rem;
}
.biz_calendar table.bizcal {
  background-color: transparent;
  border: none;
}
/* .biz_calendar tr:first-child {
  border-bottom: 1px solid #d1d1d1;
  width: 220px;
  display: block;
  margin-bottom: 5px;
} */
#biz_calendar2 tr:first-child {
  width: 150px;
}
.biz_calendar tr:first-child .calbtn.down-img {
  position: absolute;
  left: 5px;
}
.biz_calendar tr:first-child .calbtn.today-img {
  display: none;
}
.biz_calendar tr:first-child .calbtn.up-img {
  position: absolute;
  right: 5px;
}
.biz_calendar tr:first-child .calmonth {
  height: 23px;
  /*--- Androidブラウザ用 ---*/
  /*--- IE10 ---*/
  /*--- safari（PC）用 ---*/
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  /*--- Androidブラウザ用 ---*/
  /*--- IE10 ---*/
  /*--- safari（PC）用 ---*/
  -webkit-box-pack: center;/* Android4.3以前ブラウザ用 */
  -webkit-justify-content: center;/* iOS8以前Safari用 */
  justify-content: center;
}
.biz_calendar table.bizcal .holiday,
.biz_calendar p span.boxholiday {
  background-color: #b39d6d;
  color: #000;
}
.biz_calendar table.bizcal .eventday,
.biz_calendar p span.boxeventday {
  background-color: #232584;
  color: #fff;
}
.biz_calendar p span.boxholiday,
.biz_calendar p span.boxeventday {
  padding-left: 12px;
}
.biz_calendar table.bizcal td {
  border-bottom: 2px solid #d8d8d8;
}
.biz_calendar table.bizcal th:first-child {
  color: #000;
}
.biz_calendar table.bizcal th:nth-last-of-type(1) {
  color: #000;
}
.biz_calendar table.bizcal th {
  color: #000;
  border-bottom: 2px solid #d8d8d8;
  background-color: transparent;
  font-weight: normal;
}
thead th, thead td, tr:nth-child(even) th,
tr:nth-child(even) td {
  background-color: transparent;
}
.biz_calendar p:nth-of-type(1) {
    bottom: 20px;
    right: -113px;
     */
    width: 1;
}
.biz_calendar p:nth-of-type(2) {
    bottom: 0px;
    right: -113px;
     */
}
@media (max-width: 74.9em) {
  .biz_calendar {
    display: block;
  }
  #biz_calendar2 {
    max-width: 220px;
    margin: 0 auto;
  }
  #biz_calendar2 .bizcal {
    display: none;
  }
  .biz_calendar {
    margin-left: auto;
  }
}