moz-selection {
  background-color: rgba(0,0,0,0.9);
  color: #1f8acc;
}
::selection {
  background-color: rgba(0,0,0,0.9);
  color: #1f8acc;
}
*{text-decoration: none;}
.flash-title{
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 1);
  animation: fade-in-out 6s ease 0s forwards;
  visibility: hidden;
  z-index: 1;
}
.flash-title p {
  display: table-cell;
  vertical-align: middle;
  text-align:center;
  font-size: 50px;
  color: #fff;
}
@keyframes fade-in-out {
  0% {visibility: hidden; opacity: 0;}
  10% {visibility: visible; opacity: 1;}
  70% {visibility: visible; opacity: 1;}
  100% {visibility: hidden; opacity: 0;}
}
/*count*/
.yycountdown-box{
  text-align:center;
  color:#fff;
  display: inline-block;
}

#count .yycountdown-box .yyc-day{
  font-size:3.0em;
  color:#0085C7;
}
#count .yycountdown-box .yyc-hou{
  font-size:3.0em;
  color:#F4C300;
}
#count .yycountdown-box .yyc-min{
  font-size:3.0em;
  color:#009F3D;
}
#count .yycountdown-box .yyc-sec{
  font-size:3.0em;
  color:#DF0024;
}

#count .yycountdown-box .yyc-day-text,
#count .yycountdown-box .yyc-hou-text,
#count .yycountdown-box .yyc-min-text,
#count .yycountdown-box .yyc-sec-text{
  font-size:1.0em;
}

#count1 .yycountdown-box .yyc-hou,
#count1 .yycountdown-box .yyc-min,
#count1 .yycountdown-box .yyc-sec{
  font-size:0.7em;
}
#count1 .yycountdown-box .yyc-hou-text,
#count1 .yycountdown-box .yyc-min-text,
#count1 .yycountdown-box .yyc-sec-text{
  font-size:0.7em;
}

div .count1{
  margin: 20px 0 0 0;
  padding: 0px;
  display: inline-block;
  float: right;
}
div .count1 p{
  font-size:30px;
  line-height:30px;
  color: #fff;
  margin: 10px 0 0px 0;
}

