@charset "UTF-8";

:root {
  --app-theme-color: var(--app-color-primary);
  --app-hover-bg: var(--app-bg-hover-blue);
}

#pub-list .app-surface {
  background-color: var(--app-bg-muted);
}

.public-market-link-title {
  font-size: 1.2em;
  font-weight: bold;
}

#pub-top #mainL .app-panel .app-panel-body {
  background-color: var(--app-bg-subtle);
}

#pub-top #mainR .app-panel .app-panel-body table.table {
  width: 100%;
  margin-bottom: 0;
}

#pub-top #mainR .app-panel .app-panel-body table.table thead,
#pub-top #mainR .app-panel .app-panel-body table.table tbody,
#pub-top #mainR .app-panel .app-panel-body table.table tfoot {
  display: block;
}

#pub-top #mainR .app-panel .app-panel-body table.table tbody {
  height: 390px;
  overflow-y: scroll;
}

#pub-top #mainR .app-panel .app-panel-body table.table td,
#pub-top #mainR .app-panel .app-panel-body table.table th {
  width: 500px;
  table-layout: fixed;
}

#pub-top #mainR .app-panel .app-panel-body table.table tbody td {
  cursor: pointer;
}

#pub-top #mainR .app-panel .app-panel-body table.table tbody tr:hover td {
  background-color: var(--app-hover-bg);
}

#pub-list #shinrin-list tbody td {
  cursor: pointer;
}

#pub-list #shinrin-list tbody tr:hover td {
  background-color: var(--app-hover-bg);
}

#pub-list #shinrin-list tbody td:nth-child(3),
#pub-list #shinrin-list tbody td:nth-child(6) {
  text-align: right;
}

#pub-detail #gmap {
  width: 100%;
  height: 360px;
  background-color: var(--app-bg-map);
}

#pub-detail #gmap #err {
  height: 100%;
  color: var(--app-color-danger-deep);
  line-height: 200px;
  text-align: center;
}

#pub-detail #gmap #err .bi {
  color: var(--app-danger-color);
  font-size: 1.2em;
}

#pub-detail .colti {
  padding: 1px 2px;
  color: var(--app-color-primary-muted);
  font-weight: bold;
  letter-spacing: .1em;
}

#pub-detail .colval {
  min-height: 22px;
  padding: 1px 2px;
  border-bottom: solid 1px var(--app-border-muted);
  line-height: 1.42857143;
  overflow-wrap: normal;
}

#pub-detail #sanr002 {
  font-size: 1.4em;
}

#pub-detail #shinrin-info {
  display: grid;
  grid-template-columns: minmax(0, 6fr) minmax(0, 6fr);
  align-items: start;
  column-gap: 30px;
  row-gap: 10px;
  margin-right: 0;
  margin-left: 0;
}

#pub-detail #other-info {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  align-items: start;
  column-gap: 30px;
  margin-right: 0;
  margin-left: 0;
}

#pub-detail #shinrin-info:before,
#pub-detail #shinrin-info:after,
#pub-detail #other-info:before,
#pub-detail #other-info:after {
  display: none;
  content: none;
}

#pub-detail #shinrin-info > article,
#pub-detail #other-info > article {
  float: none;
  width: auto;
  min-width: 0;
  padding-right: 0;
  padding-left: 0;
}

#pub-detail #infos {
  grid-row: 1 / span 2;
  grid-column: 1;
}

#pub-detail #map-area {
  grid-row: 1;
  grid-column: 2;
}

#pub-detail #photo {
  display: grid;
  grid-row: 2;
  grid-column: 2;
  grid-template-columns: 24px minmax(0, 1fr) 24px;
  align-items: stretch;
  column-gap: 6px;
  margin-top: 0;
}

#pub-detail #sozaiList {
  grid-column: 1;
}

#pub-detail #compInfo {
  grid-column: 2;
}

#pub-detail #infos .detail-row {
  display: block;
  margin-right: -15px;
  margin-left: -15px;
}

#pub-detail #infos .detail-row:before,
#pub-detail #infos .detail-row:after {
  display: table;
  content: " ";
}

#pub-detail #infos .detail-row:after {
  clear: both;
}

#pub-detail #infos .detail-row > [class^="col-"],
#pub-detail #infos .detail-row > [class*=" col-"] {
  float: left;
  min-width: 0;
  padding-right: 15px;
  padding-left: 15px;
}

#pub-detail #infos .detail-field {
  min-width: 0;
}

#pub-detail #sanr012013 {
  font-size: .95em;
  white-space: nowrap;
}

#pub-detail #m01_002 {
  font-size: 1.6em;
}

#pub-detail #photo .photo-scroll-cue {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 84px;
  padding: 0;
  color: var(--app-color-primary-muted);
  font-size: 2.2rem;
  line-height: 1;
  cursor: pointer;
  border: solid 1px var(--app-border-color);
  border-radius: 3px;
  background-color: var(--app-bg-muted);
  user-select: none;
}

#pub-detail #photo .photo-scroll-cue:hover,
#pub-detail #photo .photo-scroll-cue:focus {
  color: var(--app-color-white);
  background-color: var(--app-theme-color);
  outline: 2px solid var(--app-color-link);
  outline-offset: 1px;
}

