@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 #9ec0d5;
}

.dataTbl td {
  border: 1px solid #9ec0d5;
}

.dataTbl th {
  background-color: #bedef2;
  height: 18px;
  vertical-align: middle;
}

.dataTbl td {
  height: 18px;
  vertical-align: middle;
  line-height: 2.2;
}

.dataTbl tr:nth-child(even), .dataTbl .even {
  background-color: #f6fbff;
}

.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 .thBtn, .dataTbl .thBtn_on {
  margin: 0;
  min-width: 0;
  width: 100%;
  height: 100%;
  border: none;
  /* リセット */
  background: none;
  /* リセット */
  height: 100%;
  width: 100%;
  background-color: #bedef2;
}

.dataTbl .thBtn:hover, .dataTbl .thBtn_on:hover {
  background: inherit;
}

.dataTbl td.send_NG {
  background: url("../../res/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, .timelineTbl thead td {
  line-height: 1em;
  padding: 2px 0;
}

.timelineTbl thead tr.highCol th, .timelineTbl thead tr.highCol td {
  line-height: 1.3em;
  padding: 4px 0;
}

.timelineTbl td {
  line-height: 1em;
  text-align: right;
}
