.j12{font-size:12px;line-height:20px;color:#5A5A5A;}
.j10{font-size:10px;line-height:14px;color:#5A5A5A;}
.j9{font-size:9px;line-height:14px;color:#5A5A5A;}
.j10profile{font-size:10px;line-height:20px;color:#272727;}

.fs12{font-size:12px;color:#5A5A5A;}
.fs10{font-size:10px;color:#5A5A5A;}
.fs9{font-size:9px;color:#5A5A5A;}
.fs10g{font-size:10px;color:#444444;}

/* Standard Links Color */
A           {color:#380087;text-decoration:none;}
A:hover     {color:#CC0000;text-decoration:underline;}


/*--------------
�ǋL
----------------*/
.wrapper * {
  box-sizing: border-box;
  line-height: 1;
}
.wrapper a {
  text-decoration: none;
  display: inline-block;
}
.wrapper p {
  line-height: 1;
  font-size: 16px;
}
.wrapper img {
  vertical-align: bottom;
  line-height: 1;
}
.wrapper li {
  list-style-type: none;
}
.wrapper * {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
.cf {
  zoom: 1;
}
.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.wrapper {
  width: 758px;
  margin: 0 auto;
  height: 100%;
  background: #fff;
  border-top: 4px solid #000;
  padding: 16px 20px;
  box-sizing: border-box;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  position: relative;
}
.kieikai.wrapper {
  border-top: 4px solid rgb(148, 171, 56);
}
.scholarship.wrapper {
  border-top: 4px solid rgb(63, 63, 224);
}
.header {
  display: table;
  background: url(../img/dotline.gif) repeat-x center bottom;
  padding-bottom: 4px;
  width: 100%;
  margin-bottom: 10px;
}
.header h1 {
  display: table-cell;
  margin: 0;
}
.kieikai .header h1 {
  width: 370px;
}
.scholarship .header h1 {
  width: 370px;
}
.scholarship .header h1 img{
  width: 275px;
}
.header_nav {
  display: table-cell;
}
.header_nav .top {
  display: table-cell;
  width: 260px;
}
.header_nav .sitemap {
  display: table-cell;
}
.head {
  display: table;
  margin-bottom: 24px;
}
.founder {
  display: table-cell;
  vertical-align: bottom;
  width: 244px;
}
.establishment {
  display: table-cell;
  vertical-align: middle;
}
.profile {
  margin-bottom: 24px;
}
.profile h2 {
  background: rgb(248, 247, 247);
  border-top: 4px solid #E7E7E7;
  margin-bottom: 8px;
}
.profile p {
  font-size: 11px;
  line-height: 18px;
  color: #272727;
}
.nav li {
  float: left;
  width: 30%;
}
.nav li+li {
  margin-left: 33px;
}
.copyright {
  border-top: 1px solid gray;
}
.kieikai .contentwrap h2 {
  border-top: 4px solid rgb(206, 218, 158);
  background-color: rgb(241, 242, 233);
  margin-bottom: 8px;
}
.scholarship .contentwrap h2 {
  border-top: 4px solid rgb(153, 153, 255);;
  background-color: rgb(244, 244, 254);;
  margin-bottom: 8px;
}
.maincontent {
  float: right;
  width: 460px;
}
.news {
  border: 1px solid #ddd;
  margin-top: 10px;
}
.news h3 {
  border-bottom: 1px solid #ddd;
}
.news ul {
  padding: 10px;
}
.news ul li+li {
  margin-top: 8px;
}
.news ul li p {
  font-size: 11px;
  line-height: 18px;
  color: #5A5A5A;
}
.kieikai .nav {
  float: left;
  width: 240px;
}
.scholarship .nav {
  float: left;
  width: 240px;
}
.nav table td {
  vertical-align: top;
  background: #F7F7F7;
}
.nav table {
  margin-bottom: 5px;
}
.mb5 {
  margin-bottom: 5px;
}
.footer {
  border-top: 1px solid #7A7A7A;
  margin-top: 20px;
}
.footer_copyright {
  width: 610px;
}
@media only screen and (max-width: 750px) {
  .wrapper {
    width: 100%;
    margin: 0 auto;
    height: auto;
    padding: 5%;
    margin-bottom: 5px;
  }
  .wrapper img {
    height: auto;
    width: 100%;
  }
  .header {
    display: block;
    padding-bottom: 0;
    width: 100%;
    margin-bottom: 10px;
    background: none;
    position: relative;
  }
  .header h1 {
    display: block;
    margin: 0;
    background: url(../img/dotline.gif) repeat-x center bottom;
    padding-bottom: 4px;
    margin-bottom: 5px;
  }
  .header h1 img {
    max-width: 290;
    width: 90%;
  }
  .kieikai .header h1 {
    width: 100%;
  }
  .kieikai .header h1 img {
    width: 230px;
  }
  .scholarship .header h1 {
    width: 100%;
  }
  .scholarship .header h1 img {
    width: 230px;
  }
  .header_nav {
    display: block;
  }
  .header_nav .top {
    display: block;
    width: 100%;
    text-align: right;
  }
  .header_nav .sitemap {
    display: block;
  }
  .sitemap {
    text-align: right;
  }
  .head {
    display: block;
    margin-bottom: 24px;
  }
  .founder {
    width: 100%;
    display: block;
    margin: 0 auto 30px;
  }
  .founder .photo {
    width: 61.53%;
  }
  .founder .photo_cap {
    width: 27.82%;
  }
  .profile {
    margin-bottom: 24px;
  }
  .profile h2 {
    background: rgb(248, 247, 247);
    border-top: 4px solid #E7E7E7;
    margin-bottom: 8px;
  }
  .profile h2 img {
    width: 146px;
  }
  .profile p {
    font-size: 11px;
    line-height: 18px;
    color: #272727;
  }
  .nav {
    width: 100%;
    margin: 0 auto;
  }
  .nav li {
    float: none;
    width: 100%;
  }
  .nav li+li {
    margin-left: 0;
  }
  .nav .nav2 {
    margin-top: 10px;
  }
  .nav .nav3 {
    margin-top: 10px;
    padding-bottom: 50px;
  }
  .nav li a,
  .nav li img {
    width: 100%;
  }
  .kieikai .contentwrap h2 {
    border-top: 4px solid rgb(206, 218, 158);
    background-color: rgb(241, 242, 233);
    margin-bottom: 8px;
  }
  .kieikai .contentwrap h2 img {
    width: 150px;
  }
  .scholarship .contentwrap h2 {
    border-top: 4px solid rgb(153, 153, 255);
    background-color: rgb(244, 244, 254);
    margin-bottom: 8px;
  }
  .scholarship .contentwrap h2 img {
    width: 150px;
  }
  .maincontent {
    float: none;
    width: 100%;
  }
  .news {
    border: 1px solid #ddd;
    margin-top: 10px;
  }
  .news h3 {
    border-bottom: 1px solid #ddd;
  }
  .news h3 img{
    width: 60px;
  }
  .news ul {
    padding: 10px;
  }
  .news ul li+li {
    margin-top: 8px;
  }
  .news ul li p {
    font-size: 11px;
    line-height: 18px;
    color: #5A5A5A;
  }
  .kieikai .nav {
    float: none;
    width: 100%;
    margin: 10px auto 0;
  }
  .scholarship .nav {
    float: none;
    width: 100%;
    margin: 10px auto 0;
  }
  .nav .spage {
    height: 2px;
  }
  .menu3_slice1 img {
    height: 180px;
    width: 20px!important;
  }
  .menu3_slice2 img {
    height: 180px;
    width: 10px!important;
  }
  .nav img {
    width: auto;
  }
  .nav table td {
    vertical-align: top;
    background: #F7F7F7;
  }
  .nav table {
    margin-bottom: 5px;
    width: 100%;
  }
  .mb5 {
    margin-bottom: 5px;
  }
  .footer {
    border-top: 1px solid #7A7A7A;
    margin-top: 20px;
  }
  .footer_copyright {
    width: 610px;
  }
}
/* ------------------------------
- header_gnav
------------------------------ */
.header_gnav {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  height: 100%;
  margin-top: 50px;
  z-index: 20000;
  padding: 20px;
  display: none;
  width: 100%;
}
.header_gnav a {
  color: #000;
}
.nav_top {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.nav_top a {
  font-size: 14px;
  padding: 10px 0;
  color: #000;
  line-height: 1.3;
}
.nav_block_head {
  width: 100%;
}
.nav_block_tab {
  padding: 10px 10px;
  font-size: 14px;
}
.nav_head {
  margin-top: 30px;
}
.nav_block ul {
  padding-left: 20px;
  display: none;
}
.nav_block ul li a {
  padding: 10px 0;
  font-size: 14px;
}
.nav_bottom a {
  padding: 10px 10px;
  font-size: 14px;
}

/* ------------------------------
- hamburger
------------------------------ */
.hamburger {
  display: none;
}
@media only screen and (max-width: 750px) {
  .hamburger {
    display: block;
    position: absolute;
    width: 40px;
    height: 45px;
    transition: all .4s;
    box-sizing: border-box;
    top: 3px;
    right: 8px;
    z-index: 500;
  }
  .hamburger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    width: 60%;
    height: 2px;
    background-color: #000;
    margin: 0 auto;
    border-radius: 1px;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
  }
  .hamburger span:first-child {
    top: 15px;
    -webkit-animation: menu-ber01 .75s forwards;
    animation: menu-ber01 .75s forwards;
  }
  .hamburger span:nth-child(2) {
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    transition: all .25s .25s;
    opacity: 1;
  }
  .hamburger span:nth-child(3) {
    bottom: 15px;
    -webkit-animation: menu-ber03 .75s forwards;
    animation: menu-ber03 .75s forwards;
  }
  .hamburger.active span:nth-of-type(1) {
    -webkit-animation: active-menu-ber01 .75s forwards;
    animation: active-menu-ber01 .75s forwards;
  }
  .hamburger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-of-type(3) {
    -webkit-animation: active-menu-ber03 .75s forwards;
    animation: active-menu-ber03 .75s forwards;
  }
  @-webkit-keyframes menu-ber01 {
    0% {
      -webkit-transform: translate(-50%,-50%) rotate(45deg);
      top: 50%;
    }
    50% {
      -webkit-transform: translate(-50%,-50%) rotate(0);
      top: 50%;
    }
    100% {
      -webkit-transform: translate(-50%,0) rotate(0);
      top: 15px;
    }
  }
  @keyframes menu-ber01 {
    0% {
      transform: translate(-50%,-50%) rotate(45deg);
      top: 50%;
    }
    50% {
      transform: translate(-50%,-50%) rotate(0);
      top: 50%;
    }
    100% {
      transform: translate(-50%,0) rotate(0);
      top: 15px;
    }
  }
  @-webkit-keyframes menu-ber03 {
    0% {
      -webkit-transform: translate(-50%,50%) rotate(-45deg);
      bottom: 50%;
    }
    50% {
      -webkit-transform: translate(-50%,50%) rotate(0);
      bottom: 50%;
    }
    100% {
      -webkit-transform: translate(-50%,0) rotate(0);
      bottom: 15px;
    }
  }
  @keyframes menu-ber03 {
    0% {
      transform: translate(-50%,50%) rotate(-45deg);
      bottom: 50%;
    }
    50% {
      transform: translate(-50%,50%) rotate(0);
      bottom: 50%;
    }
    100% {
      transform: translate(-50%,0) rotate(0);
      bottom: 15px;
    }
  }
  @-webkit-keyframes active-menu-ber01 {
    0% {
      -webkit-transform: translate(-50%,0) rotate(0);
      top: 15px;
    }
    50% {
      -webkit-transform: translate(-50%,-50%) rotate(0);
      top: 50%;
    }
    100% {
      -webkit-transform: translate(-50%,-50%) rotate(45deg);
      top: 50%;
    }
  }
  @keyframes active-menu-ber01 {
    0% {
      transform: translate(-50%,0) rotate(0);
      top: 15px;
    }
    50% {
      transform: translate(-50%,-50%) rotate(0);
      top: 50%;
    }
    100% {
      transform: translate(-50%,-50%) rotate(45deg);
      top: 50%;
    }
  }
  @-webkit-keyframes active-menu-ber03 {
    0% {
      -webkit-transform: translate(-50%,0) rotate(0);
      bottom: 15px;
    }
    50% {
      -webkit-transform: translate(-50%,50%) rotate(0);
      bottom: 50%;
    }
    100% {
      -webkit-transform: translate(-50%,50%) rotate(-45deg);
      bottom: 50%;
    }
  }
  @keyframes active-menu-ber03 {
    0% {
      transform: translate(-50%,0) rotate(0);
      bottom: 15px;
    }
    50% {
      transform: translate(-50%,50%) rotate(0);
    }
    100% {
      transform: translate(-50%,50%) rotate(-45deg);
      bottom: 50%;
    }
  }
}
