/* ============================
   RFID 生産完了品リスト用テーブル
   ============================ */

.rfid-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  table-layout: fixed;
}

.rfid-table th,
.rfid-table td {
  border: 1px solid #dadada;
  padding: 12px;
  vertical-align: middle;
  word-break: break-word;
}

.rfid-table th {
  background: #eeeddf;
  text-align: center;
  font-weight: 400;
}
.text-center {
  text-align: center;
}


/* 01 スマホ対応：横スクロール */
@media (max-width: 767px) {
  .rfid-table {
    display: block;
    overflow-x: auto;
    white-space: normal !important;
    table-layout: auto !important;
  }
}

/* スマホ対応おわり */

/* 右寄せの日付 */
.support-date {
  text-align: right;
  margin-bottom: 8px;
}
