/* ----- セミナー ----- */
table.curriculum {
  margin: 12px 0;
}

table.curriculum td {
  background: #ddd;
  vertical-align: top;
  padding: 4px;
}

table.curriculum th {
  background: #cac;
  padding: 4px;
}

table.curriculum td ul {
  font-size: 100%;
  margin: 0;
  padding-left: 1.5em;
}

table table {
  font-size: 100%;
}

div.closed_programs {
  font-size: 90%;
}

div.info {
  font-size: 80%;
  background: #cfc;
  border: solid 1px black;
  margin: 4px;
  padding: 5px;
}

div.info div.header {
  text-align: center;
  font-weight: bold;
  color: #f00;
}

div.info div {
  margin: 4px;
  text-indent: 1em;
}

div.child_form {
  margin: 2px 10px;
  padding: 10px;
  border: solid 1px black;
}

div.child_form h4 {
  font-size: 10px;
  text-decoration: underline;
}

table.list {
  font-size: 86%;
  border-collapse: collapse;
  margin: 1em 0;
}

table.list, table.list th, table.list td {
  border: 1px solid #ccc;
}

table.list th {
  text-align: left;
  background-color: #ddf;
}
