@charset "UTF-8";
/**
CSS Reset
*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    /*font-family: 'Raleway', sans-serif;*/

}
 html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,
        del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,
        fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,
        figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {
            font-family: 'Lato',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section 
{
    display: block;
}

ol, ul {
    list-style: none;
}
ol.number, ul.circle {
  padding-left: 20px;
}
ol.number li{
  list-style: decimal;
  padding-bottom: 10px;

}
ul.circle li{
  list-style: disc;
  padding-bottom: 10px;
}
a{
  color:#008e4a;
  outline:none!important
}
a:hover, a:focus{
	color:#008e4a!important;
	text-decoration:none;
}
dfn, em {
  font-style: italic!important;
}
strong{
    font-weight: 700!important;
}

.bg--grey{background-color: #f6ecbf;}
.bg--yellow{background-color:yellow}
.bg--blue{background-color:blue};
 
.row.no-gap{
  margin:0;
}
.no-gap [class*="-1"],
.no-gap [class*="-6"],
.no-gap [class*="-8"],
.no-gap [class*="-3"],
.no-gap [class*="-5"],
.no-gap [class*="-9"],
.no-gap [class*="-2"],
.no-gap [class*="-10"],
.no-gap [class*="-4"],
.no-gap [class*="-12"]{
	padding-left:0;
    padding-right:0;
}
.row.one-gap{
  margin:-2px;
}
.one-gap [class*="-1"],
.one-gap [class*="-6"],
.one-gap [class*="-8"],
.one-gap [class*="-3"],
.one-gap [class*="-5"],
.one-gap [class*="-9"],
.one-gap [class*="-2"],
.one-gap [class*="-10"],
.one-gap [class*="-4"],
.one-gap [class*="-12"]{
  padding-left:1px;
    padding-right:0px;
}
.row.six-gap{
  margin:-5px;
}
.six-gap [class*="-1"],
.six-gap [class*="-6"],
.six-gap [class*="-8"],
.six-gap [class*="-3"],
.six-gap [class*="-5"],
.six-gap [class*="-9"],
.six-gap [class*="-2"],
.six-gap [class*="-10"],
.six-gap [class*="-4"],
.six-gap [class*="-12"]{
  padding-left:5px;
    padding-right:5px;
}
.row.flex-row{
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.flex-row > .vertical-center{
  display: inline-flex;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
}
div, p, li{
    font-size: 15px;
}
p{margin-bottom: 20px;
  line-height: 24px;

}
p:last-child{
  margin-bottom: 0;
}
h1, h2, h3, h4{
  font-weight: bold;
  margin-bottom: 15px;
  line-height: normal;
}
h3{
  font-size:18px;
}
img.pright{
  float:right;
  margin:0 0 30px 30px;
}
body{
  background:#f5f1eb;
}
a:hover{
  text-decoration: none;
}

header{
  border-top: 5px solid #008e4a;
  padding: 10px 0 15px;
}
ul.arrow-list li{
  text-align: left;
  padding-bottom:3px;
  padding-left: 20px;
  font-size: 18px;
   background: url(../img/icon-arrow.png) no-repeat left 7px;
}
 
ul.dot-list li{
      background: url(../img/icon-dot.png) no-repeat left 7px;
      padding-left: 20px;
      font-size: 18px;
      padding-bottom:10px;

  }
ul.ring-list li{
  position: relative;
  padding-left: 20px;
  font-size: 18px;
  padding-bottom:10px;
}
ul.ring-list li::before{
    content: '';
    display: block;
    width:10px;
    height: 10px;
    border-radius: 50px;
    border: 1px solid #000;
    position: absolute;
    left: 2px;
    top: 8px;
  }
.linktop-container{
  padding-top: 0px;
  text-align:right;
}
.linktop-container>div.btn-top{ 
 
  padding: 0 0px;
  display: inline-block;
  width: 40%;
  vertical-align: top;

}
.linktop-container>div.menu-top{ 
   padding:  0px;
  display: inline-block;
  width: 50%;
  text-align:left;
  vertical-align: top;
  margin-top: 6px;
  }
.logo-container img{
  max-height: 60px;
}
 
 .btn-top  a.top-kindergarden-btn:hover{
    opacity: 0.8;
    transition: all 0.5s;
  }
  .btn-top  a.top-kindergarden-btn img{
    max-height: 60px;
  }
.wh-space{
  white-space: nowrap;
}
.menu-top li a, .list-option1 li a{
 display: block;
 background:url(../img/icon-btn1.png) no-repeat left;
 padding:0 0 0 20px;
 margin-bottom: 5px;
 font-size: 12px;
}
.menu-top li.top-contact a{
  background: url(../img/icon-contact.png) no-repeat left;
      background-size: contain;
      padding-left: 24px;
}
.menu-top li.top-sitemap a{
  background: url(../img/icon-sitemap-top.png) no-repeat left;
}
.menu-top li.top-download a{
  background: url(../img/icon-download-top.png) no-repeat left;
}
.menu-top li.top-map a{
  background: url(../img/icon-map-top.png) no-repeat left;
}

.menu-top li{
  display: inline-block;
  padding-left: 10px;
}
 .menu-container{
  margin-top: 10px;
 
}
.menu-container img{
  width: 100%;
 
}
.page-title{
  font-size: 16px;
  font-weight: normal;
  color: #008e4a;
}
.content-feature{
  background: rgba(246,246,246,1);
background: -moz-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(192,192,192,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(246,246,246,1)), color-stop(100%, rgba(192,192,192,1)));
background: -webkit-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(192,192,192,1) 100%);
background: -o-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(192,192,192,1) 100%);
background: -ms-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(192,192,192,1) 100%);
background: linear-gradient(to bottom, rgba(246,246,246,1) 0%, rgba(192,192,192,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#c0c0c0', GradientType=0 );

border:1px solid #cecece;
}
 .content-feature ul{
  border: 1px solid #f6f6f6;
  padding: 5px 15px; 
}
.frontpage .content-feature ul{
  border: 1px solid #f6f6f6;
  padding: 5px 15px;
  min-height: 184px;
}
.btn-main-menu.dropdown-toggle{
  cursor: pointer;
  cursor: hand;
}
.content-feature li {
  padding:0px 0 0 ;
}
.info-container{
  margin-top:10px;
}
.info-container h3{
  border-bottom: 3px solid #008e4a;
  font-weight: normal;
  color: #008e4a;
  font-stretch: 18px;
  padding-bottom: 10px;
}
 .news-item{
  background:url(../img/icon-item.png) no-repeat left 3px;
  padding-left: 25px;
  float: left;
}
.news-item div, .news-item h4{
  float: left;
  padding:0 5px;
    font-size: 14px;
} 
.news-item h4 a{
  color: #008e4a;
  text-decoration: underline;
  font-weight: normal;
  font-size: 14px;
}
.list-option1 li a{
  font-size: 14px;
  margin-bottom: 4px;

}
.blog-list-container{
  overflow-y: auto;
  height: 200px;
}
.btn-main-menu{
  width: 285px; 
  height: 49px; 
  font-size: 16px;
  padding:15px 8px 15px 15px; 
  color: #fff; 
}
.sch-intro-btn{
  background:url(../img/btn-sch-introduction.png) no-repeat center; 
  
}
.edu-btn{
  background:url(../img/btn-education.png) no-repeat center; 
  
}
.life-btn{
  background:url(../img/btn-life.png) no-repeat center; 
  
}
.enterance-btn{
  background:url(../img/btn-case-entrance.png) no-repeat center;
}
/*custom scroll bar*/
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
  background:#008e4a !important;
  width:10px;
  border-radius: 0;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover{
  background:#008e4a !important;
  }
.mCSB_scrollTools .mCSB_draggerRail{
  width: 10px;
  background-color: #ebebeb;
}
.mCSB_scrollTools, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight {
    -webkit-transition: opacity 1s ease-in-out, background-color 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out, background-color 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out, background-color 1s ease-in-out;
    transition: opacity 1s ease-in-out, background-color 1s ease-in-out;
}

.orangebar{
  border-left: 13px solid #008e4a;
  background-color: rgba(0,0,0,0.03);
  padding: 10px 15px;
}

.nav-tabs > li{
  margin-right: 5px;
}
.nav-tabs > li > a{
  background-color: #008e4a;
  border-radius: 0;
  color: #fff;
  border:0;
  border-top:5px solid #008e4a;
}
.nav-tabs > li > a:hover{
   background-color: #008e4a;
   border-top:5px solid #008e4a;
   color: #fff!important
}
.breadcrumb-container{
  margin-bottom: 10px;
}
.breadcrumb-container ul li{
  display: inline-block;
  font-size: 12px;
}
.breadcrumb-container li.arrow{
  font-size: 11px;
}
.tab-content{
  background: #fff;
}
.contact-tab-content{
  padding: 20px 100px ;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border:0;
   border-top:5px solid #008e4a;
   color: #000!important;
  }
   .nav-tabs{
   border:0
  }
.contactform{
  display: inline-block;
  width: 100%;
}
.contactform input[type="text"], .contactform textarea, .contactform select{
  width: 100%;
  border: 1px solid #B6B6C0;
  padding:3px 5px;
  border-radius: 3px;
}
.contactform select{
  height: 34px;
  border-radius: 0;
  background-color: transparent;
}
.contactform fieldset{
  margin-bottom: 10px;
}
.contactform label{
  font-weight: normal;
  margin-bottom: 5px;
}
.contactform input:focus, .contactform textarea:focus , .birthday select:focus{ 
  transition:all 0.5s;
   background:#f6f6f6;
    outline: none;
}
.contactform  .form_date input, .contactform  .form_date span.input-group-addon{
  border:1px solid #B6B6C0 !important;
      -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition:none;
    transition: none;
    background-color: #fff !important;

}
.contactform  .form_date span.input-group-addon{
    border-left: 0 !important;
  }
.contactform .form_date input{
  font-size: 16px;
}
.birthday select, .birthday select>option{
  display: block;
  width: 100%;
  margin-right: 40px;

}
 div.select-container{
  position: relative;
  padding-right: 20px;

}
 div.select-container label{
  position: absolute;
  top: 3px;
  right: 0;
} 
.otherpage-feature .open > .dropdown-menu{
  margin-top: 0;
  width: 98.9%;
  margin:0 2px;
  webkit-box-shadow: none;
  box-shadow:none;
  
  border-radius: 0;
  padding: 0;

}
.otherpage-feature{
  margin-bottom: 3px;
}
.schoolpolicy-container .schoolpolicy-content >.row{
  margin-bottom: 0px;
}
.whitebox, .whitebox-normal{
  background:#fff;
  position: relative;
  padding: 35px 28px 15px 28px;
}
.whitebox-normal{
  padding: 15px;
}
.whitebox h2, .special-title{
  background-color: #008e4a;
  color: #fff;
  margin:0;
  padding:10px 20px;
  display: inline-block;
  font-weight: normal;
  font-size: 17px;
}
.whitebox h3{
  padding:0;
  color: #008e4a;
  font-weight: normal;
  text-align: center;
  margin-bottom: 8px;
}

.whitebox.whitebox-normal h3{
	font-size:17px;
}
.whitebox .schpol-title{

  margin:0;
  padding:10px 20px;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  text-align: center;

}
.whitebox .wb-content{
 line-height: 28px;
 font-size: 15px;

}
.whitebox ul.arrow-list li{
  text-align: left;
  padding-bottom:3px;
  padding-left: 20px;
  font-size: 13px;
   background: url(../img/icon-arrow.png) no-repeat left 5px;
}
 
.whitebox ul.dot-list li{
      background: url(../img/icon-dot.png) no-repeat left 7px;
      padding-left: 20px;
      font-size: 15px;
      padding-bottom:3px;
      line-height: normal;

  }
.schoolpolicy-content{
  padding-top: 25px;
}
.big-text{
  padding:30px;
  font-size: 23px;
  line-height: 36px;
}
.white-square{
  background:#fff;
  padding:10px 0px;
  border:1px solid #008e4a;
  display: block;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 15px;
}
.blue-square{
  background: #008e4a;
  text-align: center;
  color: #fff;
  padding:10px 0;
   border-radius: 5px;
     margin-bottom: 15px;
}
.blue-text{
  color: #008e4a;
}
.counter-list{
  margin-left: 20px;
}
.counter-list li{
  list-style: decimal;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px
}
.counter {
  counter-reset: my-counter;
  padding-top: 10px;
}
.counter dt{
  font-weight: normal;
  padding-bottom: 5px;
  padding-left: 25px;

  position: relative;
  font-size: 18px;
}
.counter dt:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  border: 1px solid #111;
      position: absolute;
    left: 0;
    top: 0;
    padding: 1px 6.5px;
    border-radius: 10px;
    font-size: 12px


}

