@charset "UTF-8";
/* ログインページ */
body.login {
  padding: 0 0 39px;
}

body.login main article {
  position: relative;
  height: calc(100vh - 58px - 39px);
}

.login-box {
  position: absolute;
  bottom: 50%;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  margin: 0 auto;
  padding: 32px;
  width: 410px;
  background-color: #F2F2F2;
  border-bottom: 2px solid #0D839D;
}

.login-box .logo {
  margin-bottom: 40px;
  text-align: center;
}

.login-box dl {
  margin-bottom: 32px;
  overflow: hidden;
}

.login-box dl dt,
.login-box dl dd {
  float: left;
}

.login-box dl dt:first-of-type,
.login-box dl dd:first-of-type {
  margin-bottom: 16px;
}

.login-box dl dt {
  padding-top: 8px;
  width: 30%;
}

.login-box dl dd {
  width: 70%;
}

.login-box dl dd input {
  padding: 8px;
  width: 100%;
  border: 1px solid #333;
}

.login-box .btn {
  text-align: center;
  line-height: 3;
}

.login-box .forgot {
  margin-top: 16px;
  font-size: 14px;
  text-align: center;
}

.login-box .forgot a {
  color: #469EB2;
}

/* 下層ページ */
.underlayer nav ul li a {
  display: block;
  padding: 16px 32px;
}

.underlayer nav ul li:nth-child(even) {
  background-color: #F2F2F2;
}

.underlayer nav ul li:hover {
  background-color: #EAF9FC;
}

.underlayer article > .box {
  margin-bottom: 32px;
}

.underlayer article label input {
  margin-right: 8px;
}

.underlayer article label:not(:last-of-type) {
  margin-right: 40px;
}

.underlayer article .tbl01 th {
  width: 120px;
}

.underlayer article .graph-ctrl {
  margin-bottom: 16px;
}

.underlayer article .graph-ctrl .tbl01 {
  float: left;
  width: 484px;
}

.underlayer article .graph-ctrl .tbl01 th {
  width: 120px;
}

.underlayer article .graph-ctrl .tbl01 td ul {
  margin-top: 16px;
}

.underlayer article .graph-ctrl .btn-area {
  position: relative;
  float: left;
  margin-left: 8px;
  width: calc(100% - 484px - 8px);
}

.underlayer article .graph-ctrl .btn-area .inner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.underlayer article .graph-ctrl .btn-area .btn01,
.underlayer article .graph-ctrl .btn-area .btn02,
.underlayer article .graph-ctrl .btn-area .btn03 {
  display: block;
}

.underlayer article .graph-ctrl .btn-area .btn01 {
  float: left;
}

@media (max-width: 1458px) {
  .underlayer article .graph-ctrl .btn-area .btn01 {
    float: none;
    margin-bottom: 16px;
  }
}

.underlayer article .graph-ctrl .btn-area .btn-right {
  float: right;
  padding-bottom: 3px;
}

@media (max-width: 1458px) {
  .underlayer article .graph-ctrl .btn-area .btn-right {
    float: none;
  }
}

.underlayer article .graph-ctrl .btn-area .btn-right .btn02 {
  float: left;
  margin-right: 16px;
}

@media (max-width: 1458px) {
  .underlayer article .graph-ctrl .btn-area .btn-right .btn02 {
    float: none;
  }
}

.underlayer article .graph-ctrl .btn-area .btn-right .btn03 {
  float: left;
}

@media (max-width: 1458px) {
  .underlayer article .graph-ctrl .btn-area .btn-right .btn03 {
    float: none;
  }
}

@media (max-width: 1458px) {
  .underlayer article .data-area .btn02 {
    margin-bottom: 16px;
  }
}

.underlayer article .data-area .data-tbl {
  table-layout: fixed;
  width: 100%;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}

