@charset "utf-8";

h1 {
font-family:
   "ƒqƒ‰ƒMƒm–¾’© ProN W6",
   "HiraMinProN-W6",
   "HG–¾’©E",
   "‚l‚r ‚o–¾’©",
   "MS PMincho",
   "MS –¾’©",
   serif;
font-size: medium;
font-weight: bold;
color: #000000;
}

h2 {
font-family:
   "ƒqƒ‰ƒMƒm–¾’© ProN W6",
   "HiraMinProN-W6",
   "HG–¾’©E",
   "‚l‚r ‚o–¾’©",
   "MS PMincho",
   "MS –¾’©",
   serif;
font-size: 1.2em;
font-weight: bold;
color: #000000;
}

.center{
 text-align: center;
}

.wrapper {
    max-width: 6300px;
    margin: 0 auto;
    text-align: center;
}
.txt {
    display: inline-block;
    text-align: left;
    font-family:
   "ƒqƒ‰ƒMƒm–¾’© ProN W6",
   "HiraMinProN-W6",
   "HG–¾’©E",
   "‚l‚r ‚o–¾’©",
   "MS PMincho",
   "MS –¾’©",
   serif;
    font-size: 1.2em;
    font-weight: bold;
    color: #000000;
}

#dropmenu{
  list-style-type: none;
  width: auto;
  height: 40px;
  margin: 30px auto 50px;
  padding: 0;
  background: #8a9b0f;
  border-bottom: 5px solid #535d09;
  border-radius: 3px 3px 0 0;
}
#dropmenu li{
  position: relative;
  width: 20%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
#dropmenu li a{
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
#dropmenu li ul{
  list-style: none;
  position: absolute;
  width: 50%;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: 0 0 3px 3px;
}
#dropmenu li:last-child ul{
  width: 50%
}
#dropmenu li ul li{
  overflow: hidden;
  width: 200%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#dropmenu li ul li a{
  padding: 13px 15px;
  background: #6e7c0c;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}
#dropmenu li:hover > a{
  background: #6e7c0c;
  color: #eff7b1;
}
#dropmenu > li:hover > a{
  border-radius: 3px 3px 0 0;
}
#dropmenu li:hover ul li{
  overflow: visible;
  height: 38px;
  border-top: 1px solid #7c8c0e;
  border-bottom: 1px solid #616d0b;
}
#dropmenu li:hover ul li:first-child{
  border-top: 0;
}
#dropmenu li:hover ul li:last-child{
  border-bottom: 0;
}
#dropmenu li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}