footer{
  margin-top: 30px;
}
.contactform textarea{
  height: 210px;
}
.contactform .contact-btn{
/*background: rgba(169,255,234,1);
background: -moz-linear-gradient(top, rgba(169,255,234,1) 0%, rgba(169,255,234,1) 48%, rgba(148,239,215,1) 53%, rgba(130,208,187,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(169,255,234,1)), color-stop(48%, rgba(169,255,234,1)), color-stop(53%, rgba(148,239,215,1)), color-stop(100%, rgba(130,208,187,1)));
background: -webkit-linear-gradient(top, rgba(169,255,234,1) 0%, rgba(169,255,234,1) 48%, rgba(148,239,215,1) 53%, rgba(130,208,187,1) 100%);
background: -o-linear-gradient(top, rgba(169,255,234,1) 0%, rgba(169,255,234,1) 48%, rgba(148,239,215,1) 53%, rgba(130,208,187,1) 100%);
background: -ms-linear-gradient(top, rgba(169,255,234,1) 0%, rgba(169,255,234,1) 48%, rgba(148,239,215,1) 53%, rgba(130,208,187,1) 100%);
background: linear-gradient(to bottom, rgba(169,255,234,1) 0%, rgba(169,255,234,1) 48%, rgba(148,239,215,1) 53%, rgba(130,208,187,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9ffea', endColorstr='#82d0bb', GradientType=0 );*/
background: #008e4a;
 border: 1px solid #94f1d8;
 padding:5px 80px;
 font-size: 24px;
color: #fff;
}
.enrollment-form .contact-btn:hover{
  opacity: 0.7;
}
.footer-container{
  background:#008e4a url(../img/footer-background.png);
  background-size: cover;
  padding-bottom: 20px;
}
.copyright-container{
  background:#008e4a;
  padding:10px 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 9px;
  color: #fff;
}
.address-footer-container{
  padding:20px 0px 00px 15px;
  font-size: 16px;
}
.address-footer-container ul{
  margin-top:0px;
}