.underlayer article .data-area .data-tbl th,
.underlayer article .data-area .data-tbl td {
  text-align: center;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

.underlayer article .data-area .data-tbl th {
  width: 80px;
}

.underlayer article .data-area .data-tbl td {
  width: calc((100% - 80px) / 12 - .1px);
}

@media (max-width: 1458px) {
  .underlayer.tikasuishitsu .view-data-area .scrollbar {
    width: 100%;
    height: 20px;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .underlayer.tikasuishitsu .view-data-area .scrollbar .inner {
    width: 1058px;
    min-width: 1058px;
    height: 1px;
  }
  .underlayer.tikasuishitsu .view-data-area .scrollbox {
    width: 100%;
    margin-top: 5px;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .underlayer.tikasuishitsu .view-data-area .scrollbox .inner {
    width: 1058px;
    min-width: 1058px;
    margin-bottom: 5px;
  }
}

.underlayer.tikasuishitsu .view-data-area .tbl01 {
  width: 1058px;
  min-width: 1058px;
}

.underlayer.tikasuishitsu .view-data-area .tbl01 tr > * {
  width: 80px;
}

.underlayer.tikasuishitsu .view-data-area .tbl01 tr > :first-child {
  width: 250px;
}

.underlayer.tikasuishitsu .view-data-area .tbl01 tr > :nth-child(2) {
  width: 60px;
}

.underlayer.tikasuishitsu .view-data-area .tbl01 tr:not(:first-child) > :nth-child(3) {
  width: 130px;
}

.underlayer.tikasuishitsu .view-data-area .tbl01 tr:not(:first-child) > :nth-child(4),
.underlayer.tikasuishitsu .view-data-area .tbl01 tr:not(:first-child) > :nth-child(6),
.underlayer.tikasuishitsu .view-data-area .tbl01 tr:not(:first-child) > :nth-child(8),
.underlayer.tikasuishitsu .view-data-area .tbl01 tr:not(:first-child) > :nth-child(10) {
  width: 49px;
}

.underlayer.tikasuishitsu .view-data-area .tbl01 tr:not(:first-child) > :nth-child(5),
.underlayer.tikasuishitsu .view-data-area .tbl01 tr:not(:first-child) > :nth-child(7),
.underlayer.tikasuishitsu .view-data-area .tbl01 tr:not(:first-child) > :nth-child(9),
.underlayer.tikasuishitsu .view-data-area .tbl01 tr:not(:first-child) > :nth-child(11) {
  width: 100px;
}

.underlayer.tikasuishitsu .view-data-area .tbl01 tr:nth-child(2) > :nth-child(2),
.underlayer.tikasuishitsu .view-data-area .tbl01 tr:nth-child(2) > :nth-child(3) {
  text-align: center;
}

.underlayer.tikasuishitsu .view-data-area .tbl01 tr:nth-child(2) > :last-child {
  border-right: 1px solid #CCC;
}

.underlayer.tikasuishitsu .view-data-area .tbl01 tr th {
  text-align: left;
}

.underlayer.bousai .bousai-info ul li:not(:last-child) {
  margin-bottom: 24px;
}

.underlayer.bousai .col2 {
  max-width: 1100px;
}

.underlayer.bousai .col2 .cell-l {
  margin-right: 24px;
  width: 30%;
}

.underlayer.bousai .col2 .cell-l img {
  width: 100%;
  max-width: none;
}

.underlayer.bousai .col2 .cell-r {
  position: relative;
  padding-bottom: 63px;
  width: calc(100% - 30% - 24px);
}

.underlayer.bousai .col2 .cell-r .btn-style01 {
  position: absolute;
  right: 0;
  bottom: 3px;
}

/*管理画面*/
.admin {
  padding-left: 0 !important;
  margin: auto;
  padding-bottom: 105px !important;
}

.admin.custum-btn {
  padding-bottom: calc(88px + 55px) !important;
}

.admin main, .admin section, .admin article {
  margin: auto;
}

.admin .cts-middle {
  width: 760px !important;
  margin: auto;
}

.admin .cts-middle.left {
  margin-left: 0;
}

.admin article {
  padding-top: 32px;
}

.admin #map {
  height: 440px;
  border: 1px solid #CCC;
}

.admin .box {
  margin-bottom: 32px;
}

.admin .box::after {
  content: "";
  clear: both;
  display: block;
}

.admin table th {
  text-align: center;
  background-color: #F2F2F2;
  border-bottom: 1px solid #CCC;
}

.admin table th, .admin table td {
  border: 1px solid #CCC;
  padding: 8px 16px;
  display: table-cell;
}

.admin table ul {
  margin-top: 16px;
}

.admin table.tbl-hover tr:hover {
  background-color: #E5F9F8;
  cursor: pointer;
}

.admin table tr.active {
  background-color: #bffffc;
}

.admin table tr.active:hover {
  background-color: #bffffc;
}

.admin .btn-area .btn-style01.btn01:not(:last-child) {
  margin-right: 32px;
}

.admin .btn-area.fixed {
  position: fixed;
  width: 100%;
  bottom: 32px;
  left: 0;
  z-index: 99999;
  display: none;
  border-top: 2px solid #0D849D;
  margin-bottom: 0;
  background: #FFF;
  padding: 18px 0;
}

.admin .btn-area.fixed.visible {
  display: block;
}

.admin label:not(:last-of-type) {
  margin-right: 40px;
}

.admin input[type^="text"] {
  width: 100%;
}

.underlayer article .well_info .tbl01 th {
  width: 25%;
}
/*# sourceMappingURL=underlayer.css.map */