@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : calendar-ui.css
 author     : Ability Consultant
 style info : [カレンダーJS] UI設定ファイル
=================================================================== */
/* font-awesome */
/* -----------------------------------------------------------
	スライド　用
----------------------------------------------------------- */
#abi_cal * {
  padding: 0;
  margin: 0;
  border: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#abi_cal table {
  border-collapse: collapse;
  border-spacing: 0;
}
#abi_cal li {
  list-style: none;
}
#abi_cal em {
  font-style: normal;
}

#abi_cal {
  display: none;
  z-index: 10000;
  position: absolute;
  font-family: "Muli","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
  opacity: 0;
  -moz-transition: opacity 300ms, bottom 0ms 300ms;
  -o-transition: opacity 300ms, bottom 0ms 300ms;
  -webkit-transition: opacity 300ms, bottom 0ms;
  -webkit-transition-delay: 0s, 300ms;
  transition: opacity 300ms, bottom 0ms 300ms;
  width: 28em;
  box-shadow: 0 0 0.5em rgba(34, 34, 34, 0.2);
  /*color: #fff;*/
}
#abi_cal > div {
  overflow: hidden;
  border-radius: .5em;
}
#abi_cal.active {
  opacity: 1;
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}
#abi_cal:before {
  content: "";
  display: block;
  width: 17px;
  height: 15px;
  position: absolute;
  z-index: 10001;
}
#abi_cal.ic_bottom {
  margin-bottom: 20px;
}
#abi_cal.ic_bottom:before {
  background: url(../images/common/ic_cal_arr_bottom.png) no-repeat center bottom;
  bottom: -15px;
}
#abi_cal.ic_top {
  margin-top: 20px;
}
#abi_cal.ic_top:before {
  background: url(../images/common/ic_cal_arr_top.png) no-repeat center bottom;
  top: -15px;
}
@media only screen and (min-width: 1023px) {
  #abi_cal.ic_checkin:before {
    left: 20px;
  }
}
@media print {
  #abi_cal.ic_checkin:before {
    left: 20px;
  }
}
.ie8 #abi_cal.ic_checkin:before {
  left: 20px;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  #abi_cal.ic_checkin:before {
    left: 20%;
  }
}
@media only screen and (min-width: 640px) and (max-width: 800px) {
  #abi_cal.ic_checkin:before {
    left: 40%;
  }
}
@media only screen and (max-width: 640px) {
  #abi_cal.ic_checkin:before {
    left: 45%;
  }
}
@media only screen and (min-width: 1023px) {
  #abi_cal.ic_checkout:before {
    left: 200px;
  }
}
@media print {
  #abi_cal.ic_checkout:before {
    left: 200px;
  }
}
.ie8 #abi_cal.ic_checkout:before {
  left: 200px;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  #abi_cal.ic_checkout:before {
    left: 70%;
  }
}
@media only screen and (min-width: 640px) and (max-width: 800px) {
  #abi_cal.ic_checkout:before {
    left: 60%;
  }
}
@media only screen and (max-width: 640px) {
  #abi_cal.ic_checkout:before {
    left: 80%;
  }
}
@media only screen and (min-width: 1023px) {
  #abi_cal {
    font-size: 140%;
  }
}
@media print {
  #abi_cal {
    font-size: 140%;
  }
}
.ie8 #abi_cal {
  font-size: 140%;
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  #abi_cal {
    font-size: 140%;
  }
}
@media only screen and (max-width: 640px) {
  #abi_cal {
    font-size: 1.7em;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1022px) {
  #abi_cal {
    margin-left: 0 !important;
  }
  #abi_cal.active {
    left: 36% !important;
  }
}
@media only screen and (min-width: 640px) and (max-width: 800px) {
  #abi_cal {
    margin-left: -14em !important;
  }
  #abi_cal.active {
    left: 60% !important;
  }
}
@media only screen and (max-width: 640px) {
  #abi_cal {
    margin-left: -14em;
  }
  #abi_cal.active {
    left: 50% !important;
  }
}
@media only screen and (max-width: 640px) {
  #abi_cal {
    width: 14em;
    margin-left: -7em;
  }
}
#abi_cal #abi_cal_header {
  background: #fff;
  /*背景色*/
  position: relative;
}
@media only screen and (min-width: 641px) {
  #abi_cal #abi_cal_header:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background: #ddd;
  }
}
@media print {
  #abi_cal #abi_cal_header:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background: #ddd;
  }
}
.ie8 #abi_cal #abi_cal_header:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #ddd;
}
#abi_cal #abi_cal_header #abi_cal_view_month {
  overflow: hidden;
  border-top: .6em solid #fff;
  /*背景色*/
  border-bottom: .6em solid #fff;
  /*背景色*/
  height: 2.4em;
}
#abi_cal #abi_cal_header #abi_cal_view_month ul {
  text-align: center;
  font-size: 1.2em;
  overflow: hidden;
  position: relative;
  line-height: 1;
  top: 0em;
  -moz-transition: top 500ms;
  -o-transition: top 500ms;
  -webkit-transition: top 500ms;
  transition: top 500ms;
}
@media only screen and (min-width: 641px) {
  #abi_cal #abi_cal_header #abi_cal_view_month ul {
    width: 50%;
    float: left;
  }
}
@media print {
  #abi_cal #abi_cal_header #abi_cal_view_month ul {
    width: 50%;
    float: left;
  }
}
.ie8 #abi_cal #abi_cal_header #abi_cal_view_month ul {
  width: 50%;
  float: left;
}
@media only screen and (max-width: 640px) {
  #abi_cal #abi_cal_header #abi_cal_view_month ul + ul {
    display: none;
  }
}
#abi_cal #abi_cal_header #abi_cal_view_month ul li {
  height: 1em;
  cursor: default;
}
#abi_cal #abi_cal_header #abi_cal_view_month ul li:hover {
  /*color: #999;*/
}
#abi_cal #abi_cal_header #abi_cal_view_month ul li:hover:after {
  /*border-top-color: #999;*/
}
#abi_cal #abi_cal_header #abi_cal_view_month ul li span {
  display: inline-block;
}
#abi_cal #abi_cal_header #abi_cal_view_month ul li:after {
  content: ' ';
  width: 0;
  height: 0;
  border-top: .25em solid #999;
  border-right: .25em solid transparent;
  border-left: .25em solid transparent;
  display: inline-block;
  vertical-align: middle;
  margin-left: .3em;
  margin-top: -.2em;
}
#abi_cal #abi_cal_header #abi_cal_select_month {
  color: #999;
}
#abi_cal #abi_cal_header #abi_cal_select_month ul {
  z-index: 10;
  position: absolute;
  display: none;
  width: 30%;
  background: #fff;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.3);
  overflow-y: scroll;
  height: 8em;
  padding: .3em;
  text-align: center;
}
#abi_cal #abi_cal_header #abi_cal_select_month ul:nth-child(1) {
  left: 10%;
}
#abi_cal #abi_cal_header #abi_cal_select_month ul:nth-child(2) {
  right: 10%;
}
#abi_cal #abi_cal_header #abi_cal_select_month ul.active {
  display: block;
}
@media only screen and (max-width: 640px) {
  #abi_cal #abi_cal_header #abi_cal_select_month ul {
    width: 80%;
  }
}
#abi_cal #abi_cal_header #abi_cal_select_month ul li {
  padding: .5em 0;
  font-size: 1.1em;
  cursor: default;
}
#abi_cal #abi_cal_header #abi_cal_select_month ul li:not(:first-child) {
  border-top: 1px solid #ccc;
}
#abi_cal #abi_cal_header #abi_cal_select_month ul li.active {
  font-weight: bold;
}
#abi_cal #abi_cal_header #abi_cal_arrow {
  line-height: 1;
  font-size: 1.2em;
}
#abi_cal #abi_cal_header #abi_cal_arrow ul {
  overflow: hidden;
}
#abi_cal #abi_cal_header #abi_cal_arrow ul li {
  position: absolute;
  top: .2em;
  z-index: 1;
  cursor: pointer;
  padding: .3em .5em;
}
#abi_cal #abi_cal_header #abi_cal_arrow ul li.passive {
  opacity: 0;
  cursor: default;
}
#abi_cal #abi_cal_header #abi_cal_arrow ul li#abi_cal_prev {
  left: 0;
}
#abi_cal #abi_cal_header #abi_cal_arrow ul li#abi_cal_next {
  right: 0;
}
#abi_cal #abi_cal_week {
  background: #fff;
  /*背景色*/
}
#abi_cal #abi_cal_week ul {
  overflow: hidden;
}
#abi_cal #abi_cal_week ul li {
  float: left;
  width: 2em;
  padding: .2em 0;
  text-align: center;
}
#abi_cal #abi_cal_week ul li:nth-child(7n+1) {
  color: #d13a2c;
  /*color: #fff;*/
}
#abi_cal #abi_cal_week ul li:nth-child(7n) {
  color: #005285;
  /*color: #fff;*/
}
#abi_cal #abi_cal_week ul li:nth-child(odd) td {
  background: #f7f4ed;
}
#abi_cal #abi_cal_week ul li span {
  font-size: .9em;
  /*color: #fff;*/
}
@media only screen and (max-width: 640px) {
  #abi_cal #abi_cal_week ul li:nth-child(n+8) {
    display: none;
  }
}
#abi_cal #abi_cal_date {
  color: #999;
  position: relative;
  left: 0;
  -moz-transition: left 500ms;
  -o-transition: left 500ms;
  -webkit-transition: left 500ms;
  transition: left 500ms;
  overflow: hidden;
  width: 168em;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
