﻿/*
    style Stylesheet
*/
/*-- Layout --------------------------------------*/
.l-wrapper {
    width: 1180px;
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
}
.l-main {
    background: #fff;
    margin: 0 0 40px;
}

/*-- Header Module --------------------------------------*/
header {
    height: 48px;
    background: #fff;
    box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.1);
}
header h1 {
    font-size: 1.2em;
}
header .l-h-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .l-login-info > span {
    display: inline-block;
}
header .l-login-info .user {
    margin-right: 20px;
}

/*-- Main Module --------------------------------------*/
main {
    min-height: calc(100% - 48px - 32px);
}
main .l-wrapper {
    padding: 20px 0;
}

/*-- Fotter Module --------------------------------------*/
footer {
    height: 32px;
    background: #1058a0;
    padding: 8px 0;
    color: #fff;
}
.copy {
    width: 1180px;
    margin: 0 auto;
    text-align: right;
    font-size: 0.9em;
}

/*-- Hearing --------------------------------------*/
.hearing h2 {
    font-size: 1.3em;
    font-weight: bold;
    margin: 0 0 20px;
    text-align: center;
}
.hearing h3 {
    font-size: 1.1em;
    font-weight: bold;
    margin: 0 0 10px;
}
.hearing h3.center-ttl {
    font-size: 1.3em;
    text-align: center;
}
.hearing h4 {
    font-weight: bold;
    margin: 0 0 10px;
}
.hearing .info {
    margin: 0 0 40px;
}
.hearing .explain {
    margin: 0 0 20px;
    padding: 10px;
    background: #e1edf4;
    text-align: center;
}
.hearing .explain-stand {
    color: #ff0000;
    font-weight: bold;
}
.hearing .spec {
    font-size: 1.5em;
    font-weight: bold;
    padding: 30px;
}
.hearing .input-area section {
    margin: 0 0 30px;
    position: relative;
}
.hearing .input-area dl {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    border-bottom: 1px solid #fafafa;
    font-size: 0.9em;
}
.hearing .input-area dt {
    width: 15%;
    background: #646464;
    color: #fff;
    padding: 6px 8px;
}
.hearing .input-area dt > span {
    display: block;
}
.hearing .input-area dd {
    flex-grow: 1;
    width: calc(85% / 2);
    background: #fff;
    border-left: 1px solid #fafafa;
    padding: 5px;
}
.hearing .input-area dd input[type="text"],
.hearing .input-area dd select {
    width: 100%;
}

.hearing .input-area dl.compare {
    font-size: 1.0em;
}
.hearing .input-area dl.compare dt {
    background: none;
}
.hearing .input-area dl.compare dd {
    text-align: center;
    font-weight: bold;
    padding: 6px 8px;
}
.hearing .input-area .disp {
    padding: 6px 8px;
}
.hearing .input-area .nodisp {
    background: none !important;
}
.hearing .input-area .auto {
    background: #ececec;
}
.hearing .input-area .last {
    background: #cacaca;
}
.hearing .input-area .no-contents {
    background: none !important;
    font-size: 0px;
}

.hearing .input-area .ipaddress {
    padding: 4px 0 0;
}
.hearing .input-area .ipaddress dt {
    width: 10%;
    background: none;
    color: #333;
    padding: 6px 8px;
    text-align: right;
}
.hearing .input-area .ipaddress dd {
    width: calc(80% / 2);
    background: none;
    border-left: 1px solid #fff;
    padding: 0;
    height: 33px;
}
.hearing .input-area .ipaddress.current dd,
.hearing .input-area .ipaddress.last dd {
    padding: 6px 8px;
    text-align: center;
    font-size: 1.2em;
    height: 33px;
}
.hearing .input-area .ipaddress .head dd {
    text-align: center;
    height: auto;
    padding: 6px 8px;
    font-size: inherit;
}

.hearing .input-area .radio > li {
    padding: 4px 0;
}
.hearing .input-area .radio .child {
    padding:5px 0 5px 40px;
}

.hearing .input-area .col3 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.hearing .input-area .col3 > * {
    width: 32%;
}
.hearing .input-area .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.hearing .input-area .row > * {
    margin-right: 10px;
}

