/**
 * 文字コード UTF-8N 改行コードLF
 * 共通CSS
 *
 * @package    BXI 5G
 * @copyright  Copyright (c) 2021 ETRUST, INC.
 * @version    BXI 5G 5.3.21 210922
 */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  body {
    min-width: 769px;
    min-height: 600px;
    background: linear-gradient(180deg, #080617, #16112b);
  }
  section {
    min-width: 769px;
    min-height: 100vh !important;
  }
  header {
    height: 112px;
    display: none;
  }
  header > div {
    flex-direction: column;
  }
  header h1 {
    margin: 0 auto;
  }
  header nav {
    margin: 0 auto;
    display: none;
  }
  header nav ul li a {
    font-size: 12px;
  }
  section .wrap {
    padding-top: 0px;
  }
#dashbord {
  width: 100%;
}
#dashbord div.snap_wrap {
  width: 630px;
  max-width: calc(100% - 120px);
}
#menu div.panel {
  width: 630px;
  max-width: calc(100% - 120px);
}
  section nav {
    top: 0;
    height: 100vh;
  }
  section nav ul {
    height: calc(100vh - 65px);
  }
  section nav ul::-webkit-scrollbar {
    display: none;
  }
  section div.navmenu {
    top: 0;
  }
  section div.work div.view.close,
  section div.work div.view.open {
    display: block;
    margin-left: 10px;
    width: 50px;
    height: 30px;
    line-height: 30px;
    background: #060212;
    border: 1px solid #bba7d2;
    border-top: none;
    border-radius: 0 0 10px 10px;
    color: #fff;
    text-align: center;
  }
  section div.work div.view.open {
    position: absolute;
    top: 0px;
    left: 65px;
    z-index: 8;
  }
  section div.submenu {
    display:none;
    padding: 0;
    min-width: 220px;
    max-height: 220px;
    min-height: calc(100vh - 120px) !important;
    position: absolute;
    top: 0;
    left: 65px;
    z-index: 8;
  }
  section div.center {
    padding: 0 0 0 65px !important;
    min-height: calc(100vh) !important;
  }
  dl dd > div {
    margin: 2px 0;
  }
  section form dl {
    flex-direction: column;
  }
  section form dl dt {
    flex-basis: auto;
  }
  section form dl dd {
    flex-basis: auto;
    padding-left: 0;
  }
  section div.side {
    padding-top: 30px;
    margin-left: 65px;
    min-width: 200px;
    min-height: calc(100vh - 120px) !important;
  }
  section div.side table tr td:first-child {
    background-size: 18px !important;
    background-position: 10px;
  }
  section div.center table.layout {
    display: none;
  }
  section div.center form.tab {
    margin: 60px 10px 30px 10px;
    min-height: calc(100vh - 266px);
  }
  section div.center form.data {
    padding: 50px 30px 30px 30px;
    min-height: calc(100vh - 86px) !important;
  }
  section div.bottom button {
    width: 100px;
  }
  section div.bottom button.l1, section div.bottom button.l2, section div.bottom button.l3 {
    margin-left: 10px;
  }
  section div.bottom button.r1, section div.bottom button.r2, section div.bottom button.r3 {
    margin-right: 10px;
  }
  section div.center div.list {
    min-height: calc(100vh - 264px);
  }
  section div.center table tr td button {
    margin-bottom: 5px;
  }
  /*----------------------------------------------------------------------
  イメージリスト
  ------------------------------------------------------------------------*/
  section div.imageeditor {
    height: 100vh !important;
  }
  div.imageeditor div.view {
    height: calc(100vh - 40px) !important;
  }
  section div.imageeditor div.zoom {
    height: 40px !important;
  }
  div.imageeditor button.back {
    left: 80px !important;
  }
  div.dialog {
    width: 750px;
    position: absolute;
    top: 50px;
    left: 50%;
     transform: translate(-50%, 0);
  }
  div.dialog form#page_parts {
    padding: 20px 0;
  }
}