/*---------------------------
 * menu_outer
 *---------------------------*/
.menu_outer {
  width: 780px;
  margin: 30px auto;
  padding: 20px 0 30px;
  background: -moz-linear-gradient(top, #FBBD02, #7E5E03);
  background: -webkit-linear-gradient(top, #FBBD02, #7E5E03);
  background: linear-gradient(to bottom, #FBBD02, #7E5E03);
  border-radius: 15px;
}
.menu_outer h2 {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", Meiryo, serif;
  font-size: 1.6em;
  font-weight: bold;
  color: #693202;
  line-height: 1.3em;
  text-align: center;
  margin-bottom: 2%;
}
.menu_outer A {color: #000;}
.menu_outer .icon {
  width: 105px;
  text-align: left;
}
.menu_outer .icon IMG {
  width: 90px;
  height: auto;
}
.menu_outer A H3 {
  font-size: 1.4em;
  color: #000;
  text-decoration: underline;
}
.menu_outer A:hover H3 {
  text-decoration: none;
}
.menu_outer .severalmenu {
  width: 700px;
  margin: 0 auto 10px;
  padding: 15px;
  background-color: #fff;
}
.menu_outer .severalmenu .menu_info {
  padding-top: 10px;
}