#pub-detail #photo .photo-scroll-cue:disabled {
  color: var(--app-color-disabled);
  cursor: default;
  background-color: var(--app-bg-subtle);
  opacity: .72;
}

#pub-detail #photo .photo-rail {
  display: flex;
  gap: 8px;
  min-width: 0;
  padding: 0 0 8px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
  scroll-snap-type: x proximity;
}

#pub-detail #photo .photo-rail > div {
  display: flex;
  flex: 0 0 118px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 84px;
  padding: 4px;
  overflow: hidden;
  border: solid 1px var(--app-border-color);
  border-radius: 3px;
  background-color: var(--app-bg-muted);
  scroll-snap-align: start;
}

#pub-detail #photo .photo-link {
  display: block;
  width: 100%;
}

#pub-detail #photo .photo-link img {
  display: block;
  width: 100%;
  max-height: 116px;
  object-fit: cover;
}

#pub-detail #photo .photo-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 76px;
  color: var(--app-color-placeholder);
  font-size: .85em;
  line-height: 1.2;
  text-align: center;
}

#pub-detail #photo #mov_url {
  display: block;
  flex-basis: 132px;
  padding: 0;
}

#pub-detail #photo #mov_url a {
  display: block;
  padding: 4px;
}

#pub-detail #photo #mov_url .mov_mark {
  border-radius: 3px 3px 0 0;
  color: var(--app-color-white);
  background-color: var(--app-theme-color);
  letter-spacing: .2em;
}

#pub-detail #sozaiList .app-panel table.table {
  width: 503px;
  margin-bottom: 0;
}

#pub-detail #sozaiList .app-panel table.table thead,
#pub-detail #sozaiList .app-panel table.table tbody,
#pub-detail #sozaiList .app-panel table.table tfoot {
  display: block;
  width: 100%;
}

#pub-detail #sozaiList .app-panel table.table tbody {
  height: 300px;
  overflow-y: scroll;
}

#pub-detail #sozaiList .app-panel table.table td,
#pub-detail #sozaiList .app-panel table.table th {
  table-layout: fixed;
}

#pub-detail #sozaiList .app-panel table.table thead th,
#pub-detail #sozaiList .app-panel table.table tfoot th {
  background-color: var(--app-bg-table-green);
  text-align: center;
}

#pub-detail #sozaiList .app-panel table.table tbody td {
  background-color: var(--app-bg-surface);
}

#pub-detail #sozaiList .app-panel table.table tbody td.err {
  color: var(--app-danger-color);
}

#pub-detail #sozaiList .app-panel table.table .col01 {
  width: 100px;
}

#pub-detail #sozaiList .app-panel table.table .col02 {
  width: 120px;
}

#pub-detail #sozaiList .app-panel table.table .col03 {
  width: 50px;
}

#pub-detail #sozaiList .app-panel table.table .col04 {
  width: 100px;
  text-align: center;
}

#pub-detail #sozaiList .app-panel table.table .col05 {
  width: 50px;
}

#pub-detail #sozaiList .app-panel table.table .col06 {
  width: 80px;
}

#pub-detail #sozaiList .app-panel table.table thead .col06,
#pub-detail #sozaiList .app-panel table.table tfoot .col06 {
  width: 90px;
  padding-left: 10px;
}

#pub-detail #sozaiList .app-panel table.table .colsum-ti {
  width: 413px;
  text-align: right;
}

#pub-detail #sozaiList .app-panel table.table tbody td.col03,
#pub-detail #sozaiList .app-panel table.table tbody td.col05,
#pub-detail #sozaiList .app-panel table.table tbody td.col06,
#pub-detail #sozaiList .app-panel table.table tfoot td.col06 {
  text-align: right;
}

#pub-detail #compInfo #baseInfo {
  font-size: 1.2em;
}

#pub-detail #compInfo #certification > div {
  margin-bottom: 5px;
  border-bottom: dotted 1px var(--app-theme-color);
}

#pub-detail #compInfo #certification > div:last-child {
  margin-bottom: 0;
}

#pub-detail #compInfo #certification > div > .bi {
  color: var(--app-theme-color);
}

@media screen and (max-width: 767.98px) {
  #pub-top section > .row.top30,
  #pub-top section > .row.top10 {
    row-gap: 12px;
  }

  #pub-top section > .row.top30 > [class^="col-"],
  #pub-top section > .row.top30 > [class*=" col-"],
  #pub-top #mainL,
  #pub-top #mainR {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  #pub-top #mainL .app-panel,
  #pub-top #mainR .app-panel {
    margin-bottom: 0;
  }

  #pub-top #mainL .app-panel .app-panel-body {
    overflow-x: hidden;
  }

  #pub-top #map {
    width: auto;
    max-width: 100%;
  }

  #pub-top #mainR .app-panel .app-panel-body {
    overflow-x: hidden;
  }

  #pub-top #mainR .app-panel .app-panel-body table.table {
    width: 100%;
    min-width: 0;
  }

  #pub-top #mainR .app-panel .app-panel-body table.table th,
  #pub-top #mainR .app-panel .app-panel-body table.table td {
    box-sizing: border-box;
    width: 100%;
  }

  #pub-top #mainR .app-panel .app-panel-body table.table tbody {
    max-height: 360px;
    height: auto;
  }

  #pub-top .alert-info,
  #pub-top .btn-info {
    margin-top: 16px;
  }
}
