/*

For EOP Search Page

*/

/* 検索条件入力欄 */
input + label {
  display: block;
}
button.btn_search {
  display: inline-block;
  margin: 1em 0.25em 0;
}
button.btn_search._clear {
  background: gray;
  width: 10em;
}
button.btn_search._clear:hover {
  background: darkslategray;
}

/* 検索結果一覧 */
.section_result,.container_result {
  max-width: none !important;
}
.section_result {
  padding: 3rem 0 !important;
}
.column_result {
  max-width: none;
  width: 80% !important;
  float: none;
  margin: auto !important;
}
.div_list {
  max-height: none;
  overflow-y: hidden;
}
table.table_dl {
  margin-bottom: 0;
}
.table_dl th {
  font-size: .9em;
  padding: 0.5em 0;
}
.table_dl th.th_model {
  width: 15%;
  max-width: 10em;
}
.table_dl th.th_ov {
  width: 30%;
}
.table_dl th.th_ym {
  width: 10%;
  min-width:7em;
}
.table_dl th.th_doc {
  width: 7.5%;
  min-width: 7em;
}
.table_dl th.th_dl {
  width: 7.5%;
  min-width: 7em;
}
.table_dl td {
  line-height: 1.1em;
}
.table_dl td.ov {
  padding: 0.4em 0.5em;
  font-size: .9em;
  text-align: left;
}
/* tablesorter */
th.tablesorter-header:not(.sorter-false) {
  cursor: pointer;
}
.tablesorter-headerUnSorted:not(.sorter-false) div:after,
.tablesorter-headerAsc:not(.sorter-false) div:after,
.tablesorter-headerDesc:not(.sorter-false) div:after {
  font-family: 'Font Awesome 5 Free';
  display: inline-block;
  float: right;
  margin: 0 0.5em 0 -0.5em;
}
.tablesorter-headerUnSorted:not(.sorter-false) div:after {
  content: '\f0dc';
}
.tablesorter-headerAsc:not(.sorter-false) div:after {
  content: '\f0de';
}
.tablesorter-headerDesc:not(.sorter-false) div:after {
  content: '\f0dd';
}

/* 注意書き */
ul.notes {
  list-style: none;
  margin: 2em 0 -2em;
  text-align: left;
  font-size: 0.9em;
  padding-left: 2em;
}
ul.notes a {
  text-decoration: underline;
}
ul.notes li {
  margin: 0 0 1em;
  line-height: 1.4em;
}
ul.notes li:last-child {
  margin-bottom: 0;
}
ul.notes li:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f0c8';
  font-weight: bold;
  color: var(--idk-red);
  font-size: 0.75em;
  margin-left: -1.4em;
  margin-right: 0.5em;
}

/*** RESPONSIVE ***/
@media (max-width:1199px) {
  ul.notes {
    margin-bottom: 0;
  }
  .column_result {
    width: 100% !important;
  }
  table.table_dl {
    font-size: 1.2em;
    width: max-content;
    overflow-x: scroll;
  }
  .table_dl th {
    font-size: 1em;
    line-height: 1.5em
  }
  .table_dl th.th_model {
    width: 7em;
  }
  .table_dl th.th_ov {
    width: 20em;
  }
  .table_dl th.th_ym {
    width: 8em;
  }
  .table_dl th.th_ym {
    width: 8em;
  }
  .table_dl th.th_dl,.table_dl th.th_doc {
    width: 7em;
  }
  .table_dl td {
    line-height: 1.1em;
    padding: 0.2em 0.5em;
  }
  .table_dl td:not(.model) a {
    font-size: 1em;
    padding: 0.5em;
  }
}