body{
  margin:0px;
  font-family:'Meiryo','ãƒ¡ã‚¤ãƒªã‚ª';
  background-size: 1500px auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment:fixed;
  background-size: cover;
}
#index{
  background-image: url(../images/background/background_index.jpg)
}
#about{
  background-image: url(../images/background/background_about.jpg)
}
#program{
  background-image: url(../images/background/background_program.jpg)
}
#special{
  background-image: url(../images/background/background_special.jpg)
}
#effort{
  background-image: url(../images/background/background_effort.jpg)
}
#time{
  background-image: url(../images/background/background_time.jpg)
}
#header{
  background-image: url(../images/background/background_link.jpg)
}
#link{
  background-image: url(../images/background/background_link.jpg)
}
.header{
  width:100%;
  height:auto;
}
.header_top_wrapper{
  width:100%px;
  height:25px;
  background-color: #0C344C;
}
.header_top{
  width:1200px;
  height: 25px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  background-color: #0C344C;
}
.header_top div {
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  overflow: hidden;
  height:25px;
  color:#fff;
  -webkit-font-smoothing: antialiased;
  text-align: right;
  font-size: 13px;
  line-height: 25px;
  margin-left: 20px;
}
.header_top div:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  height: 2px;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.header_top div:hover:before,
.header_top div:focus:before,
.header_top div:active:before {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.header_logo{
  width:1200px;
  height:100px;
  margin: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header_logo img{
  max-height:100px;
}
.wrapper{
  width:100%;
  height:auto;
  margin-top:10px;
}
.container{
  width:1200px;
  height:100%;
  margin: auto;
}
.menu{
  width:100%;
  height:60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.menu div {
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  overflow: hidden;
  width:195px;
  height:60px;
  background-color: #1f8acc;
  border-radius: 3px;
  color:#fff;
  text-shadow: -1px 1px 0 rgba(0,0,0,0.5);
  font-size: 20px;
  line-height: 60px;
  text-align: center;
}
.menu div:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  height: 4px;
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.menu div:hover:before,
.menu div:focus:before,
.menu div:active:before {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.slide{
  width:100%;
  margin-top:10px;
  box-shadow: 3px 3px 10px rgba(0,0,0,0.7);
  border-radius: 3px;
}
.contents{
  width:100%;
  height:300px;
  margin-top:10px;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
  -ms-flex-pack:justify;
  justify-content:space-between;
}
.youtube{
  width:530px;
  height:300px;
  background-color: rgba(0, 0, 0, 0.7);
  border:2px solid #1f8acc;
  box-sizing: border-box;
  border-radius: 2px;
}
.youtube iframe{
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.about{
  width:323px;
  height:296px;
  border: solid 2px #1f8acc;
  border-radius: 2px;
}
.about_header{
  width:100%;
  height:44px;
  color:#fff;
  font-size: 20px;
  text-align: center;
  line-height: 44px;
  background-color: #1f8acc;
}
.about_text{
  width:100%;
  height:84px;
  color:#fff;
  font-size: 20px;
  text-align: center;
  line-height: 84px;
  background-color: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content:space-around;
  -ms-flex-pack:distribute;
  justify-content:space-around;
}
.about_text_sub{
  width:100%;
  height:20px;
  line-height: 40px;
  text-align: center;
}
.about_text_sub2{
  width:100%;
  height: 20px;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
}
#border_bottom{
  border-bottom: dotted 2px #1f8acc;
  box-sizing: border-box;
  line-height: 60px;
}
.twitter{
  width:323px;
  height:100%;
  background-color: rgba(0, 0, 0, 0.7);
  border:2px solid #1f8acc;
  box-sizing: border-box;
  border-radius: 2px;
}
.timeline{
  height:100%;
}
.tweet_button{
  width:150px;
  height:10%;
  margin:0 auto;
  margin-top: px;
}
.twitter-hashtag-button{

}
.footer{
  width:100%;
  min-width: 1200px;
  height:auto;
  margin-top:10px;
  background-color: #0C344C;
  border-top: solid 5px #1f8acc;
}
.footer a{
  color:#fff;
}
.footer a:hover{
  color:#1f8acc;
}
.footer_contents{
  color:#fff;
  width:1200px;
  height:auto;
  margin: auto;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  /*æ–‡å­—ã‚’ç´°ãã™ã‚‹*/
  -webkit-font-smoothing: antialiased;
}
.footer_box{
  width:240px;
  height:auto;
}
.footer_box_up{
  width:240px;
  height:50px;
  color:#fff;
  text-align: center;
  line-height: 50px;
  border-bottom: double 4px #1f8acc;
}
.footer_box_up a:hover{
  color:#1f8acc;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.footer_box_middle{
  width:240px;
  height:5px;
  border-left: 1px solid #1f8acc;
}
.footer_box_down{
  margin-top:0px;
}
.footer_box_down div {
  width:240px;
  height:20px;
  color:#fff;
  text-align: left;
  line-height: 25px;
  font-size: 12px;
}
.footer_box_down a:hover{
  color:#1f8acc;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.footer_contents2{
  width:1200px;
  height:auto;
  margin: auto;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*æ–‡å­—ã‚’ç´°ãã™ã‚‹*/
  -webkit-font-smoothing: antialiased;
}
.footer_contents2 a{
  color:#fff;
}
.footer_contents2 a:hover{
  color:#1f8acc;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.footer_box2-border{
  border-top: double 4px #1f8acc;
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer_box2{
  width:200px;
  height:30px;
  text-align: center;
  line-height:30px;
}
#footer1{
  padding-left: 5px;
  border-left: solid 1px #1f8acc;
}
#footer2{
  margin-left:2em;
  padding-left: 5px;
  border-left: solid 1px #D43637;
}
#footer3{
  margin-left:4em;
  padding-left: 5px;
  border-left: solid 1px #999708;
}
.co{
  width:100%;
  height:auto;
  margin-top: 20px;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
  -ms-flex-pack:center;
  justify-content:center;
}
.co img{
  width:210px;
  height: 70px;
  margin-left: 5px;
  margin-right: 5px;
}

.vertical_contents{
  width:1200px;
  height:auto;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cover{
  width:1200px;
  height:200px;
  margin-top:10px;
  box-shadow: 3px 3px 10px rgba(0,0,0,0.7);
  background-size:cover;
  border-radius: 3px;
}
.concrete{
  width:1200px;
  height:auto;
  margin-top:10px;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sidemenu{
  width:300px;
  z-index: 1;
}
#sidemenu_bar{
  width:300px;
  height:60px;
  background-color: #1f8acc;
  border-top-left-radius: 3px;
}
#sidemenu_bar_text{
  width:300px;
  height:inherit;
  color:#FFF;
  font-size: 20px;
  text-align: left;
  line-height: 60px;
  text-shadow: -1px 1px 0 rgba(0,0,0,0.5);
  margin-left: 1.2em;
}
#sidemenu_down{
  background-color: rgba(0,0,0,0.7);
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  overflow: hidden;
  width:300px;
  height:60px;
  display: inline-block;
  color:#fff;
  text-shadow: -1px 1px 0 rgba(0,0,0,1);
  line-height: 60px;
  border-bottom: solid 2px #1f8acc;
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#sidemenu_down h{
  margin-left:1.5em;
}
#sidemenu_down:hover{
  text-shadow: none;
  background-color: #0C344C;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.context{
  width:890px;
  height:auto;
  margin-right:0px;
  background-color: rgba(0,0,0,0.7);
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.context_header{
  width:890px;
  height:60px;
  background-color: #1f8acc;
  border-top-right-radius: 3px;
}
.context_header_a{
  width:845px;
  height:inherit;
  color:#FFF;
  font-size: 20px;
  line-height: 60px;
  text-shadow: -1px 1px 0 rgba(0,0,0,0.5);
  margin-left: 45px;
}
.textbox{
  width:800px;
  margin:auto;
  color: #fff;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  line-height: 32px;
}
.textbox strong{
  border-bottom: solid 2px #1f8acc;
}
/*banner_img*/
.banner_img:hover{
  opacity: 0.6;
}
/*banner*/
a.banner img{
  margin-top: -6px;
}
a.banner:hover img{
  opacity: 0.6;
}
/*aa*/
.aa{
  color:#fff;
}
.aa:hover{
  color:#1f8acc;
}
/*a*/
.a{
  color:#fff;
  border-bottom: 1px solid #fff;
}
.a:hover{
  color:#1f8acc;
}
/*aaa*/
.aaa{
  color:#fff;
  border-bottom: 2px solid #fff;
}
.aaa:hover{
  color:#1f8acc;
}
/*a_hover*/
.a_hover_box{
  width:100%;
  height:auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.a_hover {
  width:397px;
  height:269px;
  margin-bottom: 6px;
  overflow:hidden;
  position:relative;
}
.a_hover .mask {
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  -webkit-transform:scale3d(1.5,1.5,1);
  transform:scale3d(1.5,1.5,1);
  opacity:0;
  background-color:rgba(255,255,255,0.6);
  -webkit-transition:all 0.3s ease;
  transition:all 0.3s ease;
}
.a_hover img{
  width:397px;
}
.a_hover:hover .mask {
  width:100%;
  height:100%;
  -webkit-transform:scale3d(1,1,1);
  transform:scale3d(1,1,1);
  opacity:1;
}
/*fi*/
.fi img{
  max-width: 500px;
  max-height: 170px;
}
.themecolor{
  width:11em;
  height:11em;
  background-color: #1f8acc;
}
/*no6_border*/
.no6_border{
  width:625px;
  padding:1em;
  border: 2px solid #fff;
}
/*lyrics*/
.lyrics{
  background-image: url(../images/lyrics.jpg);
  background-attachment: fixed;
  background-size: cover;
  color:#fff;
  text-align: center;
  padding:50px;
}
.lyrics_box{
  background-color: rgba(0,0,0,0.7);
}
.lyrics_box_header{
  width:100%;
  height:50px;
  background-color: #1f8acc;
}
.lyrics_box_header_text{
  width:90%;
  height:100%;
  line-height: 50px;
  font-size:120%;
}
.lyrics_box_text{
  text-align: center;
  padding: 10px;
}
/*oh*/
.oh{
  width:33em;
  padding:0 1em 0 1em;
  margin-left:-1em;
  border: 2px solid #1f8acc;
}
.oh img{
  margin-left:1em
}
/*stamp*/
.stamp{
  text-align: center;
  background-color: #233D4C;
}
.stamp tr{
  height:50px;
}
.stamp td{
  width:auto;
  padding:10px;
}
/*mfp*/
.mfp{
  text-align: center;
  background-color: #233D4C;
}
.mfp tr{
  height:50px;
}
.mfp td{
  width:auto;
  padding:10px;
}
/*tour*/
.tour{
  text-align: center;
  background-color: #233D4C;
}
.tour tr{
  height:40px;
}
.tour td{
  width:130px;
}
rt{
  text-shadow:none;
  padding-left:0px;
  font-size:10px
    -webkit-transform:scale(0.92);
  -moz-transform:scale(0.92);
  -ms-transform:scale(0.92);
  -o-transform:scale(0.92);
  transform:scale(0.92);
}
/*kikaku*/
.kikaku{
  width:600px;
  text-align: center;
}
.kikaku tr{
  height:40px;
}
.kikaku .whiteash{
  text-align: left;
  padding-left: 1em;
}
.map_okugai{
  background-color: #0C344C;
}
/*time*/
.time{
  text-align: center;
  background-color: #233D4C;
}
.time tr{
  height:50px;
}
.time td{
  width:130px;
}
/*campus*/
.campus{
  text-align: center;
}
.campus tr{
  height:50px;
}
.campus td img{
  width:35px;
  margin-top:10px;
}
.campus td{
  padding-right:10px;
  padding-left:10px;
}
/*okugai*/
.okugai_1{
  text-align: center;
  background-color: #233D4C;
}
.okugai_1 tr{
  height:40px;
  padding:10px;
}
.okugai_2{
  background-color: #233D4C;
}
.okugai_2 td{
  padding:10px;
}
/*sd_no6*/
.sd_no6_1{
  width:600px;
  text-align: center;
  background-color: #233D4C;
}
.sd_no6_1 tr{
  height:40px;
}
.sd_no6_2{
  width:600px;
  background-color: #233D4C;
}
.sd_no6_2 td{
  height:40px;
  padding:10px;
}
/*access*/
.access{
  text-align: center;
  background-color: #233D4C;
}
.access tr{
  height:50px;
}
.access td{
  padding: 10px;
}
/*photo*/
.photo img{
  width:195.9px;
}
/*media*/
.dotto{
  width:600px;
  border: 10px solid #1f8acc;
  border-radius: 3px;
}
.dotto_text{
  margin:20px 20px 0px 20px;
}
.media img{
  margin:1em 0px 0.5em 250px;
  max-width: 120px;
}
/*-------------------*/
#w200{
  width:180px;
}
.white{
  background-color: rgb(7, 28, 41);
}
.grey{
  background-color: #0C344C;
}
.blue{
  background-color: #1f8acc;
}
.whiteash{
  background-color: #506371;
}



h4{
  font-weight: 700;
/*  margin-bottom: .5em;*/
  display: inline-block;
  padding: .2em .8em .1em .8em;
  background: #1f8acc;
  border-radius: .25em;
}
.blank{
  display: inline-block;
  width:100px;
}
label{
  font-weight: 300;
}
button{
  display: inline-block;
  padding: .4em .8em;
  background: #666;
  border: 0;
  margin: 0 .2em;
  color: #ddd;
  font-size: 16px;
  font-weight: 300;
  border-radius: .25em;
  cursor: pointer;
}
button.active{
  background: #1f8acc;
}
button:focus{
  outline: 0 none;
}
button:first-of-type{
  margin-left: 0;
}
button:last-of-type{
  margin-right: 0;
}
button:focus{
  outline: 0 none;
}
#button{
  display: inline-block;
  padding: .4em .8em;
  background: #666;
  border: 0;
  margin: 0 .2em;
  color: #ddd;
  font-size: 16px;
  font-weight: 300;
  border-radius: .25em;
  cursor: pointer;
}
/*
.controls{
  background: #333;
  padding: 2%;
}
*/
fieldset{
  border-color: transparent;
  margin:-30px -10px 0 -10px;
}
fieldset:last-child{
  margin-bottom: 20px;
}