.address-footer-container ul li{
  color: #fff;
  line-height: 24px;
  padding-bottom: 10px;
  padding-left: 30px;
  display: inline-block;
  font-size: 12px;
}
.address-footer-container ul li:first-child{
  display: block;
}
.address-footer-container ul li:last-child{
  margin-left: 20px;
  }
.address-footer{
  background:url(../img/icon-address.png) no-repeat  5px top;
}
.phone-footer{
  background:url(../img/icon-phone.png) no-repeat top left;
}
.fax-footer{
  background:url(../img/icon-fax.png) no-repeat top left;
}
.map-container{
  padding-top: 30px;
}
.map-content .map-container{
  padding:0;
}
.externallink-container h4{
  color: #fff;
  font-size: 14px;
  margin-bottom: 3px;
}
.externallink-container{
  padding-top:20px;
}
.externallink-container ul li{
  padding-bottom: 3px;
}
.externallink-container ul{
  padding-left: 20px;
}
.externallink-container li a{
  color: #fff!important;
  font-size: 12px;
}






.pagelink{
  margin-bottom: 20px;
}
.pagelink h2{
  margin-bottom: 20px;
}
.pagelink h3{
   margin-left: 30px;
   margin-bottom: 5px;
}
.pagelink ul li{
  font-size: 14px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 1px dashed #ccc;
  background-position: left 14px;
  background: url(../img/icon-arrow.png) no-repeat left 7px;
}
.pagelink ul{
  margin-left: 30px;
}
.pagelink a{
  text-decoration: underline;
  font-size: 13px;
}
.initiatives-content ol {
  margin:0;
  padding:0;
}
.initiatives-content ol li {
  list-style-position: inside;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 15px;
}
.initiatives-content ol li:last-child{
  margin-bottom: 0;
}

