@charset "UTF-8";
.ass_chat_open {
  position: fixed;
  bottom: 0;
  right: 10px;
  z-index: 1;
}

.ass_banner {
  cursor: pointer;
  line-height: 1;
  height: 75px;
  padding: 0;
  margin: 0;
  width: 315px;
}

.ass_banner:hover {
  opacity: .6;
}

.ass_banner a, .ass_banner button {
  background: none;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
}

.ass_banner a img, .ass_banner button img {
  vertical-align: bottom;
}

.ass_banner .ass_banner_open {
  background: transparent;
  border: none;
  cursor: pointer;
}

/* Contents
-------------------------------------------------*/
.ass_chat_box #iframeInner {
  border: none;
  height: 100%;
  width: 100%;
}

.jquery-ui-ass_chat_box.ui-widget {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.jquery-ui-ass_chat_box.ui-widget-content {
  background: #fff;
}

.jquery-ui-ass_chat_box.ui-dialog .ui-dialog-titlebar {
  background: #fff;
  border: none;
  padding: 0;
}

.jquery-ui-ass_chat_box.ui-dialog {
  border: none;
  box-shadow: 0 1px 36px rgba(0, 0, 0, 0.15);
  overflow: visible;
  padding: 0 10px 0;
  height: auto;
}

.jquery-ui-ass_chat_box .ui-dialog-title {
  color: #999;
  font-size: 14px;
  font-weight: normal;
}

.jquery-ui-ass_chat_box.ui-dialog .ui-dialog-content {
  overflow-y: hidden;
  padding: 0;
}

.jquery-ui-ass_chat_box .ui-widget-header .ui-state-default {
  background: #999;
  border: none;
  border-radius: 50%;
}

.jquery-ui-ass_chat_box.ui-dialog .ui-dialog-titlebar-close {
  background: #aaa;
  border-radius: 50%;
  border: none;
  right: -22px;
  top: -2px;
  text-indent: -999em;
  height: auto;
  padding: 6px 7px 6px 6px;
  width: auto;
  z-index: 10000;
}

.jquery-ui-ass_chat_box.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick {
  background-image: url(../css/ui-lightness/images/ui-icons_ffffff_256x240.png);
}

.jquery-ui-ass_chat_box .ui-button-icon-only .ui-icon {
  margin-left: -9px;
  margin-top: -9px;
}

/* fixed */
.ass_chat_fixed_main {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 36px rgba(0, 0, 0, 0.15);
  padding: 10px;
  position: absolute;
  right: 10px;
  bottom: -560px;
  height: 520px;
  width: 420px;
  transition: all 300ms 0s ease;
}

.ass_chat_fixed_main iframe {
  border: none;
  height: 520px;
  width: 420px;
}

.ass_chat_fixed_main.open {
  bottom: 0;
}

.ass_chat_fixed_main .close {
  background: #aaa;
  display: block;
  border-radius: 50%;
  cursor: pointer;
  right: -22px;
  top: -2px;
  text-indent: -999em;
  position: absolute;
  top: -20px;
  right: -15px;
  padding: 6px 7px 6px 6px;
  z-index: 10000;
  height: 20px;
  width: 20px;
}

.ass_chat_fixed_main .close:before {
  content: "";
  background-image: url(/common/img/revision2021/ui-icons_ffffff_256x240.png);
  background-position: -100px -132px;
  height: 9px;
  width: 9px;
  position: absolute;
  top: 11px;
  left: 12px;
}

/* Device
-------------------------------------------------*/
@media screen and (max-width: 480px) {
  .ass_chat_box #iframeInner {
    height: 100% !important;
    width: 100% !important;
  }
  .jquery-ui-ass_chat_box.ui-dialog .ui-dialog-titlebar-close {
    border: 3px solid #fff;
    right: -5px;
    top: 15px;
    z-index: 999999999999999;
  }
  .jquery-ui-ass_chat_box.ui-dialog {
    box-shadow: none;
    box-sizing: border-box;
    height: 94vh !important;
    width: 99% !important;
  }
  /* fixed */
  .ass_chat_fixed_main {
    right: 10px;
    bottom: -100vh;
    height: 80vh;
    width: calc(100vw - 80px);
  }
  .ass_chat_fixed_main iframe {
    height: 80vh;
    width: calc(100vw - 80px);
  }
}

/*# sourceMappingURL=user-chat.css.map */