.mixitup{
/*
  padding: 2%;
  background: #68b8c4;
*/
  text-align: justify;
}
.mixitup .mix,
.mixitup .gap{
  width: 100px;
  display: inline-block;
}
.mixitup .mix{
  width: 394px;
  height: 360px;
  display: none;
}
.mogiten li{
  margin-bottom: 2px;
}
.kyoshitsu li{
  margin-bottom: 2px;
}
.okugai li{
  margin-bottom: 2px;
}

.mixitup table{
  width: 100%;
  /*margin: 0 0 20px 5%;*/
  margin-bottom: 20px;
  padding: 0;
  /*background-color: #1f8acc;*/
  /*border: 2px solid #1f8acc;*/
}
.mixitup .kikaku{
  margin: 0;
  padding:4px 0 0 0;
  height: 45px;
  background-color: #1f8acc;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  text-align: center;
  font-size: 17px;
  font-weight: 700;
}
.mixitup tr{
  margin: 0;
  padding: 0;
}
.mixitup td{
  margin: 0;
  padding: 0 0.8em 0 1em;
  background-color: rgba(255,255,255,0.5);
  color: #000;
  font-size: 16px;
  line-height: 150%;
}
.mixitup table .prohead{
  width: 20%;
  height: 25px !important;
  margin: 0;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  background-color: #0C344C;
  font-size: 16px;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.mixitup .kyatti{
  height:150px;
  padding: 5px 1em 5px 1.5em;
  vertical-align: top;
  font-size: 14px;
}
.mixitup .kyatti span{
  display:block;
  font-weight: 600;
  margin-bottom:10px;
  border-bottom:2px dotted #1f8acc;
}
</style></head><body>::-moz-selection {
  background-color: rgba(0,0,0,0.9);
  color: #1f8acc;
}
::selection {
  background-color: rgba(0,0,0,0.9);
  color: #1f8acc;
}
*{text-decoration: none;}
.flash-title{
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 1);
  animation: fade-in-out 6s ease 0s forwards;
  visibility: hidden;
  z-index: 1;
}
.flash-title p {
  display: table-cell;
  vertical-align: middle;
  text-align:center;
  font-size: 50px;
  color: #fff;
}
@keyframes fade-in-out {
  0% {visibility: hidden; opacity: 0;}
  10% {visibility: visible; opacity: 1;}
  70% {visibility: visible; opacity: 1;}
  100% {visibility: hidden; opacity: 0;}
}
/*count*/
.yycountdown-box{
  text-align:center;
  color:#fff;
  display: inline-block;
}

#count .yycountdown-box .yyc-day{
  font-size:3.0em;
  color:#0085C7;
}
#count .yycountdown-box .yyc-hou{
  font-size:3.0em;
  color:#F4C300;
}
#count .yycountdown-box .yyc-min{
  font-size:3.0em;
  color:#009F3D;
}
#count .yycountdown-box .yyc-sec{
  font-size:3.0em;
  color:#DF0024;
}

#count .yycountdown-box .yyc-day-text,
#count .yycountdown-box .yyc-hou-text,
#count .yycountdown-box .yyc-min-text,
#count .yycountdown-box .yyc-sec-text{
  font-size:1.0em;
}

#count1 .yycountdown-box .yyc-hou,
#count1 .yycountdown-box .yyc-min,
#count1 .yycountdown-box .yyc-sec{
  font-size:0.7em;
}
#count1 .yycountdown-box .yyc-hou-text,
#count1 .yycountdown-box .yyc-min-text,
#count1 .yycountdown-box .yyc-sec-text{
  font-size:0.7em;
}

div .count1{
  margin: 20px 0 0 0;
  padding: 0px;
  display: inline-block;
  float: right;
}
div .count1 p{
  font-size:30px;
  line-height:30px;
  color: #fff;
  margin: 10px 0 0px 0;
}

