#h1-hosoku {
  margin-top: 1em;
  font-size: 0.8em;
}

#pamphlet-download {
  width: 100%;
  margin-top: 20px;
  text-align: center;
  font-size: 0.9em;
}

#program > section {
  margin-top: 20px;
  text-align: center;
}

#program > section#day2 {
  margin-top: var(--main-object-margin-height);
}

#program > section .day-nav,
#program > section .venue-nav {
  margin-top: 20px;
  width: 100%;
}

#program > section .day-nav ul li,
#program > section .venue-nav ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0.1em;
}

#program > section .day-nav ul li.active,
#program > section .day-nav ul li a {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  padding: 0.8em 0;
  width: 14em;
  color: var(--site-white-color);
  text-decoration: none;
  background-color: #5fa1be;
  border-radius: 1.3em; 
}

#program > section .venue-nav ul li.active,
#program > section .venue-nav ul li a {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  padding: 0.6em 0;
  font-size: 0.9em;
  width: 6em;
  color: var(--site-white-color);
  text-decoration: none;
  background-color: #5fa1be;
  border-radius: 1.1em; 
}

#program > section .day-nav ul li.active,
#program > section .day-nav ul li a:hover,
#program > section .venue-nav ul li.active,
#program > section .venue-nav ul li a:hover {
  background-color: var(--site-main-color);
  color: var(--site-white-color);
}

#program > section table {
  margin-top: 20px;
  width: 100%;
  table-layout: fixed;
}

#program > section table tr th,
#program > section table tr td {
  padding: 0.6em 1em;
  vertical-align: middle;
  line-height: 1.5em;
  font-weight: normal;
  border: solid 2px #5fa1be;
}

#program > section table tr th {
  width: calc(100% / 4);
  text-align: center;
  //font-size: 0.8em;
  color: var(--site-white-color);
  background-color: #3d829f;
}

#program > section table tr td {
  text-align: left;
}

#program > section table tr td > h1 {
  //font-size: 21px;
  font-size: 1.05em;
}

#program > section table tr td > h1 a {
  color: var(--site-main-color);
}

#program > section table tr td > h1 .subtitle {
  font-size: 0.85em;
  line-height: 1.5em;
//outline: solid 1px red;
}

#program > section table tr td.venue {
  text-align: center;
  font-size: 0.9em;
  color: var(--site-white-color);
  background-color: var(--site-main-color);
}

#program > section table tr td.venue > h1 {
  margin-top: 0.3em;
  //font-size: 0.9em;
  line-height: 1.4em;
  font-weight: normal;
}

#program > section table tr td.venue a {
  color: var(--site-white-color);
  text-decoration: none;
}

#program > section table tr td.venue a:hover {
  text-decoration: underline;
}

#program > section table tr td .kubun {
  display: inline-block;
  vertical-align: top;
  margin-top: 0.1em;
  margin-left: 0.6em;
  padding: 0.3em 0.8em 0.2em 0.8em;
  //font-size: 0.9em;
  font-size: 0.8em;
  line-height: 1em;
  color: var(--site-main-color);
  background-color: var(--site-white-color);
  text-align: center;
}

#program > section table tr td .lecturer {
  margin-top: 0.3em;
}

#program > section table tr td .lecturer-org {
  //font-size: 0.65em;
  font-size: 0.7em;
  line-height: 1.5em;
}

#program > section table tr td .lecturer-org strong {
  margin-right: 0.5em;
  font-weight: bold;
}

#program > section table tr td .lecturer-name {
  font-size: 0.9em;
  line-height: 1.5em;
  font-weight: bold;
}

#program > section table tr td .chouseichu {
  font-size: 0.9em;
  text-align: center;
}



