/* CSS Document */
table.table010 {
  margin-top: 0.2em;
  margin-bottom: 1em;
  width: 578px;
  border-collapse: collapse;
  border: solid 1px #5353FF;
  font-size: 100%;
}

table.table010 caption {
  margin-top: 1em;
  text-align: left;
}

table.table010 th,
table.table010 td {
  border: solid 1px #5353FF;
  padding: 3px 4px;
}

table.table010 th {
  background: #E6E6E6;
  text-align: center;
  white-space: nowrap;
  color: #666;
}

table.table010 td.course {
  text-align: center;
  font-size: 200%;
  font-weight: bolder;
}

table.table010 td.time,
table.table010 td.fee {
  text-align: right;
  white-space: nowrap;
}