body{
  margin:0px;
  font-family:'Meiryo','ãƒ¡ã‚¤ãƒªã‚ª';
  background-size: 1500px auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment:fixed;
  background-size: cover;
}
#index{
  background-image: url(../images/background/background_index.jpg)
}
#about{
  background-image: url(../images/background/background_about.jpg)
}
#program{
  background-image: url(../images/background/background_program.jpg)
}
#special{
  background-image: url(../images/background/background_special.jpg)
}
#effort{
  background-image: url(../images/background/background_effort.jpg)
}
#time{
  background-image: url(../images/background/background_time.jpg)
}
#header{
  background-image: url(../images/background/background_link.jpg)
}
#link{
  background-image: url(../images/background/background_link.jpg)
}
.header{
  width:100%;
  height:auto;
}
.header_top_wrapper{
  width:100%px;
  height:25px;
  background-color: #0C344C;
}
.header_top{
  width:1200px;
  height: 25px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  background-color: #0C344C;
}
.header_top div {
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  overflow: hidden;
  height:25px;
  color:#fff;
  -webkit-font-smoothing: antialiased;
  text-align: right;
  font-size: 13px;
  line-height: 25px;
  margin-left: 20px;
}
.header_top div:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  height: 2px;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.header_top div:hover:before,
.header_top div:focus:before,
.header_top div:active:before {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.header_logo{
  width:1200px;
  height:100px;
  margin: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header_logo img{
  max-height:100px;
}
.wrapper{
  width:100%;
  height:auto;
  margin-top:10px;
}
.container{
  width:1200px;
  height:100%;
  margin: auto;
}
.menu{
  width:100%;
  height:60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.menu div {
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  overflow: hidden;
  width:195px;
  height:60px;
  background-color: #1f8acc;
  border-radius: 3px;
  color:#fff;
  text-shadow: -1px 1px 0 rgba(0,0,0,0.5);
  font-size: 20px;
  line-height: 60px;
  text-align: center;
}
.menu div:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  height: 4px;
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.menu div:hover:before,
.menu div:focus:before,
.menu div:active:before {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.slide{
  width:100%;
  margin-top:10px;
  box-shadow: 3px 3px 10px rgba(0,0,0,0.7);
  border-radius: 3px;
}
.contents{
  width:100%;
  height:300px;
  margin-top:10px;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
  -ms-flex-pack:justify;
  justify-content:space-between;
}
.youtube{
  width:530px;
  height:300px;
  background-color: rgba(0, 0, 0, 0.7);
  border:2px solid #1f8acc;
  box-sizing: border-box;
  border-radius: 2px;
}
.youtube iframe{
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.about{
  width:323px;
  height:296px;
  border: solid 2px #1f8acc;
  border-radius: 2px;
}
.about_header{
  width:100%;
  height:44px;
  color:#fff;
  font-size: 20px;
  text-align: center;
  line-height: 44px;
  background-color: #1f8acc;
}
.about_text{
  width:100%;
  height:84px;
  color:#fff;
  font-size: 20px;
  text-align: center;
  line-height: 84px;
  background-color: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content:space-around;
  -ms-flex-pack:distribute;
  justify-content:space-around;
}
.about_text_sub{
  width:100%;
  height:20px;
  line-height: 40px;
  text-align: center;
}
.about_text_sub2{
  width:100%;
  height: 20px;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
}
#border_bottom{
  border-bottom: dotted 2px #1f8acc;
  box-sizing: border-box;
  line-height: 60px;
}
.twitter{
  width:323px;
  height:100%;
  background-color: rgba(0, 0, 0, 0.7);
  border:2px solid #1f8acc;
  box-sizing: border-box;
  border-radius: 2px;
}
.timeline{
  height:100%;
}
.tweet_button{
  width:150px;
  height:10%;
  margin:0 auto;
  margin-top: px;
}
.twitter-hashtag-button{

}
.footer{
  width:100%;
  min-width: 1200px;
  height:auto;
  margin-top:10px;
  background-color: #0C344C;
  border-top: solid 5px #1f8acc;
}
.footer a{
  color:#fff;
}
.footer a:hover{
  color:#1f8acc;
}
.footer_contents{
  color:#fff;
  width:1200px;
  height:auto;
  margin: auto;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  /*æ–‡å­—ã‚’ç´°ãã™ã‚‹*/
  -webkit-font-smoothing: antialiased;
}
.footer_box{
  width:240px;
  height:auto;
}
.footer_box_up{
  width:240px;
  height:50px;
  color:#fff;
  text-align: center;
  line-height: 50px;
  border-bottom: double 4px #1f8acc;
}
.footer_box_up a:hover{
  color:#1f8acc;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.footer_box_middle{
  width:240px;
  height:5px;
  border-left: 1px solid #1f8acc;
}
.footer_box_down{
  margin-top:0px;
}
.footer_box_down div {
  width:240px;
  height:20px;
  color:#fff;
  text-align: left;
  line-height: 25px;
  font-size: 12px;
}
.footer_box_down a:hover{
  color:#1f8acc;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.footer_contents2{
  width:800px;
  height:auto;
  margin: auto;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*æ–‡å­—ã‚’ç´°ãã™ã‚‹*/
  -webkit-font-smoothing: antialiased;
}
.footer_contents2 a{
  color:#fff;
}
.footer_contents2 a:hover{
  color:#1f8acc;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.footer_box2-border{
  border-top: double 4px #1f8acc;
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer_box2{
  width:200px;
  height:30px;
  text-align: center;
  line-height:30px;
}
#footer1{
  padding-left: 5px;
  border-left: solid 1px #1f8acc;
}
#footer2{
  margin-left:2em;
  padding-left: 5px;
  border-left: solid 1px #D43637;
}
#footer3{
  margin-left:4em;
  padding-left: 5px;
  border-left: solid 1px #999708;
}
.co{
  width:100%;
  height:auto;
  margin-top: 20px;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
  -ms-flex-pack:center;
  justify-content:center;
}
.co img{
  width:210px;
  height: 70px;
  margin-left: 5px;
  margin-right: 5px;
}

.vertical_contents{
  width:1200px;
  height:auto;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cover{
  width:1200px;
  height:200px;
  margin-top:10px;
  box-shadow: 3px 3px 10px rgba(0,0,0,0.7);
  background-size:cover;
  border-radius: 3px;
}
.concrete{
  width:1200px;
  height:auto;
  margin-top:10px;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#h_about{
  height:300px;
}
#h_program{
  height:660px;
}
#h_special{
  height:420px;
}
#h_effort{
  height:180px;
}
#h_time{
  height:240px;
}
#h_header{
  height:300px;
}
#h_link{
  height:300px;
}
.sidemenu{
  width:300px;
  z-index: 1;
}
#sidemenu_bar{
  width:300px;
  height:60px;
  background-color: #1f8acc;
  border-top-left-radius: 3px;
}
#sidemenu_bar_text{
  width:300px;
  height:inherit;
  color:#FFF;
  font-size: 20px;
  text-align: left;
  line-height: 60px;
  text-shadow: -1px 1px 0 rgba(0,0,0,0.5);
  margin-left: 1.2em;
}
#sidemenu_down{
  background-color: rgba(0,0,0,0.7);
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  overflow: hidden;
  width:300px;
  height:60px;
  display: inline-block;
  color:#fff;
  text-shadow: -1px 1px 0 rgba(0,0,0,1);
  line-height: 60px;
  border-bottom: solid 2px #1f8acc;
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#sidemenu_down h{
  margin-left:1.5em;
}
#sidemenu_down:hover{
  text-shadow: none;
  background-color: #0C344C;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.context{
  width:890px;
  height:auto;
  margin-right:0px;
  background-color: rgba(0,0,0,0.7);
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.context_header{
  width:890px;
  height:60px;
  background-color: #1f8acc;
  border-top-right-radius: 3px;
}
.context_header_a{
  width:845px;
  height:inherit;
  color:#FFF;
  font-size: 20px;
  line-height: 60px;
  text-shadow: -1px 1px 0 rgba(0,0,0,0.5);
  margin-left: 45px;
}
.textbox{
  width:800px;
  margin:auto;
  color: #fff;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  line-height: 32px;
}
.textbox strong{
  border-bottom: solid 2px #1f8acc;
}
/*banner_img*/
.banner_img:hover{
  opacity: 0.6;
}
/*banner*/
a.banner img{
  margin-top: -6px;
}
a.banner:hover img{
  opacity: 0.6;
}
/*aa*/
.aa{
  color:#fff;
}
.aa:hover{
  color:#1f8acc;
}
/*a*/
.a{
  color:#fff;
  border-bottom: 1px solid #fff;
}
.a:hover{
  color:#1f8acc;
}
/*aaa*/
.aaa{
  color:#fff;
  border-bottom: 2px solid #fff;
}
.aaa:hover{
  color:#1f8acc;
}
/*a_hover*/
.a_hover_box{
  width:100%;
  height:auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.a_hover {
  width:397px;
  height:269px;
  margin-bottom: 6px;
  overflow:hidden;
  position:relative;
}
.a_hover .mask {
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  -webkit-transform:scale3d(1.5,1.5,1);
  transform:scale3d(1.5,1.5,1);
  opacity:0;
  background-color:rgba(255,255,255,0.6);
  -webkit-transition:all 0.3s ease;
  transition:all 0.3s ease;
}
.a_hover img{
  width:397px;
}
.a_hover:hover .mask {
  width:100%;
  height:100%;
  -webkit-transform:scale3d(1,1,1);
  transform:scale3d(1,1,1);
  opacity:1;
}
/*fi*/
.fi img{
  max-width: 500px;
  max-height: 170px;
}
.themecolor{
  width:11em;
  height:11em;
  background-color: #1f8acc;
}
/*no6_border*/
.no6_border{
  width:625px;
  padding:1em;
  border: 2px solid #fff;
}
/*lyrics*/
.lyrics{
  background-image: url(../images/lyrics.jpg);
  background-attachment: fixed;
  background-size: cover;
  color:#fff;
  text-align: center;
  padding:50px;
}
.lyrics_box{
  background-color: rgba(0,0,0,0.7);
}
.lyrics_box_header{
  width:100%;
  height:50px;
  background-color: #1f8acc;
}
.lyrics_box_header_text{
  width:90%;
  height:100%;
  line-height: 50px;
  font-size:120%;
}
.lyrics_box_text{
  text-align: center;
  padding: 10px;
}
/*oh*/
.oh{
  width:33em;
  padding:0 1em 0 1em;
  margin-left:-1em;
  border: 2px solid #1f8acc;
}
.oh img{
  margin-left:1em
}
/*stamp*/
.stamp{
  text-align: center;
  background-color: #233D4C;
}
.stamp tr{
  height:50px;
}
.stamp td{
  width:auto;
  padding:10px;
}
/*local*/
.local tr{
  height:40px;
}
/*mfp*/
.mfp{
  text-align: center;
  background-color: #233D4C;
}
.mfp tr{
  height:50px;
}
.mfp td{
  width:auto;
  padding:10px;
}
/*tour*/
.tour{
  text-align: center;
  background-color: #233D4C;
}
.tour tr{
  height:40px;
}
.tour td{
  width:130px;
}
rt{
  text-shadow:none;
  padding-left:0px;
  font-size:10px
    -webkit-transform:scale(0.92);
  -moz-transform:scale(0.92);
  -ms-transform:scale(0.92);
  -o-transform:scale(0.92);
  transform:scale(0.92);
}
/*kikaku*/
.kikaku{
  width:600px;
  text-align: center;
}
.kikaku tr{
  height:40px;
}
.kikaku .whiteash{
  text-align: left;
  padding-left: 1em;
}
.map_okugai{
  background-color: #0C344C;
}
/*time*/
.time{
  text-align: center;
  background-color: #233D4C;
}
.time tr{
  height:50px;
}
.time td{
  width:130px;
}
/*campus*/
.campus{
  text-align: center;
}
.campus tr{
  height:50px;
}
.campus td img{
  width:35px;
  margin-top:10px;
}
.campus td{
  padding-right:10px;
  padding-left:10px;
}
/*okugai*/
.okugai_1{
  text-align: center;
  background-color: #233D4C;
}
.okugai_1 tr{
  height:40px;
  padding:10px;
}
.okugai_2{
  background-color: #233D4C;
}
.okugai_2 td{
  padding:10px;
}
/*sd_no6*/
.sd_no6_1{
  width:600px;
  text-align: center;
  background-color: #233D4C;
}
.sd_no6_1 tr{
  height:40px;
}
.sd_no6_2{
  width:600px;
  background-color: #233D4C;
}
.sd_no6_2 td{
  height:40px;
  padding:10px;
}
/*access*/
.access{
  text-align: center;
  background-color: #233D4C;
}
.access tr{
  height:50px;
}
.access td{
  padding: 10px;
}
/*photo*/
.photo img{
  width:195.9px;
}
/*media*/
.dotto{
  width:600px;
  border: 10px solid #1f8acc;
  border-radius: 3px;
}
.dotto_text{
  margin:20px 20px 0px 20px;
}
.media img{
  margin:1em 0px 0.5em 250px;
  max-width: 120px;
}
/*-------------------*/
#w200{
  width:180px;
}
.white{
  background-color: rgb(7, 28, 41);
}
.grey{
  background-color: #0C344C;
}
.blue{
  background-color: #1f8acc;
}
.whiteash{
  background-color: #506371;
}