#abi_cal #abi_cal_date table {
  float: left;
  width: 14em;
  height: 9em;
  overflow: hidden;
  background: #fff;
}
#abi_cal #abi_cal_date table td:nth-child(7n) {
  /*background: #005285!important;*/
  color: #005285 !important;
}
#abi_cal #abi_cal_date table td:nth-child(7n+1) {
  /*background: #d13a2c!important;*/
  color: #d13a2c !important;
}
#abi_cal #abi_cal_date table td:nth-child(odd) td {
  background: #f7f4ed;
}
#abi_cal #abi_cal_date table td {
  border-bottom: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
  cursor: pointer;
  -moz-transition: background 100ms, color 100ms;
  -o-transition: background 100ms, color 100ms;
  -webkit-transition: background 100ms, color 100ms;
  transition: background 100ms, color 100ms;
}
#abi_cal #abi_cal_date table td:nth-child(7n) {
  border-right: 0;
}
#abi_cal #abi_cal_date table td.today {
  font-weight: 600;
}
#abi_cal #abi_cal_date table td.holiday {
  /*background: #d13a2c!important;*/
  color: #d13a2c !important;
}
#abi_cal #abi_cal_date table td.disabled {
  background: #f5f5f5;
  color: #ddd !important;
  cursor: default;
}
#abi_cal #abi_cal_date table td.nodate {
  cursor: default;
  /*background: #f5f5f5!important;*/
  background: none !important;
}
#abi_cal #abi_cal_date table td:not(.disabled):not(.nodate):hover, #abi_cal #abi_cal_date table td.hover {
  background: #f2995c !important;
  color: #fff !important;
}
#abi_cal #abi_cal_date table td.active {
  background: #e26811 !important;
  color: #fff !important;
}
#abi_cal #abi_cal_footer {
  background: #fff;
  /*背景色*/
  overflow: hidden;
  padding: .3em .5em;
}
@media only screen and (max-width: 640px) {
  #abi_cal #abi_cal_footer {
    font-size: .8em;
  }
}
#abi_cal #abi_cal_footer #abi_cal_nights {
  float: left;
}
#abi_cal #abi_cal_footer #abi_cal_nights.passive {
  display: none;
}
#abi_cal #abi_cal_footer #abi_cal_complete {
  float: right;
  cursor: pointer;
  margin-left: 1em;
}
#abi_cal #abi_cal_footer #abi_cal_reset {
  float: right;
  cursor: pointer;
}