.initiatives-content ol li dt{
  margin-left: 20px;
  font-size: 15px;

}
.initiatives-content h2{
  color: #008e4a;
  font-size: 28px;
}
.btn-main-menu{
  width: 100%;
  background-size: 100%;
}
.btn-main-menu.dropdown-toggle:after, .dropdown-hover>.btn-main-menu:after{
  content: "\e252";
  display: inline-block; 
  float: right;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 11px;
  opacity: 0.7;
  padding-top: 5px;

}
.open .btn-main-menu.dropdown-toggle:after, .dropdown-hover:hover .btn-main-menu:after{
    content: "\e250";
}
 
.dropdown-hover .content-feature{
  display: none
}
.dropdown-hover:hover .content-feature{
  display: block;
  position:absolute;
  top:48px;
  left: 0;
  width: 100%;
  z-index: 99;
}
/*sidebar*/
.sidebar-item{
  background-color: #fff;
}
.sidebar-item .btn-main-menu{
  height: 45px;
}
.sidebar-item  .content-feature{
  background:none;
}
.sidebar-item .sch-intro-btn{
  background:#008e4a;
}
.sidebar .content-feature ul{
  padding:5px;
}
.sidebar .content-feature ul li{

  border-bottom: 1px dotted #ccc;
}
.sidebar .content-feature ul li:last-child{
  border:0;
}
.sidebar .content-feature ul li a{
  margin:0;
  padding:7px 20px;
  display: block;
  font-size: 14px;
}
.sidebar .content-feature ul li a:hover{
  background-color: #d3e7ff;
}
.slider-text{
    position: absolute;
    top: 40px;
    left: 0px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    z-index: 99999;
    width: 100%;
    text-align: center;
    text-shadow: 1px 1px 3px #154A98;
    text-align:center;
 
}  
/* .container{
    width: 990px;
} */