h4{
  font-weight: 700;
/*  margin-bottom: .5em;*/
  display: inline-block;
  padding: .2em .8em .1em .8em;
  background: #1f8acc;
  border-radius: .25em;
}
.blank{
  display: inline-block;
  width:100px;
}
label{
  font-weight: 300;
}
button{
  display: inline-block;
  padding: .4em .8em;
  background: #666;
  border: 0;
  margin: 0 .2em;
  color: #ddd;
  font-size: 16px;
  font-weight: 300;
  border-radius: .25em;
  cursor: pointer;
}
button.active{
  background: #1f8acc;
}
button:focus{
  outline: 0 none;
}
button:first-of-type{
  margin-left: 0;
}
button:last-of-type{
  margin-right: 0;
}
button:focus{
  outline: 0 none;
}
#button{
  display: inline-block;
  padding: .4em .8em;
  background: #666;
  border: 0;
  margin: 0 .2em;
  color: #ddd;
  font-size: 16px;
  font-weight: 300;
  border-radius: .25em;
  cursor: pointer;
}
/*
.controls{
  background: #333;
  padding: 2%;
}
*/
fieldset{
  border-color: transparent;
  margin:-30px -10px 0 -10px;
}
fieldset:last-child{
  margin-bottom: 20px;
}

.mixitup{
/*
  padding: 2%;
  background: #68b8c4;
*/
  text-align: justify;
}
.mixitup .mix,
.mixitup .gap{
  width: 100px;
  display: inline-block;
}
.mixitup .mix{
  width: 394px;
  height: 360px;
  display: none;
}
.mogiten li{
  margin-bottom: 2px;
}
.kyoshitsu li{
  margin-bottom: 2px;
}
.okugai li{
  margin-bottom: 2px;
}

