@charset "utf-8";
/* CSS Document */
body {
  width: 800px;
  color: black;
  margin: 0 auto;
  background-color: white;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h1 {
  font-size: 26px;
}
h2 {
  font-size: 18px;
  text-align: center;
  color: white;
  background-color: #9b413d;
  padding: 2px 0;
}
h3 {
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
  color: white;
  background-color: #db8380;
  padding: 2px 0;
  margin: 2px 0;
}
h4 {
  font-size: 16px;
  padding: 2px 0;
}
h6 {
  font-size: 22px;
  text-align: center;
}
p {
  font-size: 15px;
  line-height: 150%;
  font-weight: normal;
}
#tops > p {
  font-size: 18px;
  margin: 0;
  padding: 0;
  text-align: center;
}
.sagyou > p {
  text-align: center;
}
a {
  font-size: 14px;
}
.sagyou > a {
  font-size: 13px;
  color: white;
  background-color: #DB8380;
  text-decoration: none;
  padding: 0 10px;
  margin: 0 2px;
}
.sagyou > a:hover {
  opacity: 0.5;
}
hr {
  border: none;
  border-top: dashed 1px #555;
  height: 1px;
}
th {
  font-size: 14px;
}
td {
  padding-left: 4px;
  font-size: 14px;
  line-height: 125%;
}
#formWrap {
  width: 80%;
  margin: 0 auto;
  color: #555;
  line-height: 120%;
  font-size: 90%;
}
table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
table.formTable td, table.formTable th {
  border: 1px solid #ccc;
  padding: 10px;
}
table.formTable th {
  width: 30%;
  font-weight: normal;
  background: #efefef;
  text-align: left;
}
#head {
  text-align: center;
}
#head > img {
  max-width: 100%;
}
.max-wid > img {
  max-width: 100%;
}
.left > img {
  margin: 0 auto;
  max-width: 100%;
}
#foot {
  font-size: 12px;
  color: #aaaaaa;
  text-align: center;
  clear: both;
}
#map {
  margin: 10px 0;
}
#map iframe {
  display: block;
  margin: 0 auto;
}
#bunner > img {
  max-width: 100%;
}
#drop-down-menu {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  width: 800px;
}
#drop-down-menu li {
  float: left;
  width: 114.28px;
  position: relative;
}
#drop-down-menu li a {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #099d5d;
  display: block;
  padding: 1px;
}
#drop-down-menu li:hover a {
  background-color: #23b85f;
}
#drop-down-menu1 li:hover ul {
  display: block;
}
#drop-down-menu li ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: none;
  position: absolute;
  overflow: hidden;
  height: 0px;
  transition: 0.5s;
}
#drop-down-menu li:hover ul {
  display: block;
  height: 200px;
}
#drop-down-menu li ul li a {
  display: block;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #099d5d;
}
#drop-down-menu li ul li:hover a {
  background-color: #045a2f;
}
#drop-down-menu:after {
  content: "";
  clear: both;
  display: block;
}