.page-content{
    background:#fff;
}
.address-container{
  padding: 40px 100px 1px;

}
.map-description{
  padding: 40px 100px 40px;
  background-color: #ececec;
}
.map-description p{  font-size: 20px;
}
.adds-item .title{
  font-weight: bold;
}
.address-container>.row{
  padding-bottom: 20px;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 30px;
}
.address-container>.row:last-child{
  border:0;
}
.adds-item .row{
  margin-top: 20px;
}
.page-title-banner {
  background: url("../img/presedent-message-banner.jpg") no-repeat top center;
  text-align: center;
  margin-bottom: 20px;
  background-size: cover;
}
.page-title-banner h1{
  padding: 40px 100px;
  text-align: center;
  display: inline-block;
  border-bottom: 5px solid #008e4a;
  margin:0;
  color: #fff;
  font-size: 36px; 
}
.history-title{
  background-color: #fff;
  padding: 5px 5px;
  border-radius: 5px;
}
.history-content{
  background-color: #fff;
  padding:15px;
  font-size: 14px;
}
.history-content div{
 
  font-size: 14px;
}
.history-content span{
  color: #ea7317;
  display: inline-block; 
}
.history-content>.row{
  margin-bottom: 15px;
}
.history-content>.row:last-child {
    margin-bottom: 0;
}
.history-item > .col-sm-10,
.history-item > .col-sm-9{
  background:url(../img/blue-line.png) no-repeat left top;
  position: relative;
  padding-bottom: 20px;
}
.history-item:first-child > .col-sm-10{
  background-position: left 20px;
}
.history-item:last-child > .col-sm-10{
   background:url(../img/blue-line-s.png) no-repeat top left
}
.history-ball{
  width: 15px;
  height: 15px;
  border-radius: 30px;
  background-color: #008e4a;
  position: absolute;
  left: -6px;
  top: 10px;
}
.song-liric{
  background-color: #99f5c9;
  padding:20px 0;
}
.song-liric h2{
  padding: 5px 40px 5px;
  border-left:10px solid #008e4a;
  font-size: 18px;
}
.liric-container{
  padding:0 50px 20px;
}
.song-desc{
  padding:25px 0 0 0;
}
.song-desc ul{
  padding-left: 20px;
}
.song-desc ul li{
  list-style: outside disc;
  padding-bottom: 10px;
}
.song-desc ul ul{
  padding-left: 75px;
}
.song-desc ul li li{
    list-style: none;
	padding-bottom:0;
}
.extracurricular-container{
  margin-top: 20px;
}
.student-number-container{
  margin-bottom: 30px;
}
.staf-number,
.student-number {
  margin-top: 10px;
}
.staf-number-table td, 
.student-number-table td{
  font-size: 12px;
}
.staf-number-table, 
.student-number-table{
  border-spacing: 0 5px;
  border-collapse: unset;
  text-align:center;
}
 .staf-number-table td,
 .student-number-table td{
  border-left:1px solid #008e4a;
  background-color: #fff;
}
.staf-number-table th,
.student-number-table th{
  background:#008e4a;
  border-left: 1px solid #fff;
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  text-align: center;
}
.staf-number-table th:first-child, .staf-number-table td:first-child,
.student-number-table th:first-child, .student-number-table td:first-child{
    border-left:0;
  }
.staf-number-table th:last-child, .staf-number-table td:last-child,
.student-number-table th:last-child, .student-number-table td:last-child{
	border-left: 5px solid #008e4a;
}

.staf-number .staf-number-table td:last-child,
.student-number .student-number-table td:last-child{
	border-left: 1px solid #008e4a;
}
.staf-number .staf-number-table th:last-child,
.student-number .student-number-table th:last-child{
	border-left: 1px solid #fff;
}

.default-table {
  background: #fff;
  padding:10px;
} 
.default-table th{
  background: #008e4a;
  color: #fff;
  border:1px solid #fff;
}
.default-table td{
  border:1px solid  #008e4a;
}