.hearing .input-area .w20 {
    width: 20% !important;
}
.hearing .input-area .w80 {
    width: 80% !important;
}
.hearing .input-area .wpx80 {
    width: 80px;
}
.hearing .input-area .pad {
    padding: 10px 0;
}
.hearing .input-area .avater-img {
    display: flex;
    justify-content: space-evenly;
    align-items: end;
    padding: 10px 0;
}
.hearing .input-area .guidebook-img {
    display: flex;
    justify-content: space-evenly;
    align-items: end;
    padding: 10px 0 0;
}
.hearing .btn-area {
    margin: 40px 0 20px;
    text-align: center;
}
.hearing .temp-save {
    position: fixed;
    bottom: 40px;
    right: 40px;
}
.hearing .input-compleate {
    margin: 200px 0 0;
}
.hearing .input-compleate .msg {
    font-size: 1.5em;
    text-align: center;
}

/*-- Setting --------------------------------------*/
.setting h2 {
    font-size: 1.3em;
    padding: 10px;
    border-bottom: 2px solid #1058a0;
}
.setting .input-area {
    padding: 20px;
}
.setting .input-area dl {
    display: flex;
    align-items: stretch;
    margin: 0 0 20px;
    flex-direction: column;
}
.setting .input-area dl:last-child {
    margin: 0;
}
.setting .input-area dt {
    margin: 0 0 5px;
    flex-shrink: 0;
}
.setting .input-area dd {
    flex-grow: 1;
}
.setting .input-area dd input[type="text"],
.setting .input-area dd input[type="password"],
.setting .input-area dd input[type="file"],
.setting .input-area dd input[type="number"],
.setting .input-area dd select,
.setting .input-area dd textarea {
    width: 40%;
    height: 33px;
}
.setting .input-area dd textarea {
    resize: none;
    height: 105px !important;
}
.setting .input-area dd input[type="checkbox"] {
    width: 22px;
    height: 22px;
}
.setting .input-area dd input[type="radio"] {
    width: 20px;
    height: 20px;
}
.setting .btn-area {
    margin:40px 0 20px;
    text-align: center;
}

/*-- Modal Style for bootstrap --------------------------------------*/
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

/* custom */
.modal {
    background: rgba(0, 0, 0, 0.3);
}
.modal-dialog {
    width: fit-content;
    height: fit-content;
    margin: 15% auto;
}
.modal-content {
    border: none;
    border-radius: 0;
    min-width: 450px;
}
.modal-header {
    background: #1058a0;
    color: #fff;
    border-radius: 0;
    padding: 10px 20px;
}
.modal-footer {
    border: none;
    border-radius: 0;
    padding: 20px;
    justify-content: center;
}
.modal-close {
  color: #000;
  background: #fff;
  border: none;
  padding: 0 3px;
  cursor: pointer;
}
.modal-close:hover,
.modal-close:focus {
  color: #000;
}
.modal-close span {
    display: block;
}
.modal-body {
    padding: 40px 20px 20px;
}
.modal-body dl {
    margin: 0 0 15px;
}
.modal-body dl:last-child {
    margin: 0;
}
.modal-body dt {
    width: 100%;
    margin: 0 0 8px;
}
.modal-body dd {
    width: 100%;
}
.modal-body dd input[type="text"],
.modal-body dd input[type="password"],
.modal-body dd input[type="file"],
.modal-body dd input[type="number"],
.modal-body dd select,
.modal-body dd textarea {
    width: 100%;
}
.modal-body dd textarea {
    resize: none;
    height: 80px;
    font-size: 12px;
}
.modal-body dd input[type="checkbox"] {
    margin: 3px;
}
.modal-footer .btn {
    min-width: 100px;
    line-height: 1;
}
.modal-body table.chk-list {
    width: 100%;
}
.modal-body table.chk-list tbody {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-height: 100px;
    overflow-y: scroll;
}
.modal-body table.chk-list tr {
    width: 48%;
    margin: 0 0 5px;
}
.modal-body .dg-note {
    color: #e3324a;
    display: block;
}
.modal-body .grp {
    margin: 0 0 15px;
}
.modal-body .grp dl {
    margin: 0 0 5px;
}
.modal-body .grp:last-child {
    margin: 0;
}
.modal-body .grp dt {
    padding-left: 10px;
}
.modal-body .fit {
    width: fit-content !important;
}

/*-- Print ---------------------------------------------*/
@media print {
    .notprint {
        display: none;
    }
}