@charset "utf-8";

/* 可変テーブル */
.table_float th {
  width: 100%;
  display: block;
}

.table_float td {
  width: 100%;
  display: block;
}

@media (min-width: 768px) {
  .table_float th {
    width: 20%;
    display: table-cell;
  }

  .table_float td {
    display: table-cell;
  }
}

/* IE scroll bar 位置調整 */
@-ms-viewport {
  width: auto;
}
