@charset "UTF-8";
.archive-category {
  /* ===== table reset ===== */
}
.archive-category table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.archive-category table a {
  color: #000;
}
.archive-category caption {
  text-align: left;
}
.archive-category th,
.archive-category td {
  padding: 0;
  border: 0;
  text-align: left;
  vertical-align: top;
  font-weight: inherit;
}
.archive-category thead,
.archive-category tbody,
.archive-category tfoot,
.archive-category tr {
  border: 0;
}
.archive-category th {
  /* UAによってthが太字になるのを戻す */
  font-weight: inherit;
}