.mixitup table{
  width: 100%;
  /*margin: 0 0 20px 5%;*/
  margin-bottom: 20px;
  padding: 0;
  /*background-color: #1f8acc;*/
  /*border: 2px solid #1f8acc;*/
}
.mixitup .kikaku{
  margin: 0;
  padding:4px 0 0 0;
  height: 45px;
  background-color: #1f8acc;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  text-align: center;
  font-size: 17px;
  font-weight: 700;
}
.mixitup tr{
  margin: 0;
  padding: 0;
}
.mixitup td{
  margin: 0;
  padding: 0 0.8em 0 1em;
  background-color: rgba(255,255,255,0.5);
  color: #000;
  font-size: 16px;
  line-height: 150%;
}
.mixitup table .prohead{
  width: 20%;
  height: 25px !important;
  margin: 0;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  background-color: #0C344C;
  font-size: 16px;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.mixitup .kyatti{
  height:150px;
  padding: 5px 1em 5px 1.5em;
  vertical-align: top;
  font-size: 14px;
}
.mixitup .kyatti span{
  display:block;
  font-weight: 600;
  margin-bottom:10px;
  border-bottom:2px dotted #1f8acc;
}
<script>// Write JavaScript here </script>::-moz-selection {
  background-color: rgba(0,0,0,0.9);
  color: #1f8acc;
}
::selection {
  background-color: rgba(0,0,0,0.9);
  color: #1f8acc;
}
*{text-decoration: none;}
.flash-title{
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 1);
  animation: fade-in-out 6s ease 0s forwards;
  visibility: hidden;
  z-index: 1;
}
.flash-title p {
  display: table-cell;
  vertical-align: middle;
  text-align:center;
  font-size: 50px;
  color: #fff;
}
@keyframes fade-in-out {
  0% {visibility: hidden; opacity: 0;}
  10% {visibility: visible; opacity: 1;}
  70% {visibility: visible; opacity: 1;}
  100% {visibility: hidden; opacity: 0;}
}
/*count*/
.yycountdown-box{
  text-align:center;
  color:#fff;
  display: inline-block;
}

#count .yycountdown-box .yyc-day{
  font-size:3.0em;
  color:#0085C7;
}
#count .yycountdown-box .yyc-hou{
  font-size:3.0em;
  color:#F4C300;
}
#count .yycountdown-box .yyc-min{
  font-size:3.0em;
  color:#009F3D;
}
#count .yycountdown-box .yyc-sec{
  font-size:3.0em;
  color:#DF0024;
}

#count .yycountdown-box .yyc-day-text,
#count .yycountdown-box .yyc-hou-text,
#count .yycountdown-box .yyc-min-text,
#count .yycountdown-box .yyc-sec-text{
  font-size:1.0em;
}

#count1 .yycountdown-box .yyc-hou,
#count1 .yycountdown-box .yyc-min,
#count1 .yycountdown-box .yyc-sec{
  font-size:0.7em;
}
#count1 .yycountdown-box .yyc-hou-text,
#count1 .yycountdown-box .yyc-min-text,
#count1 .yycountdown-box .yyc-sec-text{
  font-size:0.7em;
}

div .count1{
  margin: 20px 0 0 0;
  padding: 0px;
  display: inline-block;
  float: right;
}
div .count1 p{
  font-size:30px;
  line-height:30px;
  color: #fff;
  margin: 10px 0 0px 0;
}

