/* tables */
.table_wrap {
  overflow-x: scroll;
}
.table {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}
table.tablesorter {
  margin: 0px 0pt 0px;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
table.tablesorter thead tr th,
table.tablesorter tfoot tr th {
  background-color: #e6eeee;
  border: 1px solid #fff;
  padding: 4px;
}
table.tablesorter thead tr .header {
  background-image: url(../images/bg.gif);
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
}
table.tablesorter tbody td {
  color: #3d3d3d;
  padding: 4px;
  vertical-align: top;
}
table.tablesorter tbody tr.odd td {
  background-color: #f0f0f6;
}
table.tablesorter thead tr .headerSortUp {
  background-image: url(../images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
  background-image: url(../images/desc.gif);
}
table.tablesorter tr:hover {
  background-color: #ffffe0;
}
table.tablesorter span {
  background-color: #eb495e;
  color: $color_white;
  padding: 5px;
  font-size: 1.2rem;
  border-radius: 5px;
}
