
body {
  overflow: hidden !important;
}
#load {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  opacity: 0.8;
  background: white;
  z-index: 99999;
  text-align: center;
}
#load > img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
}
.btnSelected {
  background-color: #a9d18e !important;
}
.navbarCorner {
  color: white;
  background-color: #70ad47 !important;
  padding: 0;
  height: 54px;
}
.navbar {
  border-radius: 0;
  border: none;
  background-color: #c5e0b4 !important;
  
  margin-bottom: 0px;
}
.navbar-brand {
  width: 100%;
  text-align: center;
  font-size: 1.4em !important;
}
.navbar-top {
  background: #D9D9D9!important;
  
}
.navbar-default .navbar-brand {
  color: #000;
}
.navbar-default .navbar-brand:hover {
  color: #000;
}
.tab {
  background-color: #BFBFBF!important;
  color: #000000!important;
  padding-left: 7px!important;
  padding-right: 7px!important;
  padding-bottom: 0px!important;
  padding-top: 5px!important;
  margin-top: 9px!important;
  font-family: YuGothic, '游ゴシック体', 'Yu Gothic Medium', '游ゴシック Medium', sans-serif !important;
}
.tabFrame {
  width: 10em;
}
a.tab:hover {
  background-color: #a9d18e !important;
  color: white !important;
}
.cmsTab {
  background-color: #8FAADC!important;
  color: #FFF!important;
  padding-left: 7px!important;
  padding-right: 7px!important;
  padding-bottom: 0px!important;
  padding-top: 5px!important;
  margin-top: 9px!important;
  font-family: YuGothic, '游ゴシック体', 'Yu Gothic Medium', '游ゴシック Medium', sans-serif !important;
}
.tabSelected {
  background-color: white!important;
  color: #000000!important;
  padding-left: 7px!important;
  padding-right: 7px!important;
  padding-bottom: 0px!important;
  padding-top: 5px!important;
  margin-top: 9px!important;
  font-family: YuGothic, '游ゴシック体', 'Yu Gothic Medium', '游ゴシック Medium', sans-serif !important;
}
.btn-signout {
  float: right;
  margin-top: 5px;
  margin-right: 8px;
  margin-bottom: 5px;
  border: 1px solid #b9e09e;
  padding: 1px 8px 1px 8px !important;
  background-color: #70ad47;
  color: #fff;
  font-family: 'メイリオ', 'Meiryo', sans-serif;
  border-radius: 5px;
}
.btn-signout:hover {
  color: #FFF;
  background-color: #a9d18e;
}
.modal-header {
  font-weight: bold;
  background-color: #d9d9d9;
  padding: 5px;
  font-size: 16px;
}
.modal-dialog {
  width: 70%;
}
.modal-content {
  border-radius: 0px;
}
.modal-footer > div > div > button {
  width: 92px;
}
.modal-footer > div > button {
  width: 92px;
}
.modal-footer > div > div > a {
  width: 92px;
}
.modal-footer > div > a {
  width: 92px;
}
.fontYuGothic {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', sans-serif !important;
}
.fontMspGothic {
  font-family: 'MS P Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
}
.fontCalibri {
  font-family: 'Calibri', sans-serif !important;
}
.marginAuto {
  margin: 0 auto;
}
body {
  background-color: #FFF;
}
.btnTappedClass {
  box-shadow: 0px 0px 0px 0px #000!important;
}
.side-area {
  background-color: #d9d9d9 !important;
  height: calc(110vh);
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 1079px) {
  .container {
    width: 100%!important;
  }
}
@media (min-width: 1080px) {
  .container {
    width: 100%!important;
  }
}
a.btn:hover {
  background-color: #a9d18e !important;
}
select {
  height: 28px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .navbar-brand {
    width: 100%;
    text-align: center;
    font-size: 1.2em !important;
    margin-top: -5px;
  }
  .tabFrame {
    width: auto;
  }
  .currentTitle {
    color: #000!important;
    font-size: 16px!important;
    font-weight: bold;
    font-family: 'メイリオ', 'Meiryo', sans-serif;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .navbar-brand {
    width: 100%;
    text-align: center;
    font-size: 1.1em !important;
  }
  .tabFrame {
    width: 10em;
  }
}
@media screen and (max-height: 700px) {
  body {
    overflow: auto !important;
  }
}
