#lnav {
  width: 100%;
  //margin: var(--main-object-margin-height) 0 0 0;
  margin-top: 20px;
//outline: solid 1px red;
}

#lnav ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0.1em;
}

#lnav ul li a {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  padding: 0.7em 0;
  font-size: 0.9em;
  width: 11em;
  color: var(--site-white-color);
  text-decoration: none;
  background-color: #5fa1be;
}

#lnav ul li a:hover {
  background-color: #3d829f;
  color: var(--site-white-color);
}

#committee h1 > small {
  font-size: 0.6em;
}

#committee > section {
  margin: 1.5em auto 0 auto;
  width: 85%; 
}

#committee > section > h1 {
  display: inline-block;
  vertical-align: top;
  width: 5em; 
  padding: 0.4em 0;
  color: #ffffff;
  line-height: 1em;
  font-weight: normal;
  text-align: center;
  background-color: var(--site-main-color);
}

#committee > section > ul {
  display: inline-block;
  margin-left: 1em;
  width: calc(100% - 6.5em); 
  list-style-type: none;
}

#committee > section > ul li {
  line-height: 1em;
  margin-top: 1em;
}

#committee > section > ul li .org {
  margin-top: 0.5em;
  font-size: 0.8em;
}

#committee > section > ul li:first-of-type {
  margin-top: 0; 
}

#kaisaihouhou_haishinkaijou > section {
  margin-top: 1em;
  text-align: center;
}

#kaisaihouhou_haishinkaijou > section > h1 {
  margin-bottom: 0.5em;
  font-size: 1.3em;
  line-height: 1em;
  font-weight: normal;
}

#kaisaihouhou_haishinkaijou > section .desc > h2 {
  display: inline-block;
  margin-right: 0.5em;
  font-size: 1em;
  line-height: 1em;
  font-weight: normal;
  padding: 0.4em 0.6em;
  border: solid 1px #292929;
//outline: solid 1px red;
}

#kaisaihouhou_haishinkaijou > section .desc > h1 {
  margin-bottom: 5px;
  font-size: 1.1em;
  font-weight: normal;
}

#kaisaihouhou .desc > h1 {
  display: inline-block;
//outline: solid 1px red;
}

#kaisaihouhou_haishinkaijou > section small {
  font-size: 0.8em;
}



