/*

For EOP Search Page

*/

/* 検索結果一覧 */
.table_dl th {
  font-size: .9em;
}
.table_dl th.th_model {
  width: 20%;
  max-width: 10em;
}
.table_dl th.th_ov {
  width: 45%;
}
.table_dl th.th_ym {
  width: 10%;
  min-width:7em;
}
.table_dl th.th_doc {
  width: 10%;
  min-width: 10em;
}
.table_dl th.th_dl {
  width: 10%;
  min-width: 10em;
}
.table_dl td.ov {
  padding-left: .5em;
  font-size: .9em;
  text-align: left;
}

@media (max-width:1199px) {
  .table_dl th.th_model {
    width: 20%;
    max-width: 10em;
  }
  .table_dl th.th_ov {
    width: 35%;
  }
  .table_dl th.th_ym {
    width: 15%;
    min-width:7em;
  }
  .table_dl th.th_doc {
    width: 15%;
    min-width: 10em;
  }
  .table_dl th.th_dl {
    width: 15%;
    min-width: 10em;
  }
}
@media (max-width:767px) {
  .table_dl th.th_model {
    width: 20%;
    max-width: 10em;
  }
  .table_dl th.th_ov {
    width: 20%;
  }
  .table_dl th.th_ym {
    width: 20%;
    min-width:7em;
  }
  .table_dl th.th_doc {
    width: 20%;
    min-width: 10em;
  }
  .table_dl th.th_dl {
    width: 20%;
    min-width: 10em;
  }
}