body{
  margin:0px;
  font-family:'Meiryo','ãƒ¡ã‚¤ãƒªã‚ª';
  background-size: 1500px auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment:fixed;
  background-size: cover;
}
#index{
  background-image: url(../images/background/background_index.jpg)
}
#about{
  background-image: url(../images/background/background_about.jpg)
}
#program{
  background-image: url(../images/background/background_program.jpg)
}
#special{
  background-image: url(../images/background/background_special.jpg)
}
#effort{
  background-image: url(../images/background/background_effort.jpg)
}
#time{
  background-image: url(../images/background/background_time.jpg)
}
#header{
  background-image: url(../images/background/background_link.jpg)
}
#link{
  background-image: url(../images/background/background_link.jpg)
}
.header{
  width:100%;
  height:auto;
}
.header_top_wrapper{
  width:100%px;
  height:25px;
  background-color: #0C344C;
}
.header_top{
  width:1200px;
  height: 25px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  background-color: #0C344C;
}
.header_top div {
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  overflow: hidden;
  height:25px;
  color:#fff;
  -webkit-font-smoothing: antialiased;
  text-align: right;
  font-size: 13px;
  line-height: 25px;
  margin-left: 20px;
}
.header_top div:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  height: 2px;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.header_top div:hover:before,
.header_top div:focus:before,
.header_top div:active:before {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.header_logo{
  width:1200px;
  height:100px;
  margin: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header_logo img{
  max-height:100px;
}
.wrapper{
  width:100%;
  height:auto;
  margin-top:10px;
}
.container{
  width:1200px;
  height:100%;
  margin: auto;
}
.menu{
  width:100%;
  height:60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.menu div {
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  overflow: hidden;
  width:195px;
  height:60px;
  background-color: #1f8acc;
  border-radius: 3px;
  color:#fff;
  text-shadow: -1px 1px 0 rgba(0,0,0,0.5);
  font-size: 20px;
  line-height: 60px;
  text-align: center;
}
.menu div:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  height: 4px;
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.menu div:hover:before,
.menu div:focus:before,
.menu div:active:before {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.slide{
  width:100%;
  margin-top:10px;
  box-shadow: 3px 3px 10px rgba(0,0,0,0.7);
  border-radius: 3px;
}
.contents{
  width:100%;
  height:300px;
  margin-top:10px;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
  -ms-flex-pack:justify;
  justify-content:space-between;
}
.youtube{
  width:530px;
  height:300px;
  background-color: rgba(0, 0, 0, 0.7);
  border:2px solid #1f8acc;
  box-sizing: border-box;
  border-radius: 2px;
}
.youtube iframe{
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.about{
  width:323px;
  height:296px;
  border: solid 2px #1f8acc;
  border-radius: 2px;
}
.about_header{
  width:100%;
  height:44px;
  color:#fff;
  font-size: 20px;
  text-align: center;
  line-height: 44px;
  background-color: #1f8acc;
}
.about_text{
  width:100%;
  height:84px;
  color:#fff;
  font-size: 20px;
  text-align: center;
  line-height: 84px;
  background-color: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content:space-around;
  -ms-flex-pack:distribute;
  justify-content:space-around;
}
.about_text_sub{
  width:100%;
  height:20px;
  line-height: 40px;
  text-align: center;
}
.about_text_sub2{
  width:100%;
  height: 20px;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
}
#border_bottom{
  border-bottom: dotted 2px #1f8acc;
  box-sizing: border-box;
  line-height: 60px;
}
.twitter{
  width:323px;
  height:100%;
  background-color: rgba(0, 0, 0, 0.7);
  border:2px solid #1f8acc;
  box-sizing: border-box;
  border-radius: 2px;
}
.timeline{
  height:100%;
}
.tweet_button{
  width:150px;
  height:10%;
  margin:0 auto;
  margin-top: px;
}
.twitter-hashtag-button{

}
.footer{
  width:100%;
  min-width: 1200px;
  height:auto;
  margin-top:10px;
  background-color: #0C344C;
  border-top: solid 5px #1f8acc;
}
.footer a{
  color:#fff;
}
.footer a:hover{
  color:#1f8acc;
}
.footer_contents{
  color:#fff;
  width:1200px;
  height:auto;
  margin: auto;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  /*æ–‡å­—ã‚’ç´°ãã™ã‚‹*/
  -webkit-font-smoothing: antialiased;
}
.footer_box{
  width:240px;
  height:auto;
}
.footer_box_up{
  width:240px;
  height:50px;
  color:#fff;
  text-align: center;
  line-height: 50px;
  border-bottom: double 4px #1f8acc;
}
.footer_box_up a:hover{
  color:#1f8acc;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.footer_box_middle{
  width:240px;
  height:5px;
  border-left: 1px solid #1f8acc;
}
.footer_box_down{
  margin-top:0px;
}
.footer_box_down div {
  width:240px;
  height:20px;
  color:#fff;
  text-align: left;
  line-height: 25px;
  font-size: 12px;
}
.footer_box_down a:hover{
  color:#1f8acc;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.footer_contents2{
  width:1200px;
  height:auto;
  margin: auto;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*æ–‡å­—ã‚’ç´°ãã™ã‚‹*/
  -webkit-font-smoothing: antialiased;
}
.footer_contents2 a{
  color:#fff;
}
.footer_contents2 a:hover{
  color:#1f8acc;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.footer_box2-border{
  border-top: double 4px #1f8acc;
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer_box2{
  width:200px;
  height:30px;
  text-align: center;
  line-height:30px;
}
#footer1{
  padding-left: 5px;
  border-left: solid 1px #1f8acc;
}
#footer2{
  margin-left:2em;
  padding-left: 5px;
  border-left: solid 1px #D43637;
}
#footer3{
  margin-left:4em;
  padding-left: 5px;
  border-left: solid 1px #999708;
}
.co{
  width:100%;
  height:auto;
  margin-top: 20px;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
  -ms-flex-pack:center;
  justify-content:center;
}
.co img{
  width:210px;
  height: 70px;
  margin-left: 5px;
  margin-right: 5px;
}

.vertical_contents{
  width:1200px;
  height:auto;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cover{
  width:1200px;
  height:200px;
  margin-top:10px;
  box-shadow: 3px 3px 10px rgba(0,0,0,0.7);
  background-size:cover;
  border-radius: 3px;
}
.concrete{
  width:1200px;
  height:auto;
  margin-top:10px;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#h_about{
  height:300px;
}
#h_program{
  height:660px;
}
#h_special{
  height:420px;
}
#h_effort{
  height:180px;
}
#h_time{
  height:240px;
}
#h_header{
  height:300px;
}
#h_link{
  height:300px;
}
.sidemenu{
  width:300px;
  z-index: 1;
}
#sidemenu_bar{
  width:300px;
  height:60px;
  background-color: #1f8acc;
  border-top-left-radius: 3px;
}
#sidemenu_bar_text{
  width:300px;
  height:inherit;
  color:#FFF;
  font-size: 20px;
  text-align: left;
  line-height: 60px;
  text-shadow: -1px 1px 0 rgba(0,0,0,0.5);
  margin-left: 1.2em;
}
#sidemenu_down{
  background-color: rgba(0,0,0,0.7);
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  overflow: hidden;
  width:300px;
  height:60px;
  display: inline-block;
  color:#fff;
  text-shadow: -1px 1px 0 rgba(0,0,0,1);
  line-height: 60px;
  border-bottom: solid 2px #1f8acc;
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#sidemenu_down h{
  margin-left:1.5em;
}
#sidemenu_down:hover{
  text-shadow: none;
  background-color: #0C344C;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.context{
  width:890px;
  height:auto;
  margin-right:0px;
  background-color: rgba(0,0,0,0.7);
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.context_header{
  width:890px;
  height:60px;
  background-color: #1f8acc;
  border-top-right-radius: 3px;
}
.context_header_a{
  width:845px;
  height:inherit;
  color:#FFF;
  font-size: 20px;
  line-height: 60px;
  text-shadow: -1px 1px 0 rgba(0,0,0,0.5);
  margin-left: 45px;
}
.textbox{
  width:800px;
  margin:auto;
  color: #fff;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  line-height: 32px;
}
.textbox strong{
  border-bottom: solid 2px #1f8acc;
}
/*banner_img*/
.banner_img:hover{
  opacity: 0.6;
}
/*banner*/
a.banner img{
  margin-top: -6px;
}
a.banner:hover img{
  opacity: 0.6;
}
/*aa*/
.aa{
  color:#fff;
}
.aa:hover{
  color:#1f8acc;
}
/*a*/
.a{
  color:#fff;
  border-bottom: 1px solid #fff;
}
.a:hover{
  color:#1f8acc;
}
/*aaa*/
.aaa{
  color:#fff;
  border-bottom: 2px solid #fff;
}
.aaa:hover{
  color:#1f8acc;
}
/*a_hover*/
.a_hover_box{
  width:100%;
  height:auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.a_hover {
  width:397px;
  height:269px;
  margin-bottom: 6px;
  overflow:hidden;
  position:relative;
}
.a_hover .mask {
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  -webkit-transform:scale3d(1.5,1.5,1);
  transform:scale3d(1.5,1.5,1);
  opacity:0;
  background-color:rgba(255,255,255,0.6);
  -webkit-transition:all 0.3s ease;
  transition:all 0.3s ease;
}
.a_hover img{
  width:397px;
}
.a_hover:hover .mask {
  width:100%;
  height:100%;
  -webkit-transform:scale3d(1,1,1);
  transform:scale3d(1,1,1);
  opacity:1;
}
/*fi*/
.fi img{
  max-width: 500px;
  max-height: 170px;
}
.themecolor{
  width:11em;
  height:11em;
  background-color: #1f8acc;
}
/*no6_border*/
.no6_border{
  width:625px;
  padding:1em;
  border: 2px solid #fff;
}
/*lyrics*/
.lyrics{
  background-image: url(../images/lyrics.jpg);
  background-attachment: fixed;
  background-size: cover;
  color:#fff;
  text-align: center;
  padding:50px;
}
.lyrics_box{
  background-color: rgba(0,0,0,0.7);
}
.lyrics_box_header{
  width:100%;
  height:50px;
  background-color: #1f8acc;
}
.lyrics_box_header_text{
  width:90%;
  height:100%;
  line-height: 50px;
  font-size:120%;
}
.lyrics_box_text{
  text-align: center;
  padding: 10px;
}
/*oh*/
.oh{
  width:33em;
  padding:0 1em 0 1em;
  margin-left:-1em;
  border: 2px solid #1f8acc;
}
.oh img{
  margin-left:1em
}
/*stamp*/
.stamp{
  text-align: center;
  background-color: #233D4C;
}
.stamp tr{
  height:50px;
}
.stamp td{
  width:auto;
  padding:10px;
}
/*mfp*/
.mfp{
  text-align: center;
  background-color: #233D4C;
}
.mfp tr{
  height:50px;
}
.mfp td{
  width:auto;
  padding:10px;
}
/*tour*/
.tour{
  text-align: center;
  background-color: #233D4C;
}
.tour tr{
  height:40px;
}
.tour td{
  width:130px;
}
rt{
  text-shadow:none;
  padding-left:0px;
  font-size:10px
    -webkit-transform:scale(0.92);
  -moz-transform:scale(0.92);
  -ms-transform:scale(0.92);
  -o-transform:scale(0.92);
  transform:scale(0.92);
}
/*kikaku*/
.kikaku{
  width:600px;
  text-align: center;
}
.kikaku tr{
  height:40px;
}
.kikaku .whiteash{
  text-align: left;
  padding-left: 1em;
}
.map_okugai{
  background-color: #0C344C;
}
/*time*/
.time{
  text-align: center;
  background-color: #233D4C;
}
.time tr{
  height:50px;
}
.time td{
  width:130px;
}
/*campus*/
.campus{
  text-align: center;
}
.campus tr{
  height:50px;
}
.campus td img{
  width:35px;
  margin-top:10px;
}
.campus td{
  padding-right:10px;
  padding-left:10px;
}
/*okugai*/
.okugai_1{
  text-align: center;
  background-color: #233D4C;
}
.okugai_1 tr{
  height:40px;
  padding:10px;
}
.okugai_2{
  background-color: #233D4C;
}
.okugai_2 td{
  padding:10px;
}
/*sd_no6*/
.sd_no6_1{
  width:600px;
  text-align: center;
  background-color: #233D4C;
}
.sd_no6_1 tr{
  height:40px;
}
.sd_no6_2{
  width:600px;
  background-color: #233D4C;
}
.sd_no6_2 td{
  height:40px;
  padding:10px;
}
/*access*/
.access{
  text-align: center;
  background-color: #233D4C;
}
.access tr{
  height:50px;
}
.access td{
  padding: 10px;
}
/*photo*/
.photo img{
  width:195.9px;
}
/*media*/
.dotto{
  width:600px;
  border: 10px solid #1f8acc;
  border-radius: 3px;
}
.dotto_text{
  margin:20px 20px 0px 20px;
}
.media img{
  margin:1em 0px 0.5em 250px;
  max-width: 120px;
}
/*-------------------*/
#w200{
  width:180px;
}
.white{
  background-color: rgb(7, 28, 41);
}
.grey{
  background-color: #0C344C;
}
.blue{
  background-color: #1f8acc;
}
.whiteash{
  background-color: #506371;
}