.characteristic-education-photo > div img{
  width: 100%;
  height: auto;
}
.characteristic-item{
  margin-bottom: 30px;
}
.extra-img{
	max-height:202px;
	object-fit:cover;
}
.extra-img+p{
	margin:10px 0 20px 0;
}
.event-img {
  height: 144px;
  width: 100%;
  object-fit: cover;
}
.div-events{
	background:#ebebeb;
	padding:30px;
	color:#636363;
}
.btn-in-events{
	color:#636363;
	background: #b9ffe9; /* Old browsers */
	background: -moz-linear-gradient(top, #b9ffe9 50%, #a4e6d0 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#b9ffe9), color-stop(50%,#a4e6d0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b9ffe9 50%,#a4e6d0 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b9ffe9 50%,#a4e6d0 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b9ffe9 50%,#a4e6d0 50%); /* IE10+ */
	background: linear-gradient(to bottom, #b9ffe9 50%,#a4e6d0 50%); /* W3C */
	padding:6px 30px;
	margin-top:30px;
	border:1px solid #aaeed8;
	border-radius:6px;
	line-height: 25px;
}
.decimal-list li{
	list-style: decimal;
    margin-left: 30px;
    padding-left: 8px;
}
.decimal-list li a{
	text-decoration:underline
}
.content-provision {
	height:400px;
	overflow-y:auto;
}
.content-provision p{
	padding:20px 30px;
	background:#ebebeb;
}
.content-provision .mCSB_scrollTools .mCSB_draggerRail{
	border-radius:0;
	background-color:#e1e1e1;
}
.content-provision .mCSB_inside > .mCSB_container {
    margin-right: 11px;
}
.content-provision .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #4fb4ee !important;
}
.list-entering li{
	list-style:disc;
	margin-left: 30px;
    padding-left: 8px;
	color:#008e4a
}
.curriculum-content img{
	min-width:80%
}
.sch-intro-btn{
	cursor:pointer;
}
.foreigners .decimal-list li{
	margin-bottom:15px;
}
.foreigners .decimal-list li{
	margin-bottom:15px;
}
.school-bus-kindergarten .attendance li{
	list-style:disc;
	margin-left:30px;
}
.div-cat-plant .valign-center{
	font-size: 25px;
    color: #008e4a;
	transition: all 0.3s;
}
.div-cat-plant {
	background: #e1e1e1;
    padding: 10px;    
	border: 3px solid transparent;
	transition:all 1s;
	margin-bottom: 25px;
	height:166px
}
.div-cat-plant:hover{
	border: 3px solid #008e4a;
}
.div-cat-plant:hover .valign-center {
    font-size: 26px;
}
.schoolpolicy-container a{text-decoration:none!important;}
.valign-center{top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);position:relative}
.modal-plants .modal-title {font-size: 30px;}
.schoolpolicy-container .plant-detail a{color: #008e4a;border-bottom: 1px solid #008e4a;}
.contactform input[type="text"], .contactform input[type="email"], .contactform textarea, .contactform select{
  width: 100%;
  border: 1px solid #B6B6C0;
  padding:3px 5px;
  border-radius: 3px;
}
.attention {
    color: #ff0d0d;
    font-size: 13px;
}
.contactform textarea {
    height: 210px;
	resize:none;
}
.toplink-header img{
	margin-top: 7px;
}
.img-footer{width: 260px;display: block;margin: 5px auto;}
.jjs-button-top{
	font-size: 13px;
    font-weight: bold;
    display: inline-block;
    border: 1px solid #008e4a;
    border-radius: 5px;
    padding: 4px 12px;
	text-decoration:none!important
}

.modal-link {
    background-color: transparent;
    display: inline-block;
    margin: 5px;
    padding: 5px;
    border: 1px solid #008e4a;
    color: #008e4a;
    transition: all 0.3s;
    text-decoration: none !important;
}

.comingsoon-text{color: #008e4a;text-align: center;font-size: 75px;font-weight: bold;font-style: italic;margin-top: 30px;}
.table-faq > thead > tr > th, .table-faq > tbody > tr > th, .table-faq > tfoot > tr > th, .table-faq > thead > tr > td, .table-faq > tbody > tr > td, .table-faq > tfoot > tr > td {border: 1px solid #808080;}

.accordion-policy .panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #008e4a;
}
.accordion-policy .panel-title {font-weight: normal;}
.accordion-policy .panel-title a{display:block;color:#000!important}
.accordion-policy .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #008e4a;
    border-width: 3px;
}
.accordion-policy .panel-default {
    border-color: #008e4a;
	border-radius: 0;
	margin-bottom: 10px
}
.accordion-policy [data-toggle=collapse].collapsed:before,
.accordion-policy [data-toggle=collapse]:before {
    font-family: FontAwesome;
    content: "\f078";
    float: right;
    color: #008e4a;
    font-size: 12px;
    margin-top: 6px;
    transition: all .5s;
    margin-right: 10px
}
.accordion-policy [data-toggle=collapse].collapsed:before {
    transform: rotate(0)
}

.accordion-policy [data-toggle=collapse]:before {
    transform: rotate(180deg)
}

.facilityslide .slick-slide img{padding: 0 10px;}
.facilityslide .slick-prev:before, 
.facilityslide .slick-next:before{color: #328246;}
.caption-facility {background:#ede9e4;padding:10px;text-align:center;margin:0 10px}
.slider-container img{height:254px;object-fit:cover;width:100%;object-position: 0 65%;}

.song-img-container {
  padding-bottom: 30px;
}
.part-container h2{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}
.effort-content{
  padding-top: 30px;
}
.effort-content .icon-arrow{
  transform: rotate(180deg);
}
.special-title{
  display: inline-block;
  clear: both;
  margin-bottom: 20px;
}
.arrow-container{
  padding: 20px 0;
}
.effort-desc{
  text-align: left;
  display: inline-block;
}
.effort-item ul li{
  margin-bottom: 10px;
}
.disklist {
  list-style: disc;
}
.circleList{
  list-style: circle;
}
.numberList{
  list-style-type:decimal;
}
.policy-content-container h2{
  font-size: 20px;
}
.policy-item{
  display: flex;
}
.policy-item .policy-number{
  padding-right: 10px;
  font-weight: bold;
  padding-top: 2px;
}
.policy-desc{
  margin-bottom: 30px;
}
.policy-desc ul  {
  padding-left: 20px;
}
.policy-desc ol {
  padding-left: 25px;
}
.policy-desc ul li, .policy-desc ol li{ 
  padding-bottom: 5px;
}
.titlepart{
  margin-bottom: 10px;
}
.titlepart span{
  display: inline-block;
  padding: 5px 10px;
  background: #ccc;
}
.photo-info{
  padding-top: 10px;
}
.effort-list-item{ 
  padding-left: 20px;
  position: relative;
}
.effort-list-item h2{
  font-size: 20px;
  font-weight: bold; 
}
.effort-list-item::before{
  content: '';
  display: block;
  width:10px;
  height: 10px;
  border-radius: 50px;
  border: 2px solid #000;
  position: absolute;
  left: 0;
  top: 10px;
}
.effort-gallery .col-sm-4{
  margin-bottom: 20px;
}
.effort-list-item li{
  margin-bottom: 10px;
  margin-left: 20px;
}
.bpp-table td li{
  font-size: 16px;
}
.font-times{
  font-family: 'Times New Roman', Times, serif;
}
/*responsive*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.logo-container img {
		display: block;
		margin: auto;
		margin-bottom: 15px;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.page-title-banner h1 {
		padding: 40px 15px;
	}
  .content-feature ul{
    padding:10px;
  }
  .list-option1 li a{
    font-size: 14px;
  }
  .counter-list dt br{
    display: none;
  }
    .whitebox.whitebox-normal{
    margin-bottom: 10px;
  }
  .col-md-4.curriculum{
    margin-bottom: 50px;
  }
  .otherpage-feature .open > .dropdown-menu{
    width: 97%;
  }
  .btn-main-menu{
    height: auto;
    font-size: 14px;
    padding:9px 4px 9px 10px;

  }
  .btn-main-menu.dropdown-toggle:after{
    font-size: 9px;
    padding-top: 7px;
  }
/*   .list-option1 li a{
      background-position: top left;
  } */
  .pagelink h3{
    margin-left: 0px;
  }
  .pagelink ul {
    margin-left: 0px;
  }
  .frontpage .content-feature ul{
    padding:5px 10px;
  }
  table.bpp-table{
    max-width: 500px !important;
    width: 500px !important;
  }
  table.bpp-table td, table.bpp-table th{
    white-space: normal !important;
  }
  table.bpp-table th:first-child, table.bpp-table td:first-child{
    white-space: nowrap !important;
  }
}

.list-song{list-style:disc;padding-left:25px;margin:10px 0}
.list-song li{margin-bottom:10px}

.activities-section{
  padding: 20px 0px 20px 20px;
  border-bottom: 1px solid #ccc;
}
.activities-section h2{
  margin-bottom: 10px;
}
.activities-list{
  list-style: disc;
  padding-left: 20px;
}
.activities-list li{
  margin-bottom: 5px;
}

.btn-listen{
  position: fixed;
  bottom: 20%;
  right: 10%;
  padding: 0px;
  background: transparent;
  z-index: 1;
}
.belongings-content{
  margin-bottom: 40px;
}
.sub-title{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.belongings-content ul{
  list-style: disc;
  margin-left: 20px;
}
.belongings-content ul li{
  margin-bottom: 10px;
}
.mr-md-100{
  margin-right: 100px;
}
.mr-md-50{
  margin-right: 50px;
}
.btn-prep-pdf{ 
  margin: 0 0 15px 0;
  padding: 10px 16px;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-1{
  margin-bottom: 10px;
}
.mb-2{
  margin-bottom: 20px;
}
.mb-3{
  margin-bottom: 30px;
}
.pl-1{
  padding-left: 10px;
}
.pl-2{
  padding-left: 20px;
}
.pl-3{
  padding-left: 30px;
}
.pr-1{
  padding-right: 10px;
}
.fs-20{
  font-size: 20px;
}
.border-square-container{
  border: 1px solid #999;
  padding: 10px;
}
/* Extra Small Devices, Phones */ 
@media (min-width: 992px) {
  .mr-md-200 {
    margin-right: 200px;
  }
}
@media only screen and (max-width : 767px) {
	.characteristic-education-photo > div img{
		margin-bottom: 15px;
	}
	.extra-img {
		max-height: 1000px;
	}
	.history-item > .col-sm-10, .history-item > .col-sm-9{
		background: none!important;
	}
	.history-ball{
		display:none;
	}
	.facilityslide .slick-next {right: 0;}
	.facilityslide .slick-prev {left: 0;}
	.facilityslide {padding: 0 30px;}
  .event-img {
    height: 200px;
  }
}
@media only screen and (max-width : 480px) {
	.slider-text {
		position: relative;
		top: 0;
		text-shadow: none;
		margin-bottom: 10px;
		color:#000;
	}
  .frontpage .content-feature ul{
    padding:5px 30px;
  }
   .content-feature{
    display: none;
  }
  .dropdown-hover:hover .content-feature{
	top: 0;
	display: none;
    position: relative;
  }
  .frontpage .content-feature ul{
    min-height: auto;
  }
  .logo-container{
    padding-bottom: 0px;
  }
  .linktop-container>div{
    text-align: center;
    padding-top: 10px;
  }
    .linktop-container>div.menu-top {
      display: block;
      width: 100%;
    }
    .linktop-container>div.menu-top ul{
      text-align:left;
    } 
  .menu-top li{
    display: inline-block;
    width: 42%;
    text-align: left;
  }
    .menu-top li.top-download{
      width: 56%;
    }
  .btn-top a{
    display:block;
  }
  .btn-top a.top-kindergarden-btn img {
		width: 100%;
		max-height: initial;
	}
  .linktop-container>div.btn-top{
    width:100%;
    margin-top: 20px;
  }
  .linktop-container>div.menu-top{
    margin-top: 10px;
  }
  .btn-top a.top-kindergarden-btn{
    width: 100%;
  }
  .menu-container .row>div{
    margin-bottom: 10px;
  }
  .menu-container .open .content-feature{
    display: block;
  }
  .btn-main-menu:after {
    content: "\e252";
    display: inline-block;
 
    float: right;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 11px;
    opacity: 0.7;
    padding-top: 13px;

  }
  .open .btn-main-menu.active:after{
      content: "\e250";
  }  
  .content-feature ul{
    min-height: auto;
  }
  .footer-container{
    padding:0 15px;
  }
  .address-footer-container{
    padding:10px 0 0px;
  }
  .info-container .row>div{
    margin-bottom: 20px;
  }
  .whitebox h2{
    font-size: 20px;
  }
  .whitebox-normal {
    margin-bottom: 20px;
  }
  .curriculum{
    margin-bottom: 30px;
  }
  .otherpage-feature .open > .dropdown-menu{
    margin-bottom: 20px;
  }
  .pagelink .row > div{
    margin-bottom: 20px;
  }
  .pagelink .row > div:last-child{
    margin-bottom: 0px;
  }
  .contact-tab-content{
    padding: 10px 15px 20px;
  }
  .contactform fieldset{
    margin-bottom: 10px;
  }
 .contact-tab  .nav-tabs > li{
    width: 48%;
  }
  .contactform fieldset .row >div{
    margin-bottom: 10px;

  }
.otherpage-feature .open > .dropdown-menu{
    width: 98.9%;
    position: static;
  }
  
.address-footer-container ul li{
    font-size: 14px;
  }
  .address-footer br{
    display: none;
  }
.address-footer-container ul li:last-child{
  margin-left:15px;
}
.btn-main-menu {
    width: 100%;
    background-size: 100%;
    height: auto;
    font-size: 24px;
    padding:18px 15px;
  }
.sidebar-item  .btn-main-menu {
    width: 100%;
    background-size: 100%;
    height: auto;
    font-size: 24px;
    padding:22px 15px;
	margin-top: 15px;
  }
.otherpage-feature .menu-container .row>div{
    float:left;
    width: 100%;
  }

 
}
@media only screen and (min-width : 990px) {
	.container{
		width: 990px;
	}
  .modal-xlg {
    width: 1100px;
  }
}
@media only screen and (min-width : 480px) {
	.sidebar-item .content-feature{
		display:block!important;
	}
	.sch-intro-btn{
		pointer-events:none;
	}
}
/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    .btn-main-menu {
		width: 100%;
		background-size: 100%;
		height: auto;
		font-size: 20px;
		padding:15px 15px;
	}
}
.modal-content .close{
  border-radius: 50%;
  display: flex;
  background: #fe0000;
  color: #fff;
  justify-content: center;
  align-items: center;
  opacity: 1;
  width: 28px;
  height: 28px;
  font-size: 16px;
  position: absolute;
  top: -10px;
  right: -10px;
}
.modal-content .close > span{
  flex: 0 0 25px;
  height: 20px;
  overflow: hidden;
}
.spacing-list li{
  margin-bottom: 10px;
}