.currentTitle {
  color: #000!important;
  font-size: 1.4em!important;
  font-weight: bold;
  font-family: 'メイリオ', 'Meiryo', sans-serif;
}
.menuTitle {
  color: #000!important;
  font-family: 'メイリオ', 'Meiryo', sans-serif;
}
.menuBtnWrapper {
  width: 100%;
  padding-top: 1%;
  padding-bottom: 10px;
}
.menuBtnsDiv {
  padding: 0px 5px;
  margin-bottom: 10px;
}
.menuBottomBtnsDiv {
  margin-top: 7vmin;
}
.menuBottomBtns {
  display: inline-block;
  white-space: normal;
  word-break: break-all;
  height: auto;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border-radius: 4px;
  width: 100%;
  padding: 6px 0px;
  background-color: #e2f0d9 !important;
  color: #000;
  font-family: 'Meiryo UI', 'メイリオ', 'Meiryo', sans-serif;
  font-size: 1.4vw;
}
a.menuBtn {
  width: 100%;
  padding: 6px 0px;
  background-color: #FFF;
  color: #000;
  border: 1px solid #000;
  font-family: 'Meiryo UI', 'メイリオ', 'Meiryo', sans-serif;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.8);
  font-size: 1.4vw;
}
a.menuBtn:visited,
a.menuBtn:active {
  color: #000;
  border-color: #595959;
}
a.menuBtn:hover {
  background-color: #a9d18e;
  color: #FFF;
  border-color: #000;
}
a.cmsBtn {
  width: 100%;
  padding: 6px 0px;
  background-color: #8FAADC!important;
  color: #FFF;
  border: 1px solid #000;
  font-family: 'Meiryo UI', 'メイリオ', 'Meiryo', sans-serif;
  font-weight: bold;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.8);
}
a.cmsBtn:hover {
  color: #FFF;
}
.menuBtnSelected {
  
}
.menuBtnSelected:hover {
  
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .currentTitle {
    color: #000!important;
    font-size: 16px!important;
    font-weight: bold;
    font-family: 'メイリオ', 'Meiryo', sans-serif;
  }
}
