@charset "UTF-8";
.rotation02 {
  transform: rotate( 90deg);
  position: absolute;
  top: 31px;
  left: 76px;
  font-weight: bold;
}

.selectyear {
  margin-left: 5px;
  min-width: 20px !important;
  font-weight: bold;
}

#list_of_repair_reports_main {
  margin-left: 20px;
}

.list_of_repair_reports {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}


.list_of_repair_reports li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 20px;
  width: 47%;
}

.list_of_repair_reports li p {
  font-weight: bold;
  white-space: nowrap;
  width: auto;
  text-align: left;
  margin-right: 5px;
  min-width: 79px;
}

.list_of_repair_reports01 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.list_of_repair_reports01 li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 10px;
  width: 47%;
}

.list_of_repair_reports01 li p {
  font-weight: bold;
  white-space: nowrap;
  width: auto;
  text-align: left;
  margin-right: 5px;
  min-width: 79px;
}

.list_of_repair_reports02 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.list_of_repair_reports02 li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
  margin-right: 5px;
}

.list_of_repair_reports02 li p {
  font-weight: bold;
  white-space: nowrap;
  min-width: 70px;
  width: auto;
  text-align: left;
  margin-right: 5px;
}
.textform_ptn02 {
  min-width: 213px;
}

/* カレンダー箇所 */

.datepicker {
  position: relative;
  height: 36px;
  border: 0;
  background: #fff;
  box-sizing: border-box;
  font-size: 16px;
  color: #696969;
  border: solid 1px #696969;
  border-radius: 5px;
  padding: 0 10px;
  background-image: url(../img/index/calendar.png);
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 28px;
  width: 213px;
}

/* カレンダー箇所ここまで */

.list_of_repair_reports_income_tbl tr:nth-child(even) td {
  background: #f5f5f5;
}

.list_of_repair_reports_income_tbl tr:nth-child(odd) td {
  background: #fff;
}

.list_of_repair_reports_income_tbl {
  margin: 0 auto 20px;
  width: 100%;
  color: #696969;
  table-layout: fixed;
  border-collapse: collapse;
}

.list_of_repair_reports_income_tbl th {
  background-color: #E9F4F5;
  padding: 5px;
  text-align: center;
  border: solid 2px #fff;
}

.list_of_repair_reports_income_tbl td {
  padding: 5px;
  border: solid 1px #E9F4F5;
  text-align: center;
}

.list_of_repair_reports_income_tbl th:nth-child(1) {
  width: 200px;
}

.list_of_repair_reports_income_tbl th:nth-child(2) {
  width: 120px;
}

.list_of_repair_reports_income_tbl th:nth-child(3) {
  width: 300px;
}

.list_of_repair_reports_income_tbl th:nth-child(4) {
  width: 120px;
}

.list_of_repair_reports_income_tbl th:nth-child(5) {
  width: 200px;
}

.list_of_repair_reports_income_tbl th:nth-child(6) {
  width: 200px;
}

.scrollbar .inner {
  width: 1215px!important;
}

.list_of_repair_reports01 select {
  min-width: 225px;
}

/*responsive*/

@media (max-width: 988px) {
  .marl85 {
    margin-left: 85px;
  }
}

/* sp */

@media (max-width: 768px) {
  .list_of_repair_reports {
    text-align: left;
  }
  .list_of_repair_reports th {
    padding: 5px 0 0;
    text-align: left;
  }
  #list_of_repair_reports_main {
    margin-left: 0;
  }
  .list_of_repair_reports_btn {
    margin: 20px 0 10px;
  }
  .datepicker {
    margin: 0 0 15px;
    width: 100%;
  }
}