h4{
  font-weight: 700;
/*  margin-bottom: .5em;*/
  display: inline-block;
  padding: .2em .8em .1em .8em;
  background: #1f8acc;
  border-radius: .25em;
}
.blank{
  display: inline-block;
  width:100px;
}
label{
  font-weight: 300;
}
button{
  display: inline-block;
  padding: .4em .8em;
  background: #666;
  border: 0;
  margin: 0 .2em;
  color: #ddd;
  font-size: 16px;
  font-weight: 300;
  border-radius: .25em;
  cursor: pointer;
}
button.active{
  background: #1f8acc;
}
button:focus{
  outline: 0 none;
}
button:first-of-type{
  margin-left: 0;
}
button:last-of-type{
  margin-right: 0;
}
button:focus{
  outline: 0 none;
}
#button{
  display: inline-block;
  padding: .4em .8em;
  background: #666;
  border: 0;
  margin: 0 .2em;
  color: #ddd;
  font-size: 16px;
  font-weight: 300;
  border-radius: .25em;
  cursor: pointer;
}
/*
.controls{
  background: #333;
  padding: 2%;
}
*/
fieldset{
  border-color: transparent;
  margin:-30px -10px 0 -10px;
}
fieldset:last-child{
  margin-bottom: 20px;
}

.mixitup{
/*
  padding: 2%;
  background: #68b8c4;
*/
  text-align: justify;
}
.mixitup .mix,
.mixitup .gap{
  width: 100px;
  display: inline-block;
}
.mixitup .mix{
  width: 394px;
  height: 360px;
  display: none;
}
.mogiten li{
  margin-bottom: 2px;
}
.kyoshitsu li{
  margin-bottom: 2px;
}
.okugai li{
  margin-bottom: 2px;
}

.mixitup table{
  width: 100%;
  /*margin: 0 0 20px 5%;*/
  margin-bottom: 20px;
  padding: 0;
  /*background-color: #1f8acc;*/
  /*border: 2px solid #1f8acc;*/
}
.mixitup .kikaku{
  margin: 0;
  padding:4px 0 0 0;
  height: 45px;
  background-color: #1f8acc;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  text-align: center;
  font-size: 17px;
  font-weight: 700;
}
.mixitup tr{
  margin: 0;
  padding: 0;
}
.mixitup td{
  margin: 0;
  padding: 0 0.8em 0 1em;
  background-color: rgba(255,255,255,0.5);
  color: #000;
  font-size: 16px;
  line-height: 150%;
}
.mixitup table .prohead{
  width: 20%;
  height: 25px !important;
  margin: 0;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  background-color: #0C344C;
  font-size: 16px;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.mixitup .kyatti{
  height:150px;
  padding: 5px 1em 5px 1.5em;
  vertical-align: top;
  font-size: 14px;
}
.mixitup .kyatti span{
  display:block;
  font-weight: 600;
  margin-bottom:10px;
  border-bottom:2px dotted #1f8acc;
}
<script>// Write JavaScript here </script></body>
