@charset "UTF-8";

li {
  color: #1aa5aa;
}

.inspection_cleaning_tbl01 li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  width: 45%;
}

.inspection_cleaning_tbl01 li p {
  font-weight: bold;
  white-space: nowrap;
  min-width: 70px;
  width: auto;
}

.inspection_cleaning_btn {
  margin: 20px 0 0;
}

.selectyear {
  margin-left: 5px;
  min-width: 30px !important;
  font-weight: bold;
}

/* 建物管理契約 */

.inspection_cleaning_tbl tr:nth-child(odd) td {
  background: #f5f5f5;
}

.inspection_cleaning_tbl {
  margin: 0 auto;
  width: 100%;
  color: #696969;
  table-layout: fixed;
  border-collapse: collapse;
}

.inspection_cleaning_tbl th {
  background-color: #E9F4F5;
  padding: 5px;
  text-align: center;
  border: solid 1px #fff;
}

.inspection_cleaning_tbl th:nth-child(1) {
  width: 15%;
}

.inspection_cleaning_tbl th:nth-child(2) {
  width: 20%;
}

.inspection_cleaning_tbl th:nth-child(3) {
  width: 20%;
}

.inspection_cleaning_tbl th:nth-child(4) {
  width: 20%;
}

.inspection_cleaning_tbl th:nth-child(5) {
  width: 25%;
}

.inspection_cleaning_tbl td {
  padding: 5px;
  text-align: center;
  border: solid 1px #E9F4F5;
}

/* 点検清掃作業項目 */

.workitem_tbl tr:nth-child(even) td {
  background: #f5f5f5;
}

.workitem_tbl tr:nth-child(odd) td {
  background: #fff;
}

.workitem_tbl {
  margin: 0 auto 20px;
  width: 100%;
  color: #696969;
  table-layout: fixed;
  border-collapse: collapse;
}

.workitem_tbl th {
  background-color: #E9F4F5;
  padding: 5px;
  text-align: center;
  border: solid 2px #fff;
}

.workitem_tbl td {
  padding: 5px;
  border: solid 1px #E9F4F5;
}

.workitem_tbl td:nth-child(1) {
  text-align: center;
}

.workitem_tbl th:nth-child(1) {
  width: 120px;
}

.workitem_tbl th:nth-child(2) {
  width: 220px;
}

.workitem_tbl th:nth-child(3) {
  width: 100px;
}

.workitem_tbl th:nth-child(4) {
  width: 100px;
}

.workitem_tbl th:nth-child(5) {
  width: 100px;
}

.workitem_tbl th:nth-child(6) {
  width: 500px;
}

/* 点検清掃作業実施日 */

.work_implementation_date_tbl tr:nth-child(even) td {
  background: #f5f5f5;
}

.work_implementation_date_tbl tr:nth-child(odd) td {
  background: #fff;
}

.work_implementation_date_tbl {
  margin: 0 auto 20px;
  width: 100%;
  color: #696969;
  table-layout: fixed;
  border-collapse: collapse;
}

.work_implementation_date_tbl th {
  background-color: #E9F4F5;
  padding: 5px;
  text-align: center;
  border: solid 2px #fff;
}

.work_implementation_date_tbl td {
  padding: 5px;
  border: solid 1px #E9F4F5;
}

.work_implementation_date_tbl td:nth-child(1) {
  text-align: center;
}

.work_implementation_date_tbl th:nth-child(1) {
  width: 120px;
}

.work_implementation_date_tbl th:nth-child(2) {
  width: 1000px;
}

.report {
  line-height: 1.8;
}

.report a {
  color: #1aa5aa;
  text-decoration: underline;
}

.report a:hover {
  color: #4CC2C7;
}

/* 報告事項 */

.report_items_tbl tr:nth-child(odd) td {
  background: #f5f5f5;
}

.report_items_tbl {
  margin: 0 auto;
  width: 100%;
  color: #696969;
  table-layout: fixed;
  border-collapse: collapse;
}
.remarks_tbl{
  border-collapse: collapse;
  margin-top: 20px;
}

.report_items_tbl th {
  background-color: #E9F4F5;
  padding: 5px;
  border: solid 2px #fff;
}

.report_items_tbl th:nth-child(1) {
  width: 120px;
}

.report_items_tbl th:nth-child(2) {
  width: 20%;
}

.report_items_tbl th:nth-child(3) {
  width: 60px;
}

.report_items_tbl th:nth-child(4) {
  width: auto;
}

.report_items_tbl td {
  padding: 5px;
  border: solid 1px #E9F4F5;
}

.report_items_tbl td:nth-child(1) {
  text-align: center;
}

/* 備考 */

.remarks_tbl tr:nth-child(odd) td {
  background: #f5f5f5;
}

.remarks_tbl_tbl {
  margin: 0 auto;
  width: 100%;
  color: #696969;
  table-layout: fixed;
}

.remarks_tbl th {
  background-color: #E9F4F5;
  padding: 5px;
}

.remarks_tbl td {
  padding: 5px;
  border: solid 1px #E9F4F5;
}

/* ダウンロードボタン */

.download_pdf a::before {
  content: '';
  display: inline-block;
  width: 23px;
  height: 23px;
  background-image: url(../img/inspection_cleaning/btn_icon02.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 5px;
}

/*responsive*/

/* sp */

@media (max-width: 768px) {
  #inspection_cleaning_main {
    margin-left: 0;
  }
  .inspection_cleaning_btn {
    margin: 20px 0 10px;
  }
  .inspection_cleaning_tbl th:nth-child(1) {
    width: 120px;
  }
  .inspection_cleaning_tbl tr {
    text-align: left !important;
  }
  .inspection_cleaning_tbl01 {
    display: flex;
    width: 50%;
  }
  .inspection_cleaning_tbl01 th:nth-child(1) {
    width: 10%;
    text-align: left;
    padding: 5px 0 0;
  }
  .inspection_cleaning_tbl {
    border-collapse: separate;
  }
  .inspection_cleaning_tbl th {
    border: solid 0px;
    text-align: left;
  }
  .inspection_cleaning_tbl td {
    border: solid 2px #E9F4F5;
    text-align: left;
  }
  .inspection_cleaning_tbl tr:nth-child(odd) td {
    background: #fff;
  }
  .report_items_tbl th {
    width: 40%;
    text-align: left;
    border: 0px;
  }
  .report_items_tbl tr {
    text-align: left !important;
  }
  .report_items_tbl tr:nth-child(odd) td {
    background: #fff;
  }
  .report_items_tbl td {
    border: solid 2px #E9F4F5;
  }


  .remarks_tbl th {
    width: 120px;
    text-align: left;
  }
  .remarks_tbl tr {
    text-align: left !important;
  }
  .remarks_tbl tr:nth-child(odd) td {
    background: #fff;
  }
  .remarks_tbl td {
    border: solid 2px #E9F4F5;
  }
  .report_items_tbl {
    border-collapse: separate;
  }
  .remarks_tbl{
    border-collapse: separate;
  }
}

@media (max-width: 325px) {
  select {
    width: 90%;
  }
}