@charset "utf-8";

/* ダイアログ */
.dialog-btn {
    width: 100px;
    height: 28px;
    color:#2c2c2c;
    font-size:1.0em;
    /* font-weight: bold; */
    cursor: pointer;
    border: 1px solid #c5c5c5;
    transition: background 0.3s ease-in-out;
    -webkit-transition:background 0.3s;
      background: #d3d3d3;
      background: -webkit-linear-gradient(top, #d3d3d3 0%, #d3d3d3 100%);
    background: linear-gradient(to bottom, #d3d3d3 0%, #d3d3d3 100%);
    /* border: 1px solid #b9b9b9; */
    box-shadow: 5 0 5px #b9b9b9;
  }
  .dialog-btn:hover {
      /* background: #e7f4f9; */
      /* background: -webkit-linear-gradient(top, #e7f4f9 0%, #e7f4f9 100%); */
      /* background: linear-gradient(to bottom, #e7f4f9 0%, #e7f4f9 100%); */
      /* border: 1px solid #6fd2fd; */
    /* background: #a8e4ff; */
    opacity: 0.7;
  }
  .dialog-btn:active {
      /* background: #beebff; */
      /* background: -webkit-linear-gradient(top, #beebff 0%, #9ce1ff 100%); */
      /* background: linear-gradient(to bottom, #beebff 0%, #9ce1ff 100%); */
      /* border: 1px solid #6fd2fd; */
    /* background: #a8e4ff; */
    opacity: 0.9;
  }
  .dialog-btn:disabled {
      background: #f1f1f1;
      background: -webkit-linear-gradient(top, #f1f1f1 0%, #e6e6e6 100%);
      background: linear-gradient(to bottom, #f1f1f1 0%, #e6e6e6 100%);
      border: 1px solid #c5c5c5;
    color:#969696;
    cursor: default !important;
  }
  /*   id前方一致   */
  div[id^="dialog-back-div"] {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(200, 200, 200, 0.0);
    top: 0;
    margin: 0 auto;
  }

  #dialog-div {
    display: block;
    position: absolute;
    background: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #5c5c5c;
    box-shadow: 0 0 10px rgb(139, 139, 139);
    overflow: hidden;
  }
  #dialog-div #title {
    background: #4CA5FF;
    color: #ffffff;
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
  }
  #dialog-div #title.member {
    background: #3cda51;
    color: #ffffff;
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
  }
  #dialog-div #msg {
    padding: 10px;
  }
  #dialog-div #detail {
    position: relative;
    background: #ffffff;
    width: calc(100% - 20px);
    height: calc(100% - 97px);
    padding: 10px;
  }
  #dialog-div #ctl {
    display: inline-block;
    position: absolute;
    background: #fafafa;
    border-top: solid 1px #dbdbdb;
    width: 100%;
    height: 40px;
    bottom: 0;
    line-height: 40px;
    /* padding-top:8px; */
  }
  #dialog-div #dialog-close {
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer;
  }

  #dialog-div div[id^="icon"] {
    display: inline-block;
    position: relative;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-right: 10px;
  }

  #dialog-div div[id^="icon"]::before {
    position: absolute;
    content: "";
    background-position: center;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
  }

  #dialog-div #icon_info::before {
    background-image: url("../../../common/images/info.png");
  }
  #dialog-div #icon_err::before {
    background-image: url("../../../common/images/error.png");
  }
  #dialog-div #icon_question::before {
    background-image: url("../../../common/images/question.png");
  }


  #schedule_panel {
    display: block;
    background: #ffffff;
    width: calc(100% - 20px);
    height: calc(100% - 100px);
    margin: 10px;
    overflow: auto;
  }
  #schedule_panel table {
    font-size: 1.1em;
  }
  #schedule_panel table td {
    border-bottom: 1px solid #bebebe;
  }
  #schedule_panel table td pre {
    font-family: inherit;
    font-size: 1.0em;
    margin: 0;
    line-height: 20px;
    white-space: pre-wrap;
  }

  #video_login_panel {
    display: block;
    background: #ffffff;
    width: calc(100% - 20px);
    height: calc(100% - 100px);
    margin: 10px;
    overflow: auto;
  }
  #video_login_panel span {
    line-height: 25px;
  }
  #video_login_panel table {
    font-size: 1.1em;
    margin: 0 auto;
  }
  #video_login_panel table td {
    border-bottom: 1px solid #bebebe;
    transform: rotate(0.03deg);
  }
  #video_login_panel input[type="text"],
  #video_login_panel input[type="password"] {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.1em;
    width: 200px;
    height: 25px;
    padding: 3px;
  }

  #video_enquete_panel {
    display: block;
    background: #ffffff;
    width: calc(100% - 20px);
    height: calc(100% - 100px);
    margin: 10px;
    overflow: auto;
  }
  #video_enquete_panel span {
    line-height: 25px;
  }
  #video_enquete_panel table {
    font-size: 1.0em;
    margin: 0 auto;
    margin-top: 10px;
  }

  #site_select_panel {
    display: block;
    background: #ffffff;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    margin: 10px;
    overflow: auto;
  }
  #site_select_panel span {
    line-height: 25px;
  }
  #site_select_panel table {
    font-size: 1.0em;
    margin: 0 auto;
    /* margin-top: 10px; */
  }
  #site_select_panel button {
    font-size: 1.1em;
    width: 250px;
  }

  #title, table, span, a {
    transform: rotate(0.03deg);
  }
