@charset "utf-8";
/* 英語化サイト作成のため、既存のスタイル上書き用 */


/* ヘッダー */
.header__nav-menu {
  max-width: 950px;
}
.menu__single:first-child,
.menu__single {
  width: 24.5%;
}
.header__nav-menu .menu__single > a {
  width: 234.75px;
  font-size:110%;
}
.header__nav-menu .menu__single ul.menu__second-level li > a {
  font-size:120%;
}
em {
  font-style:italic;
}

a {
  cursor: pointer;
  color: #0D74FF;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

a:visited {
  color: #0D74FF;
  text-decoration: none;
  outline: 0;
}

a:hover {
  color: #0D74FF;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=60);
  -moz-opacity: 0.60;
  opacity: 0.60;
  transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

a:active {
  color: #0D74FF;
  text-decoration: none;
  outline: 0;
}
.flexbox_bo_img {
  width:15%;
  margin-right:4%;
}
.flexbox_bo {
  width:81%;
}

@media print, screen and (max-width: 767px) {
  .menu__single:first-child,
  .menu__single ,
  .header__nav-menu .menu__single > a {
    width: 100%;
  }
}

/* index.html 重要なお知らせ */
.index__info-cont section.info_important {
  height: auto;
}

/* about.html */
.ee__about-cont {
  height: 500px;
}
.ee__about-cont .section address {
  margin-top: 40px;
}

/* officers.html */
.ee__officers .main-cont .title__squere {
  margin-bottom: 20px;
}
.ee__officers .main-cont .section-inner {
  margin-top: 40px;
}
.ee__officers .main-cont .space-00 {
  margin-bottom: 40px;
}

/* committees.html */
.ee__committees .main-cont .title__squere {
  margin:1.5em 0 0.5em;
}

/* journal.html */
.ee__journal .main-cont {
  height: 500px;
}
.ee__journal .main-cont .title__squere {
  margin-top: 40px;
}

/* link.html */
.ee__link .main-cont {
  height: 500px;
}

/* 日　本　語ボタン */
.ja_btn {
  float: left;
  *zoom: 1;
  position: absolute;
  right:0;
  width: 15%;
  font-size: 16px;
  font-weight:bold;
  text-align:center;
}
.ja_btn:after {
  content: "";
  display: table;
  clear: both;
}
.ja_btn a {
  display: block;
  height: auto;
  padding: 8% 6% 8% 6%;
  border-radius: 0 0 8px 8px;
  background: #5ca1ff;
  line-height: 1.2em;
  color:#000;
}


/* フッター */
.footer__address {
  width: 50%;
  padding-left: 10px;
}
.footer__address p {
  margin-top: 10px;
}
@media print, screen and (max-width: 767px) {
  .footer__address {
    margin: 40px auto 0;
  }
  .flexbox_bo_img {
    width:30%;
    margin-right:4%;
  }
  .flexbox_bo {
    width:66%;
  }

/* 日　本　語ボタン */
  .ja_btn {
    right:14%;
    width: 25%;
    font-size: 12px;
  }

}