@charset "UTF-8";
/* CSS Document */

.table {
  border-collapse: separate;
  border-spacing: 1.0em 0;
}
.table th, .table td {
  border-bottom: solid 1px #cccccc;
}

@media screen and ( max-width: 480px ) {
.table th {
  border-bottom: none;
  font-weight: bold;
  padding: 0.5em 0 0 0;
}
.table td {
  padding: 0 0 0.5em 0;
}
}