@charset "UTF-8";
.flex, .flex-left, .flex-right, .flex-center, article.flm_dialog > section.title > div > .btn_close, .flex-between, .flex-middle, article.flm_dialog > section.title > .dialog_title, article.flm_dialog > section.title > div {
  display: flex; }

.flex-left {
  justify-content: flex-start; }

.flex-right {
  justify-content: flex-end; }

.flex-center, article.flm_dialog > section.title > div > .btn_close {
  justify-content: center; }

.flex-between {
  justify-content: space-between; }

.flex-middle, article.flm_dialog > section.title > .dialog_title, article.flm_dialog > section.title > div, article.flm_dialog > section.title > div > .btn_close {
  align-items: center; }

.none {
  display: none; }

.hidden {
  visibility: hidden; }

.bg_btn {
  display: inline-block;
  width: auto;
  padding: 0 5px;
  font-size: 10px;
  font-weight: bold;
  border-radius: 3px;
  border: 1px solid #C7C7C7;
  background: -webkit-linear-gradient(#ffffff, #e2e2e2);
  background: -o-linear-gradient(#ffffff, #e2e2e2);
  background: linear-gradient(#ffffff, #e2e2e2);
  /* IE */
  text-align: center;
  color: #393939;
  cursor: pointer;
  user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none; }
  .bg_btn.h24 {
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    font-size: 0.9rem; }
  .bg_btn.h20 {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    font-size: 0.8rem; }
  .bg_btn.h17 {
    height: 17px;
    line-height: 17px;
    font-size: 12px;
    font-size: 0.7rem; }
  .bg_btn.not {
    cursor: default !important; }

.bg_table > .header > div {
  background: -webkit-linear-gradient(top, #fff 37.5%, #DDD);
  background: -moz-linear-gradient(top, #fff 37.5%, #DDD);
  background: linear-gradient(to bottom, #fff 37.5%, #DDD); }

/*--非活性--*/
.not {
  color: #9E9E9E;
  opacity: .7; }

#div_block_dialog_layer {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 50, 255, 0.1);
  position: absolute;
  top: 0;
  left: 0; }

article.flm_dialog {
  width: auto;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4); }
  article.flm_dialog > section.title {
    padding: 2px 5px;
    cursor: move;
    position: relative; }
    article.flm_dialog > section.title > div > .bg_btn + .bg_btn {
      margin-left: 10px;
      margin-right: 30px; }
    article.flm_dialog > section.title > div > .btn_close {
      cursor: pointer;
      border: 0;
      position: absolute;
      top: 1px;
      right: 1px;
      width: 1.5em;
      height: calc(100% - 3px);
      background-color: transparent; }
      article.flm_dialog > section.title > div > .btn_close:hover {
        background: #e81123;
        color: #fff; }
  article.flm_dialog > section.dialog_contents {
    box-sizing: border-box;
    padding: 10px; }
