.main-box {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.main-box > span.search-note {
  padding: 1rem;
}

#search-contents {
  justify-content: center;
  display: flex;
}

#search-contents > table {
  padding-top: 10px;
  padding-bottom: 10px;
  border-collapse: separate;
  border-spacing: revert-layer;
  width: 90%;
}

#search-contents > table > tbody > tr > th {
  line-height: 3rem;
  text-align: center;
  width: 50%;
}

#search-contents > table > tbody > tr > th.administrative-action {
  width: 10%;
  min-width: 70px;
  vertical-align: middle;
}

#search-contents > table > tbody > tr > th.administrative-action-title {
  width: 40%;
}

#search-contents > table > tbody > tr > td {
  width: 50%;
}

#search-contents > table > tbody > tr > td > input {
  line-height: 2rem;
  max-width: 400px;
  width: 100%;
  background-color: #f1f1f1;
  border: solid #000 1px;
}

#content-explanation > table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

#content-explanation > table > tbody > tr > th {
  width: 5%;
  text-align: center;
  border: solid #000 1px;
}

#content-explanation > table > tbody > tr > td {
  padding-left: 0.8rem;
  width: 28%;
  border: solid #000 1px;
}

#list-contents {
  overflow-y: scroll;
}

#list-contents table {
  border-collapse: separate;
  border-spacing: revert-layer;
  text-align: center;
  width: 100%;
}

#list-contents > .header-table {
  position: sticky;
  top: 0;
  background-color: white;
}

#list-contents > .scroll-table-content {
  max-height: 400px;
}

#list-contents table > thead > tr > th {
  vertical-align: middle;
  text-align: center;
}

#list-contents table > tbody > tr > td {
  padding-top: 1rem;
  padding-bottom: 1rem;
  vertical-align: top;
  text-align: center;
}

#list-contents table > thead > tr > th.business-type,
#list-contents table > thead > tr > td.business-type {
  width: 5%;
}

#list-contents table > tbody > tr:nth-child(odd) > td {
  background: #eee;
}

.detail-note {
  background-color: #0d849d;
  color: #fff;
  padding: 0.3rem;
  margin-top: 1rem;
}
#detail-contents > table,
#detail-contents > #ship-info-contents > table {
  padding-top: 10px;
  padding-bottom: 10px;
  border-collapse: separate;
  border-spacing: revert-layer;
  width: 100%;
}

#detail-contents > table > tbody > tr > th.officeAddress {
  vertical-align: top;
}

#detail-contents > table > tbody > tr > th,
#detail-contents > #ship-info-contents > table > tbody > tr > th {
  padding-left: 1rem;
  text-align: left;
  vertical-align: middle;
}

#detail-contents > table > tbody > tr > th.major-items,
#detail-contents > #ship-info-contents > table > tbody > tr > th.major-items {
  padding: 0;
  text-align: center;
  vertical-align: middle;
}

#detail-contents > table > tbody > tr > td,
#detail-contents > #ship-info-contents > table > tbody > tr > td {
  width: 50%;
  padding-left: 0.5rem;
  background-color: #eee;
}
#detail-contents > #ship-info-contents {
  max-height: 800px;
  overflow: auto;
}

#action-box {
  margin-top: 3rem;
  justify-content: center;
  display: flex;
}

#action-box > .action-box-buttons {
  width: 300px;
  justify-content: space-around;
  display: flex;
}

#action-box > .action-box-buttons > button {
  font-size: 1.6rem;
}

.pl-20 {
  padding-left: 20px;
}

table.table-th-color > tbody > tr > th,
table.table-th-color > thead > tr > th {
  background-color: #b0dbe0;
  font-weight: unset;
}

table.table-th-color2 > tbody > tr > th,
table.table-th-color2 > thead > tr > th {
  background-color: #9dcfbe;
  font-weight: unset;
}

table {
  border-spacing: 2px;
  border-collapse: separate;
}

.page-back-btn-area {
  text-align: center;
}
