@charset "UTF-8";
/**
 * 一覧系画面CSS
 */
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.dataTbl {
  width: 100%;
}

.dataTbl td {
  padding: 0 5px;
}

.dataTbl .td_l {
  padding-left: 5px;
  text-align: left;
}

.dataTbl .td_c {
  text-align: center;
}

.dataTbl .td_r {
  text-align: right;
  padding-right: 5px;
}

.dataTbl th {
  border: 1px solid #7f957f;
}

.dataTbl td {
  border: 1px solid #7f957f;
}

.dataTbl th {
  background-color: #daedda;
  height: 24px;
  vertical-align: middle;
}

.dataTbl td {
  height: 24px;
  vertical-align: middle;
  line-height: 2.2;
}

.dataTbl tr:nth-child(even), .dataTbl .even {
  background-color: #f1f3f6;
}

.dataTbl tr:nth-child(odd), .dataTbl .odd {
  background-color: #ffffff;
}

.dataTbl button, .dataTbl [type="button"], .dataTbl [type="submit"] {
  min-width: 64px;
  margin: 1px 2.5px;
}

.dataTbl .color_adv {
  background-color: #fff759;
}

.dataTbl .color_warn {
  background-color: #ff7e66;
}

.dataTbl .color_emg {
  background-color: #a500a5;
}

.dataTbl .thBtn, .dataTbl .thBtn_on {
  margin: 0;
  min-width: 0;
  width: 100%;
  height: 100%;
  border: none;
  /* リセット */
  background: none;
  /* リセット */
  height: 100%;
  width: 100%;
  background-color: #daedda;
}

.dataTbl .thBtn:hover, .dataTbl .thBtn_on:hover {
  background: inherit;
}

.dataTbl td.send_NG {
  background: url("../img/common/icon_error.png") no-repeat center;
  background-position: 80px;
  color: red;
}

.dataTbl td.send_NG a {
  color: red;
}

.dataTbl .btnM {
  min-width: 150px;
}

/*=========================
	時系列表
  =========================*/
.timelineTbl thead th {
  line-height: 1.2em;
  padding: 2px 0;
}

.timelineTbl thead tr.highCol th, .timelineTbl thead tr.highCol td {
  line-height: 1.2em;
  padding: 3px 0;
}

.timelineTbl td {
  line-height: 1.6em;
  text-align: right;
}
