@charset "UTF-8";
/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, form, fieldset, input, fieldset, form, legend, textarea, table, caption, tbody, tfoot, thead, tr, th, td{  
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-size: 100%;
 background: transparent;
}
/*-----------------------------------
html5
------------------------------------*/ 
header, footer, nav, section, article, figure, figcaption, aside, details {
  display: block;
}

table{  
  border-collapse: collapse;
  border-spacing: 0;
}  
fieldset, img{  
  border: 0;  
}  
address, caption, cite, code, dfn, em, strong, th, var{  
  font-style: normal;
  font-weight:normal;  
}  
ol, ul{  
  list-style-type: none;
}  
caption, th{  
  text-align: left;  
}  
h1, h2, h3, h4, h5, h6{  
  font-size:100%;
  font-weight:normal;
}  
q:before, q:after{  
    content:”;  
}  
abbr, acronym{  
    border:0;  
}  
a{
  color: #01ADAF;
  cursor: pointer;
  text-decoration:none;
}
a:hover{
  text-decoration: none;
  cursor: pointer;
}
figure{
  margin: 0;
  padding: 0;
}

input, textarea, select {
  padding: 5px;
  line-height: 1.7;
  background: #FFF;
  border-radius: 0;
  border: 1px #CDD3D3 solid;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  zoom: 1;
  position: relative;
}
.btn {
  position: relative;
  zoom: 1;
}
input[type="text"],input[type="email"],input[type="tel"],input[type="password"]{
  padding-left: 10px;
  padding-right: 10px;
}
input[type="submit"], .btn a {
  display: block;
  margin: 0 auto 15px;
  padding: 15px 10px;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  background: #000;
  border: #000 0px solid;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-appearance: none;
  cursor: pointer;
}
input[type="submit"]:hover, .btn a:hover{
  background: #E62E8B;
  border: #E62E8B 0px solid;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all .25s ease;
  transition: all 0.25s ease;
  opacity: 1;
}
select {
font-size:14px;
line-height:2;
  cursor: pointer;
}
input[type="checkbox"] ,input[type="radio"] {
  cursor: pointer;
}

/* ie8 */
input[type="checkbox"] ,input[type="radio"] {
  background: transparent\9;
  border: 0px solid #E62E8B\9;
}

.box {
  cursor: pointer;
}

body {
  font:13px/1.231 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  /* for IE6/7 */ 
  *font-size:small; 
  /* for IE Quirks Mode */
  *font:x-small;
  color: #666;
  background: #fff;
  line-height: 1.7;
  text-align:center;
  word-break:break-all;
}

.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
  overflow: hidden;/* 隙間対応 */
  font-size: 0.1em;/* 隙間対応 */
  line-height: 0;/* 隙間対応 */
}  
  
.clearfix { display: inline-table; }  
 .clear{clear:both;} 
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  
.disnon {
  display: none; 
}
.mb30{margin-bottom: 30px;}
.inner {
  width: 980px;
  text-align: left;/**/
  margin: 0 auto;
}
.header_message{
    font-size: 85%;
    margin-top: 5px;
    text-align: right;
}

/* ヘッダーお問い合わせ先 */
.header_information{
	float:right;
}
.header_information .tel{
    float: left;
    width: 280px;
}
.header_information .header_title{
    font-size: 85%;
    margin: 0;
    margin-top: -8px;
}
.header_information .header_tel{
    font-size: 205%;
    font-weight: bold;
    padding-left: 41px;
    background: url(../images/icon_telfree.png) no-repeat center left;
    background-position-y: 10px;
    background-size: 36px;
    color: #333;
}
.header_information .header_mail{
	float:right;
}
.header_information .header_mail a{
    background: url(../images/icon_mail.png) no-repeat 25px center #00adb1;
    width: 120px;
    border-radius: 10px;
    color: #fff;
    padding: 9px 0px 9px 50px;
    display: block;
    margin-top: 7px;
}
.header_information .header_mail a:hover{
	background-color:#75D0D1;
}



#header{
  background: #FFF;
}
/*#header a{
  color: #666;
}
#header a:hover{
  color: #01ADAF;
}*/

/* パンくずリスト */
.breadcrumbs{
	text-align:left;
	font-size:98%;
	color:#AAAAAA;
}
.breadcrumbs a{
	color:#aaaaaa;
}
p.logo_message{
    padding-top: 10px;
}

#logo {
    float: left;
    margin: 5px 0 5px 0;
}
.dl-trigger {
  display: none;
}
li.dl-back {
  display: none!important;
}
/*ul#nav {
  float: right;
  margin-top: 32px;
}
#dl-menu  {
  display: none;
}*/
#headnavi{
    clear: both;
    text-align: center;
    font-size: 120%;
    margin: 10px 0 5px;
    padding: 5px;
    background: #00adb1;
}
/* dl-menu animate clear */


#nav .line::before{
    content: "";
    background: url(../images/line.png) no-repeat;
    position: absolute;
    top: 12px;
    left: -25px;
    width: 4px;
    height: 14px;
}

#nav .last::after{
    content: "";
    background: url(../images/line.png) no-repeat;
    position: absolute;
    top: 12px;
    left: 110px;
    width: 4px;
    height: 14px;
}
#nav .login{
    background: #fff;
    padding: 0 15px;
    border-radius: 10px;
    margin: 0 10px;
    line-height: 1.2;
}
#nav .login a {
    color: #01ADAF !important;
}
#nav .line,
#nav .login{
	transition: 0.6s ;
}

#nav .line:hover,
#nav .login:hover{
	opacity: 0.6 ;
}

.dl-menuwrapper ul {
	-webkit-transform-style: preserve-flat;
	-moz-transform-style: preserve-flat;
	transform-style: preserve-flat;
}
.dl-menuwrapper .dl-menu {
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.dl-menuwrapper .dl-menu.dl-menu-toggle {
	display: none;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	transition: all 0s ease;
}
.dl-menuwrapper .dl-menu.dl-menuopen {
	display: none;
	opacity: 0;
	pointer-events: auto;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
}
.dl-menuwrapper > .dl-submenu {
	display: none;
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	margin: 0;
}
.dl-submenu.dl-animate-out-5  {
	display: none;
}
.dl-menu.dl-animate-out-5 {
	-webkit-animation: MenuAnimOut5 0s ease;
	-moz-animation: MenuAnimOut5 0s ease;
	animation: MenuAnimOut5 0s ease;
}

@-webkit-keyframes MenuAnimOut5 {
	100% {
		-webkit-transform: none;
		opacity: 0;
	}
}
@-moz-keyframes MenuAnimOut5 {
	100% {
		-moz-transform: none;
		opacity: 0;
	}
}
@keyframes MenuAnimOut5 {
	100% {
		transform: none;
		opacity: 0;
	}
}
@-webkit-keyframes MenuAnimIn5 {
	0% {
		-webkit-transform: none;
		opacity: 0;
	}
	100% {
		-webkit-transform: none;
		opacity: 0;
	}
}
@-moz-keyframes MenuAnimIn5 {
	0% {
		-moz-transform: none;
		opacity: 0;
	}
	100% {
		-moz-transform: none;
		opacity: 0;
	}
}
@keyframes MenuAnimIn5 {
	0% {
		transform: none;
		opacity: 0;
	}
	100% {
		transform: none;
		opacity: 0;
	}
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
	display: none;
	-webkit-animation: SubMenuAnimIn5 0s ease;
	-moz-animation: SubMenuAnimIn5 0s ease;
	animation: SubMenuAnimIn5 0s ease;
}
@-webkit-keyframes SubMenuAnimIn5 {
	0% {
		-webkit-transform: none;
		opacity: 0;
	}
	100% {
		-webkit-transform: none;
		opacity: 0;
	}
}
@-moz-keyframes SubMenuAnimIn5 {
	0% {
		-moz-transform: none;
		opacity: 0;
	}
	100% {
		-moz-transform: none;
		opacity: 0;
	}
}
@keyframes SubMenuAnimIn5 {
	0% {
		transform: none;
		opacity: 0;
	}
	100% {
		transform: none;
		opacity: 0;
	}
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
	display: none;
	-webkit-animation: SubMenuAnimOut5 0s ease;
	-moz-animation: SubMenuAnimOut5 0s ease;
	animation: SubMenuAnimOut5 0s ease;
}
@-webkit-keyframes SubMenuAnimOut5 {
	0% {
		-webkit-transform: none;
		opacity: 0;
	}
	100% {
		-webkit-transform: none;
		opacity: 0;
	}
}
@-moz-keyframes SubMenuAnimOut5 {
	0% {
		-moz-transform: none;
		opacity: 0;
	}
	100% {
		-moz-transform: none;
		opacity: 0;
	}
}
@keyframes SubMenuAnimOut5 {
	0% {
		transform: none;
		opacity: 0;
	}
	100% {
		transform: none;
		opacity: 0;
	}
}

/*
ul.dl-menu > li {
  position: relative;
  display:inline-block;
  margin:0 20px;
}
ul.dl-menu li:hover > ul{
  display: block;
}
ul.dl-menu ul.submenu {
  display: none;
  width: 160px;
  position: absolute;
  top: 35px;
  left: -22px;
  color: #536767;
  background: #FFF;
}
ul.dl-menu ul li {
  float: none;
  display:block;
  margin: 0;
  padding: 0;
}

ul.dl-menu li img, #headnavi p img {
  margin-right: 5px;
  vertical-align: middle;
}
.dl-menu a, .dl-menu > li p {
    display: block;
    padding: 7px 4px 7px 0px;
    color: #fff !important;
}
ul.dl-menu li a:hover {
  color: #fff;
}
*/


/*ul#nav.dl-menu a:hover, */ ul#nav.dl-menu p:hover, .dl-menu .bt_login a:hover {
  color: #103838;
  cursor: pointer;
}

.bt_login a {
  display:block;
  padding: 7px;
  line-height: 1.4;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #E5E5E5;
  zoom: 1;
  position: relative;
}

/* login */
.logon ul.dl-submenu, .login ul.dl-submenu  {
  display: none;
  width: 160px;
  position: absolute;
  top: 35px;
  left: -22px;
  color: #536767;
  background: #FFF;
  z-index: 10000;
}
.logon #headnavi, .login #headnavi {
  /*float: right;*/
  position:relative;
}
.logon #dl-menu, .login #dl-menu {
  display:inline-block;
  /*padding-right: 170px;*/
}
.logon .login_menu, .login .login_menu {
  /*position: absolute;
  top: 0;
  right:0;*/
  height: 34px;
  display:inline-block;
  margin-left: 20px;
  vertical-align: top;
  /width: 130px;*/
  overflow: hidden;
}
.login_menu img, .login_menu p {
 /* display:inline-block;*/
}
.login_menu img {
  line-height: 1;
  vertical-align: middle;
}
.login_menu p {
  display:inline-block;
  max-width: 86px;
  max-height: 34px;
  /*
margin-top: 0.75em;*/
  margin-left: 10px;
  line-height: 1.5;
  overflow: hidden;
  vertical-align: middle;
}
.logon .login_menu a, .login .login_menu a {
 position:relative;
 top: 0;
  height: 34px;
  color: #536767;
  vertical-align: middle;
}
.logon .login_menu a:hover, .login .login_menu a:hover {
  color: #00AEB2;
}



.popup{
 position:relative;
  display:block;
  padding: 20px 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: solid 0px #FFF;
  box-shadow: 0 0 3px rgba(11,3,6,0.35);
  -moz-box-shadow: 0 0 3px rgba(11,3,6,0.35);
  -webkit-box-shadow: 0 0 3px rgba(11,3,6,0.35);
  z-index: 10000;
  zoom: 1;
}


/*ul.dl-menu ul.dl-submenu {
  transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  opacity: 0;
}*/


ul.dl-menu .submenu li {
  display: block;
  margin: 0 0 10px;
  z-index: 10001;
}
ul#nav.dl-menu ul.submenu li:last-child {
  margin-bottom: 0;
}
ul#nav ul.submenu li a {
  padding: 0;
  /*color: #536767 !important;*/
}

ul#nav.dl-menu .submenu li a:hover {
  /*color: #00AEB2;*/
}
/* ie8 */
.popup, ul.dl-menu .submenu {
  padding-bottom: 10px\9;
}

/* pagetop */
#pagetop {
  width: 100%;
  margin: 0 auto;
  text-align: right;
  max-width: 980px;
}
.pageTop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 46px;
  height: 46px;
  line-height: 1;
  z-index:9999;
}
.pageTop a {
  position: relative;
  display: block;
  width: 46px;
  hegiht:46px;
  z-index:9999;
}

/* footer */
#footer{
  width: 100%;
  min-width: 1000px;
  color: #75D0D1;
  background: #01ADAF;
  height: auto\9;
  overflow:hidden\9;
}
#footarea {
  height: auto\9;
  overflow:hidden\9;
  padding: 0\9;
  margin: 40px auto\9;
}
#footer a{
  color: #FFF;
}
#footer a:hover img{
  filter: alpha(opacity=75);
  -moz-opacity:0.7;
  opacity:0.75;
}

#footer .inner{
  width: 980px;
  padding: 40px 0;
  padding: 0\9;
}
#footnav {
  width: 630px;
  float: left;
}

#footer .footer_rightbox{
	float:right;
}
#footer .footer_rightbox .link_blog{
	float:left;
}
#footer .footer_rightbox .link_contact{
	float:right;
}
#footer .footer_rightbox .link_blog,
#footer .footer_rightbox .link_contact{
	margin-bottom:15px;
	text-align:center;
	width:48%;
}
#footer .footer_rightbox .link_blog a,
#footer .footer_rightbox .link_contact a{
	display:block;
	padding:5px 10px;
	border-radius:5px;
	background:#75D0D1;
	color:#fff;
}
#footer .footer_rightbox .link_blog a:hover,
#footer .footer_rightbox .link_contact a:hover{
	background:#fff;
	color:#01ADAF;
}

ul#sns_official {
  width: 99px;
  float: left;
}
ul#sns_bookmark {
  float: right;
  width: 245px;
  clear:both;
}
#footnav li.fnavbox{
  display:inline-block;
  padding-right: 30px;
  font-size: 14px;
  color: #FFF;
  vertical-align: top;
}
#footnav li.fnavbox ul {
  margin-top: 10px;
  font-size: 12px;
}
ul#sns_official li.sns_twitter {
  background: url(../images/sns_twitter_on.png) no-repeat center top;
}
ul#sns_official li.sns_facebook {
  background: url(../images/sns_facebook_on.png) no-repeat center top;
}
ul#sns_official li.sns_google {
  background: url(../images/sns_google_on.png) no-repeat center top;
}
ul#sns_official li {
  display:block;
  float: left;
  padding: 0 4px;
}
/**/
ul#sns_official li a:hover img{
  filter: alpha(opacity=0);
  -moz-opacity:0;
  opacity:0;
}
ul#sns_bookmark li {
  display:block;
  float: left;
  !width: 40px;
  margin-left: 15px;
  padding: 0; /**/
  text-align:center;
}

.tweetCountArrow, .likeCountArrow, .googleCountArrow  {
  display:block;
  width: 40px;
  height: 38px;
  margin-bottom: 20px;
  padding: 0;
  color: #FFF;
  background: url(../images/bg_count.png) no-repeat center center;
}
.tweetCountArrow span,.likeCountArrow span,.googleCountArrow span {
  display:block;
  line-height: 3em;
}
#footarea02 {
  display: block\9;
  height: auto\9;
  clear: both;
  color: #75D0D1;
  border-top: 1px #50C5CC solid;
}
#footarea02 .inner {
  padding: 20px 0;
  display: block\9;
  height: auto\9;
  overflow:hidden\9;
  padding: 20px 0 0\9;
  text-align:center;
}
#footarea02 a{
  color: #75D0D1;
}
#footarea02 a:hover{
  color: #FFF;
}
#footarea02 ul{
  display: block\9;
  height: auto\9;
  overflow:hidden\9;
}
#footarea02 li{
  display:inline-block;
  line-height: 1;
  padding: 0 15px;
  border-right: 1px #50C5CC solid;
}
#footarea02 li:last-child{
  border-right: 0px #50C5CC solid;
}
/* ie8 */
#footarea02 li.last_child{
  border-right: 0px #50C5CC solid\9;
}

#copyright {
  padding: 20px 10px;
  font-size: 10px;
  color: #75D0D1;
}

/*-----------------------------------
 top page 
 -----------------------------------*/
/* バナーエリア */
#maincontent .special_menu .inner{
	padding:0 0 30px;
}
.special_menu .special_bnr{
	width:30%;
	float:left;
}
.special_menu .special_bnr.bnr2{
	margin:0 5%;
}
.special_menu .special_bnr a{
	display:block;
	text-align:center;
}
.special_menu .special_bnr .bnr_img img{
	width:100%;
	max-width:500px;
	vertical-align:bottom;
	margin-bottom:10px;
}

/*2016改修 授業一覧から下！*/

/*バナースライドショー*/

.bnr_slid {
    background: #f2ece1;
}
#maincontent .flexslider2{
    width: 900px;
	margin: auto;
	position:relative;
}
#maincontent .flexslider2 ul.slides li a p{
    width: 280px;
    margin: 0 auto 20px;
    text-align: left;
    line-height: 1.2;
    color: #222;
    font-size: 12px;
}
.flexslider2 .flex-prev:hover,
.flexslider2 .flex-next:hover,
.flexslider2 .slides img:hover{
    opacity: 0.6;
}
.flexslider2 .slides img{
    transition: 0.6s ;
}

.flexslider2 .flex-prev { 
    left: -45px;
	top: 50px;
	background: url(../images/btn_left.png) no-repeat left;
	position: absolute;
	width:37px;
	height:37px;
	transition: 0.6s ;
}
.flexslider2 .flex-next { 
    right: -45px;
	top:50px;
	background: url(../images/btn_right.png) no-repeat right;
	position: absolute;
	width:37px;
	height:37px;
	transition: 0.6s ;
}

.icon_pro{
    margin: 30px auto 20px;
    border-bottom: 5px solid #ececec;
    font-size: 140%!important;
    padding-left: 55px;
    color: #333333;
    position: relative;
}
.icon_pro::before{
    content: "";
    background: url(../images/icon_proclass.jpg) no-repeat;
    position: absolute;
    width: 31px;
    height: 22px;
    top: 4px;
    left: 15px;
}

h3{
    font-weight: bold;
    font-size: 115%;
    color: #333;
    margin-bottom: 20px;
}


/*授業一覧ボックス*/
.pro_left{
    float: left;
    margin: auto !important;
    width: 315px !important;
}
.pro_center,
.pro_right{
    float: left;
    width: 315px !important;
    margin-left: 15px !important;
}

.box_bnr{
    float: right;
}
.box_bnr a img{
    margin-right: 5px;
    margin-left: 0px;
}
.page-template-page-schedule .special_menu h2,.page-template-page-class .special_menu h2{margin-top: 50px;}
.page-template-page-schedule .special_menu h3,.page-template-page-class .special_menu h3{margin-top: 0;margin-left: 0;}
.page-template-page-schedule .special_menu p,.page-template-page-class .special_menu p{font-size: 90%;}

/*情報系*/

.news {
    /*padding: 10px 0 100px !important;*/
    padding: 10px 0 50px !important;
}
.new{
    width: 47%;
    float: left;
    margin-right: 50px;
    position: relative;
}
.new_in{
    border-bottom: 4px dashed #ececec;
    padding: 0 0 10px;
}
.new_in ul{
    line-height: 2;
}
.new_in ul li span{ margin-right: 30px;}
.new p.new_link{
    float: right;
    margin-top: 5px;
}
.new p.new_link span {
    margin-left: 10px;
}

.deadline{
    width: 47%;
    float: left;
}
.fb{
    position: relative;
}
.fb h3{
    font-weight: normal;
    margin-bottom: 0;
    font-size: 110%;
    padding-left: 30px;
}
.fb h3.icon_fb::before{
    content: "";
    background: url(../images/ico_fb.jpg) no-repeat;
    position: absolute;
    width: 21px;
    height: 21px;
    top: 0;
    left: 0;
}
.fb-page {
    width:460px !important;
	height: 130px !important;
  }


.pro_left li.box_class,
.pro_center .box_class,
.pro_right .box_class,
.pro_right .box_bnr{
	transition: 0.6s ;
}

.pro_left li.box_class:hover,
.pro_center .box_class:hover,
.pro_right .box_class:hover,
.pro_right .box_bnr:hover{
	opacity: 0.6 ;
}

.pro_left li.box_class,
.pro_center .box_class,
.pro_right .box_class{
    height: 85px;
    background: #ffffff;
    padding: 0 10px;
    margin: 5px 0;
    border: 1px solid #dadada;
    position: relative;
    display: block;
}
.pro_left li.box_class::after,
.pro_center .box_class::after,
.pro_right .box_class::after{
    content: "";
    background: url(../images/bnr_last.jpg) no-repeat;
    position: absolute;
    top: -1px;
    left: 301px;
    width: 12px;
    height: 86px;
}
li.box_class .top_wakaba{
	position:absolute;
	left:0;
	top:-5px;
	width:30px;
}
.pro_left li.box_class img,
.pro_center .box_class img,
.pro_right .box_class img{
    float: left;
    margin-right: 20px;
    margin-top: 7px;
}
.pro_left li.box_class p{
    width: 96%;
    padding: 0;
    padding-top: 15px;
    line-height: 1.5;
    color: #666;
}
.pro_center .box_class p,
.pro_right .box_class p{
    width: 96%;
    padding-top: 15px;
	line-height:1.5;
	color: #666;
}
.pro_center .box_class p span,
.pro_right .box_class p span{
    font-size:90%;
}
.pro_left li.box_class a,
.pro_center .box_class a,
.pro_right .box_class a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-indent:-999px;
}
.box_bnr a img{ margin-left: 15px;}

.deadline #deadline_list li{
	border-bottom: 4px dashed #ececec;
	margin-bottom:20px;
}
.deadline #deadline_list .closing,
.deadline #deadline_list .period{
	width:70px;
	line-height:1.3;
	float:left;
	margin-right:10px;
}
.deadline #deadline_list .level{
	float:right;
}
.deadline #deadline_list span.time{
	display:inline;
}
.deadline #deadline_list .date{
	float:left;
	width:320px;
	line-height:1.3;
}
.deadline #deadline_list .details{
	float:right;
	width:400px;
}
.deadline #deadline_list .details{
	margin-bottom:5px;
}
.deadline #deadline_list .morelink{
	clear:both;
	margin-left:auto;
	text-align:center;
	margin-bottom:20px;
}
.deadline #deadline_list .morelink a{
	background:#00adb1;
	color:#fff;
	padding:3px;
	display:block;
	border-radius:10px;
}
.deadline #deadline_list .morelink a:hover{
	background:#75D0D1;
	text-decoration:none;
}


/*2016改修end*/

/* SEOtext */
.seo_text table th{
	text-align:center;
	padding:10px;
}
.seo_text table td{
	padding:10px;
}
.seo_text table p{
	font-size:85%;
}
.seo_text table td h2{
	text-align:center;
	font-weight:bold;
	margin-bottom:5px;
}


/* infobar */
#infobar {
  /*position: relative;*/
  width: 100%;
  min-width: 1000px;
  height: auto;
  padding: 10px 0;
  line-height: 1.3;
  color: #FFF;
  background: #00ADB1;
  z-index: -1;
}
#infobar dl {
  height: auto;
  /*z-index: -2;*/
}
#infobar dl.inner dt{
  padding: 0 15px 0 10px;
  border-right: 1px #50C5CC solid;
}
#infobar dl.inner dd{
  padding: 0 0 0 15px;
}
#infobar dl.inner dt,#infobar dl.inner dd {
  display:inline-block;
  vertical-align: middle;
}
#infobar span.date {
  padding-right: 1em;
}
#infobar a{
  position: relative;
  color: #FFF;
	z-index: 100000;
}
#infobar a:hover{
  text-decoration: underline;
}
.ticker {
	margin: 0 auto;
	width: 410px;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.ticker ul {
	width: 100%;
	position: relative;
}

.ticker ul li {
	width: 100%;
	/*padding-top: 0.25em;*/
	display: none;
}

/* mainimage */
#mainimage {
  width:100%;
  min-width: 1000px;
  text-align:center;
  z-index: 1;
  margin-top:15px;
}
#mainimage a img{
    border: 4px solid #dcdcdc;
	-moz-box-shadow: 4px 3px 15px 0px #d8d8d8;
	-webkit-box-shadow: 4px 3px 15px 0px #d8d8d8;
	box-shadow: 4px 3px 15px 0px #d8d8d8;
}
#mainimage a.smt_top img{ display:none;}
#mainimage a img.kids_colabo{
    border: none;
    box-sizing: border-box;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#mainimage ul, #mainimage li {
  width:100%;
  text-align:center;
}
#mainimage li.tslide00 {
  width:100%;
  background: #e72e8c;
}
#mainimage li.tslide01 {
  width:100%;
  background: #EEEEEE;
}
#mainimage li.tslide02 {
  width:100%;
  background: #157EFA;
}

#mainimage li.tslide03 {
  width:100%;
  background: #C126EE;
}
#mainimage li.tslide04 {
  width:100%;
  background: #0B409C;
}
#mainimage li.tslide05 {
  width:100%;
  background: #e62e8b;
}
#mainimage li.tslide06 {
  width:100%;
  background: #ffffff;
}
#mainimage li.tslide07 {
  width:100%;
  background: #00709c;
}
#mainimage li.tslide_unity {
  width:100%;
  background: #32a3cf;
}
#mainimage li.tslide_spring {
  width:100%;
  background: #ff5e70;
}
#mainimage li.tslide_tito {
  width:100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#85c786+0,85c786+25,57bfe6+26,57bfe6+49,e18fba+50,e18fba+77,ffdf64+78,ffdf64+78,ffdf64+100 */
background: rgb(133,199,134); /* Old browsers */
background: -moz-linear-gradient(left, rgba(133,199,134,1) 0%, rgba(133,199,134,1) 25%, rgba(87,191,230,1) 25.5%, rgba(87,191,230,1) 50%, rgba(225,143,186,1) 50%, rgba(225,143,186,1) 74.5%, rgba(255,223,100,1) 74.8%, rgba(255,223,100,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(133,199,134,1) 0%,rgba(133,199,134,1) 25%,rgba(87,191,230,1) 25.5%,rgba(87,191,230,1) 50%,rgba(225,143,186,1) 50%,rgba(225,143,186,1) 74.5%,rgba(255,223,100,1) 74.8%,rgba(255,223,100,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(133,199,134,1) 0%,rgba(133,199,134,1) 25%,rgba(87,191,230,1) 25.5%,rgba(87,191,230,1) 50%,rgba(225,143,186,1) 50%,rgba(225,143,186,1) 74.5%,rgba(255,223,100,1) 74.8%,rgba(255,223,100,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85c786', endColorstr='#ffdf64',GradientType=1 ); /* IE6-9 */
}
#mainimage li.tslide_friend {
  width:100%;
  background: #e75199;
}
#mainimage li.protsuku {
  width:100%;
  background: #dc0042;
}
#mainimage li.tslide_doro {
  width:100%;
  background: #01b0f0;
}


/* FlexSlider Necessary Styles */
.flexslider {margin: 0 auto; padding: 0; position: relative;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {hight: 100%; display: block; margin: 0 auto; z-index: 3;}
.flex-pauseplay span {text-transform: capitalize;}
.flex-viewport {z-index: 2;}
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
/* Control Nav */
ol.flex-control-nav { display: block; width: 980px; margin: -30px auto 0; position: relative; text-align: right; z-index: 100!important;}
 #mainimage .flex-control-nav li { width: 11px; height: 11px; margin: 0 6px; display: inline-block; zoom: 1; 200!important; *display: inline;
  position: relative;}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #FFF;
  background: rgba(255,255,255,0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
  -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
  box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
  position: relative;
  zoom: 1;
}
.flex-control-paging li a:hover { background: #FFF; background: rgba(255,255,255,0.7); }
.flex-control-paging li a.flex-active { background: #00AEB2; background: rgba(0,174,178,0.9); cursor: default; }

/* maincontent */
#maincontent .inner {
  width: 980px;
  padding: 80px 0 100px;
  font-size: 14px;
}
#maincontent .inner.top_inner {
  padding: 80px 0 10px;
}
#content.topIndex {
  padding: 0;
  background: #fff;
}
/* indexTab */
#indexTab li {
  padding: 0;
}
#indexTab {
  width:100%;
  margin-top: 40px;
}
.centerWrap{
    margin: 15px auto 0;
    padding: 10px;
	/*background: #f2ece1;*/
}

#indexTab #tabWrap{
  margin: 0;
  padding: 0;
  position: relative;
}
#indexTab #tabWrap .tabs li{
  position: absolute;
  top:0px;
  display:inline-block;
  width:50%;
  height:26px;
  margin-top: -80px;
  padding: 10px 0 5px;
  color: #545353;
  line-height: 1.4em;
  text-indent: 10px;
  font-size: 26px;
  text-align:center;
  background-color: white;
  overflow: hidden;
}

#indexTab #tabWrap .tabs li:hover,
#indexTab #tabWrap .tabs li.hover {
  color: #E62E8B;
  filter: alpha(opacity=70);
  -moz-opacity:0.7;
  opacity:0.7;
  cursor: pointer;
}
#indexTab #tabWrap .tabs li.active,
#indexTab #tabWrap .tabs li.active:hover,
#indexTab #tabWrap .tabs li.active.hover {
  position: absolute;
  background-color: white;
  width:50%;
  border-bottom:none;
  color: #E62E8B;
  filter: alpha(opacity=100);
  -moz-opacity:1;
  opacity:1;
}

#indexTab #tabWrap #catTab{
  left:3%;
}

#indexTab #tabWrap #schTab{
  right:3%;
}

.panel ul, .panel li {
  display: block;
}
.panel li {
  color:#666;
}
.cat {
  position: relative;
}

#catTab {
  background: #F1F1F1;
}

/* slider */
.slider li.cat_3dcg, .class_other li.cat_normal{
  background: #f2ece1;
}

.slider li.cat_3dcg, .class_other li.cat_3dcg {
  background: #6d6ddf;
}
.slider li.cat_kids, .class_other li.cat_kids {
  background: #d22020;
}
.slider li.cat_kids_free, .class_other li.cat_kids_free {
  background: #B02CD7;
}
.slider li.cat_android, .class_other li.cat_android {
  background: #A5C208;
}
.slider li.cat_ios, .class_other li.cat_ios {
  background: #777;
}
.slider li.cat_web, .class_other li.cat_web {
  background: #E47E10;
}
.slider li.cat_unity, .class_other li.cat_unity {
  background: #32A3CD;
}
.slider li.cat_swift, .class_other li.cat_swift {
  background: #eb1f84;
}
.slider li.cat_wordpress, .class_other li.cat_wordpress {
  background: #00709c;
}
.slider li.cat_seo, .class_other li.cat_seo {
  background: #447fcd;
}

/*発達障害者用*/
.slider li.cat_hattatsu, .class_other li.cat_hattatsu {
  background: #71cbe1;
}

li.tab:hover, .class_other li:hover {
  display: block;
  filter: alpha(opacity=70);
  -moz-opacity:0.7;
  opacity:0.7;
}

.class_other a {
  display: block;
}
.class_other p {
  display: block;
  width: 160px;
  margin-top: -78px;
  padding: 0 35px 20px;
  font-size: 16px;
  text-align: center;
}
.class_other a {
  color: #FFF;
  font-weight:normal; 
}

.slider p {
  display: block;
  width: auto;
  margin-top: -78px;
  padding: 0 33px 20px;
  color: #DDD;
  font-size: 16px;
  text-align: center;
}
.slider a p {
    color: #4c4c4c;
    font-weight: normal;
    font-size: 13px;
    text-align: left;
    line-height: 1.5;
    margin-top: 10px;
    padding: 0 4px;
    background: #f2ece1;
}
/*.slider span {
  display: block;
}*/
li.cat_lec a img {
  display: block;
  margin: 0;
  padding: 0;
  vertical-align:bottom;
  border: none;
}
.cat ul.course_list {
  width: 980px;
  padding: 0;
  margin: 0;
}
.cat ul.course_list {
  margin-top: 1px;
}
.cat ul li.item ul li div, .course_list li div {
  display: inline-block;
}
li.ui-tabs-active > a {
  z-index: 6;
}
/*.ui-tabs-panel {
  position: relative;
}
.course_list:before {
  content: "";   
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 245px;
  height: 3px;
  /*box-shadow: 0 -2px 3px -1px #999;
  -moz-box-shadow: 0 -2px 3px -1px #999;
  -webkit-box-shadow: 0 -2px 3px -1px #999;*/
	z-index: 3;
}*/
/* Submenu style */
li.item .course_list {
}
ul.course_list {
  max-width: 980px;
  font-size: 12px;
  z-index: 5;
}
ul.course_list li {
  display: table;
  width: 980px;
}
ul.course_list li:hover,
ul.course_list li.box:hover {
  background: #D5E0E2;
  cursor: pointer;
}
l.course_list li:hover a {
  text-decoration: underline;
  cursor: pointer;
}

li.ui-tabs-active > a:after {
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-top-color: #fff;
	border-width: 10px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	bottom: -1px;
	left: 50%;
	margin-left: -10px;
	-webkit-filter:drop-shadow(1px 1px 1px rgba(0,0,0,0.1));
    z-index: 8;
}

li.ui-tabs-active > a:after {
	bottom: 0\9;
	border-color: transparent\9;
	border-bottom-color: #fff\9;
	border-width: 10px\9;
}

.cat table tr,.course_list li {
  background: #FFF;
}
.cat table tr:nth-child(even),.course_list li:nth-child(even){
  background: #F1F1F1;
}
.cat table td,.course_list li div{
  padding: 10px 15px;
}
 
.no-touch .cbp-hsmenubg {
  -webkit-transition: height 0.05s;
  -moz-transition: height 0.05s;
  transition: height 0.05s;
}
#catTab {
  background: #F1F1F1;
}
li.cat_lec, li.slide {
  float: left;
  display: block;
  /*display: inline-block;*/
  width: 245px;
  height: 280px;
  margin: 0;
  padding: 0;
  line-height: 1;
}

li.cat_lec a img {
  display: block;
  margin: 0;
  padding: 0;
  vertical-align:bottom;
  border: none;
}

.cat ul {
  width: 980px;
  padding: 0;
  margin: 0 auto;
}
.course_list li{
  width: 980px;
  font-size: 13px;
}
.cat ul li.item ul li div, .course_list li div {
  display: inline-block;
  vertical-align: middle;
}
.cat table tr,.course_list li {
  background: #FFF;
  border-bottom: 1px #CCC solid\9;
}
.cat table tr:nth-child(even),.course_list li:nth-child(even){
  background: #F1F1F1;
}
.cat table td,.course_list li div{
  padding: 8px 15px;
}

.cat .closing {
  width: 8%;
}
.closing span {
  display: block;
  padding: 5px 3px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #FF5555;
  text-align:center;
  background: #666;
  position: relative;
  zoom: 1;
}
.cat .period {
  width: 8%;
}
.period span {
  display: block;
  padding: 5px 3px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #FFF;
  text-align:center;
  background: #666;
  position: relative;
  zoom: 1;
}
.cat .date{
  width: 25%;
}
.cat table td.capacity,.cat .capacity{
  width: 6%;
  padding-left: 40px;
  background:url(../images/ico_cap.png) no-repeat left center;
}
.cat table td.price,.cat .price{
  width: 13%;
  padding-left: 28px;
  background:url(../images/ico_pri.png) no-repeat left center;
}
.cat table td.total, .cat .total{
  width: 14%;
  padding-left: 28px;
  background:url(../images/ico_tot.png) no-repeat left center;
}

.morelink a:hover {
  text-decoration: underline;
  cursor: pointer;
}

/* schedule */
ul#month_lec {
  height: auto;
  margin: 20px 0;
  padding: 0;
}
ul#month_lec li {
  display: inline-block;
  height: auto;
  padding-right: 5px;
  line-height: 1.25;
  vertical-align: bottom;
}
ul#month_lec li a, ul#month_lec li span {
  display: block;
  padding: 6px 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #BBB;
  background: #FFF;
  border: 1px #BBB solid;
  position: relative;
  zoom: 1;
}
ul#month_lec li.active span, ul#month_lec li.select span,
ul#month_lec li.select:hover span,
ul#month_lec li.select.hover span {
  display: block;
  padding: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #FFF;
  background: #E62E8B;
  border: 1px #E62E8B solid;
  position: relative;
  zoom: 1;
}
ul#month_lec li:hover span,
ul#month_lec li.hover span {
  display: block;
  padding: 10px;
  background: #F1F1F1;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: pointer;
  position: relative;
  zoom: 1;
}

/* panel2 */
.tab{ 
  overflow: hidden;
}
ul.panel2 li.disnon {
  display: none; 
}
ul#sch_list, ul.panel2 {
  font-size: 12px;
  line-height: 1.4;
  border-top: 1px #CCC solid;
  margin-bottom:30px;
}
#sch_list li, .sch_list li {
  display: table;
  color: #777;
  width: 100%;
  border-bottom: 1px #CCC solid;
}
#sch_list li:hover, .sch_list li:hover {
  background: #F1F1F1;
  cursor: pointer;
}
#sch_list li:hover a, .sch_list li:hover a {
  text-decoration: underline;
}
#sch_list li div, .sch_list li div {
  display: table-cell;
  padding: 10px;
  vertical-align: middle;
}
#sch_list div.period, .sch_list div.period {
  width: 70px;
}
#sch_list div.closing, .sch_list div.closing {
  width: 70px;
}
span.time, span.title_lec{
  display: block;
}
#sch_list .date, .sch_list .date {
  width: 230px;
  padding-left: 20px;
  font-size: 18px;
}
#sch_list .morelink, .sch_list .morelink  {
  width: 100px;
  font-size: 14px;
}
.day {
  font-size: 26px;
}
.time {
  font-size: 16px;
}
.title_lec {
  font-size: 18px;
  font-weight:bold;
  line-height: 1.8;
}
#sch_list .cat_android img {
  background:url(../images/bg_android.png) no-repeat center center;
}
#sch_list .cat_ios img {
  background:url(../images/bg_ios.png) no-repeat center center;
}
#sch_list .cat_web img {
  background:url(../images/bg_web.png) no-repeat center center;
}
#sch_list .cat_unity img {
  background:url(../images/bg_unity.png) no-repeat center center;
}
#sch_list .cat_kids img {
  background:url(../images/bg_kids.png) no-repeat center center;
}
#sch_list .cat_3dcg img {
  background:url(../images/bg_3dcg.png) no-repeat center center;
}
#sch_list .cat_swift img {
  background:url(../images/bg_swift.png) no-repeat center center;
}

.sch_list .cat_android img {
  background:url(../images/bg_android.png) no-repeat center center;
}
.sch_list .cat_ios img {
  background:url(../images/bg_ios.png) no-repeat center center;
}
.sch_list .cat_web img {
  background:url(../images/bg_web.png) no-repeat center center;
}
.sch_list .cat_unity img {
  background:url(../images/bg_unity.png) no-repeat center center;
}
.sch_list .cat_kids img {
  background:url(../images/bg_kids.png) no-repeat center center;
}
.sch_list .cat_3dcg img {
  background:url(../images/bg_3dcg.png) no-repeat center center;
}
.sch_list .cat_swift img {
  background:url(../images/bg_swift.png) no-repeat center center;
}

span.capacity{
  padding: 10px 0 10px 40px;
  background:url(../images/ico_cap.png) no-repeat left center;
}
span.price{
  padding: 10px 0 10px 28px;
  background:url(../images/ico_pri.png) no-repeat left center;
}
span.total{
  padding: 10px 0 10px 28px;
  background:url(../images/ico_tot.png) no-repeat left center;
}

#sch_list span.capacity, #sch_list span.price, #sch_list span.total{
  display: inline-block;
  }
#sch_list span.capacity{
  width: 60px;
}
#sch_list span.price{
  width: 130px;
}
#sch_list span.total{
}


/*-----------------------------------
 Media Queries
 -----------------------------------*/
@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

@media screen and (max-width: 769px) {
  li.box_class p br{display:none;}
  li.box_class p br.smt{display: block;}

  /*2016追加*/
  p.logo_message{
      text-align: left;
      font-size: 85%;
      font-weight: bold;
      padding-top: 3%;
  }
  #nav{
      width: 100%;
  }

  #maincontent .flexslider2{
      width: 95%;
  }
  .flexslider2 .slides img{
     width: 100%;
  }
  #maincontent .flexslider2 ul.slides li a p{
     width: 100%;
  }
  .flexslider2 .flex-next,
  .flexslider2 .flex-prev{
     display:none;
  }
  .new,
  .deadline{
      width: 100%;
      float: none;
  }
  .deadline #deadline_list .date ,
  .deadline #deadline_list .details{
      float: none;
      width: auto;
  }
  .deadline #deadline_list .details{
    clear:left;
  }

  .new_in ul li span{ margin-right: 2%;}
  .new_in ul li a,
  .new p.new_link a{
      color: #01ADAF;
  }
  .new_in ul,
  .new p{
      font-size: 95%;
  }
  .special_menu .special_bnr .bnr_text{
      margin: 0 auto 15px;
      max-width: 480px;
    width: 90%;
  }
  .special_menu .special_bnr .bnr_img img{
      width:92%;
  }

  .fb h3.icon_fb::before{
      top: 0;
      left: 0;
  }
  .fb h3{
      padding-left: 30px;
  }

  .pro_left li.box_class p,
  .pro_center .box_class p,
  .pro_right .box_class p{
      padding-top: 10px;
      line-height: 1.3;
  }
  .pro_left, .pro_center, .pro_right{
      float: none;
      margin-left: 0 !important;
      margin: auto !important;
    width: 100% !important;
  }	
  .left li.box_class, .center .box_class, .right .box_class {
      width: 85%;
      margin: 0 auto 3%;
  }
  .pro_left li.box_class::after,
  .pro_center .box_class::after,
  .pro_right .box_class::after{ left: 98%;}

  .accordion {
      width: 100%;
      margin: 0 auto;
  }
  .accordion h3{
      display: block;
      padding: 15px 0px 15px 10px;
      color: #00adb1;
      font-weight: bold;
      border: 2px solid;
      border-radius: 5px;
      width: 95%;
    position: relative;
    margin-bottom: 2%;
  }
  .accordion h3.app{ color: #e72e8c;}
  .accordion h3.kids{ color: #d22020;}

  .accordion h3::after{
      content: "";
      background: url(../images/ico_smt_arrow_blue.png) no-repeat;
      width: 47px;
      height: 47px;
      top: 12px;
      left: 88%;
      background-size: 65%;
      position: absolute;
  }
  .accordion h3.app::after{
      background: url(../images/ico_smt_arrow_pink.png) no-repeat;
    background-size: 65%;
  }
  .accordion h3.kids::after{
      background: url(../images/ico_smt_arrow_rad.png) no-repeat;
    background-size: 65%;
  }

  /*.accordion span { display:block; padding:10px; background-position:97% center; background-repeat:no-repeat; color:#333; font-weight:bold;}*/
  .accordion ul {
      display: none;
      margin: 5% 0;
  }
  .accordion > li { background: -moz-linear-gradient(top, #C6F0FE, #27BCF9); background: -webkit-gradient(linear, left top, left bottom, from(#C6F0FE), to(#27BCF9));}
  .accordion > li > p { background: -moz-linear-gradient(top, #C6F0FE, #27BCF9); background: -webkit-gradient(linear, left top, left bottom, from(#C6F0FE), to(#27BCF9));cursor:pointer;}
  .accordion > li > p span { background-image:url(../img/open.png);}
  .accordion > li > p span.open { background-image:url(../img/close.png);}
  .accordion > li > ul > li { background:#999; border-bottom:1px solid #EEE;}
  .accordion > li > ul > li > p { background:#999;}
  .accordion > li > ul > li > a { background:url(../img/go.png) no-repeat 98% center;}
  .accordion > li > ul > li > ul > li { background:#FFF; border-bottom:1px dotted #888;}
  .accordion > li > ul > li > ul > li:last-child { border:none;}

  .box_bnr{
      text-align: center;
      float: none;
  }
  .box_bnr a img{
      margin: 3% auto 0;
      width: 95%;
  }

  .fb-page {
      width:100% !important;
    }



  /**/

  a {
    color: #536767;
  }

  #top .inner{
      padding: 0 !important;
  }
  .inner {
      width: 95%;
      padding: 10px 0 20px !important;
  }

  input[type="submit"] {
    width: 100%;
  }

  input[type="text"],input[type="email"],input[type="tel"],input[type="password"]{
    width: 90%;
  }

  textarea {
    width: 90%;
  }

  select {
  -webkit-appearance: button;
      -moz-appearance: button;
      appearance: button;
  position:relative;
  z-index:2;
  display:block;
  margin:0;
  padding: 5px 24px 5px 10px;
  background:transparent;
  outline:none;
  font-size:13px;
  line-height:1.5;
  cursor: pointer;
    background:url(../images/ico_down.png) no-repeat right center;
    background-size: 15px 12px;
  }
  select:hover {
    background: #F0F0F0 url(../images/ico_down.png) no-repeat right center;
    background-size: 15px 12px;
  }
  input[type="radio"],
  input[type="checkbox"]{
  position: relative;
  width: 24px;
  height: 24px;
  margin:0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance:none;
  vertical-align: middle;
  }
  input[type="radio"]{
  border-radius: 12px;
  }
  input[type="radio"]:checked,
  input[type="checkbox"]:checked{
  background-color:#FFF;
  }
  input[type="radio"]:checked:before,
  input[type="checkbox"]:checked:before{
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  margin: -5px 0 0 -5px;
  content: "";
  width: 10px;
  height: 10px;
  background-color:#666;
  }
  input[type="radio"]:checked:before{
  border-radius: 5px;
  }


  #content {
    width: 100%;
    max-width:769px!important;
    margin: 0 auto!important;
    clear: both;
    padding: 0;
  }
  /* header */
  #header{
    margin-left:auto!important;
    margin-right:auto!important;
    padding: 0;
  }
  /*#header a{
    color: #666;
  }
  #header a:hover{
    color: #01ADAF;
  }*/
  .header_message,
  .header_information{
    display:none;
  }
  #logo {
    float: none;
    margin: 0;
    text-align: left;
  }
  #logo img {
    /*width: 90px;*/
    width: 200px;
  }
  /* pagetop */
  #pagetop {
    max-width:769px;
  }
  .pageTop {
    right: 0;
    margin-right: 10px;
  }
  /*.pageTop a {
  position:relative;
    display: block;
    width: 46px;
    hegiht:46px;
    z-index:9999;
  }*/
  /* footer */
  #footer {
    width: 100%;
    min-width: 0;
    max-width: 769px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.7;
    color: #75D0D1;
    background: #01ADAF;
  }
  #footer a{
    color: #FFF;
  }
  #footer .inner{
    width: 100%;
    padding: 0 0 30px;
    text-align: center;
  }

  #footnav {
    float: none;
    width: 100%;
    margin: 0px auto;
    text-align: center;
    border-bottom: 1px #50C5CC solid;
    padding:20px 0;
  }
  #footnav li.fnavbox{
    display: block;
    padding: 0;
    font-size: 14px;
    color: #FFF;
    vertical-align: top;
  }
  #footnav li.fnavbox ul {
    margin-top: 0;
    padding: 0px 15px;
    font-size: 12px;
  }
  #footnav li.fnavbox ul li {
    display:inline-block;
  }
  #footnav li.fnavbox ul li a {
    display: block;
    padding: 10px;
  }
  #footnav p{
    width: 100%;
    padding: 10px 0;
    background: #50C5CC;
  }
  #footnav li.fnavbox.box p {
    display: block;
    background: #01ADAF;
    border-top: 1px #50C5CC solid;
  }

  #footnav li.fnavbox.box p:hover {
    background: #50C5CC;
  }

  #footer .footer_rightbox{
    float:none;
    margin:0 15px;
  }
  #footer .footer_rightbox .link_blog,
  #footer .footer_rightbox .link_contact{
    margin-top:20px;
  }

  ul#sns_official, ul#sns_bookmark {
    width: 100%;
    float: none;
    padding: 30px 0 0;
    text-align: center;
  }
  ul#sns_bookmark {
    padding-top: 20px;
  }
  ul#sns_official li, ul#sns_bookmark li {
    float: none;
    display:inline-block;
    padding: 0 10px;
    text-align: center;
  }
  .tweetCountArrow, .likeCountArrow, .googleCountArrow  {
    display:block;
    width: 40px;
    height: 38px;
    margin-bottom: 20px;
    padding: 0;
    color: #FFF;
    background: url(../images/bg_count.png) no-repeat center center;
  }
  .tweetCountArrow span,.likeCountArrow span,.googleCountArrow span {
    display:block;
    line-height: 3em;
  }
  #footarea02 {
    border-bottom: 1px #50C5CC solid;
  }
  #footarea02 .inner {
    padding: 0;
    text-align: center;
  }
  #footarea02 ul {
    padding: 20px 0;
    border-top: 1px #50C5CC solid;
  }
  #footarea02 li{
    display: block;
    border-right: 0px #50C5CC solid;
  }
  #footarea02 a{
    display: block;
    padding: 10px 15px;
    color: #75D0D1;
  }
  #footarea02 a:hover{
    color: #FFF;
  }

  #copyright {
    width: 100%;
    padding: 20px 0;
    font-size: 10px;
    border-top: 1px #50C5CC solid;
  }


  /*li.tab:hover, .class_other li a:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }*/

  li.tab.hover, .class_other li a.hover {
    filter: alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;
  }


  /*-----------------------------------
   top page 
   -----------------------------------*/
  #maincontent .inner.main_inner{
    padding:0px;
  }
  /* バナーエリア */
  #maincontent .special_menu {
    padding:0 15px 0;
    box-sizing: border-box;
  }
  #maincontent .inner.top_inner {
    padding: 0px 0 10px;
  }
  /* SEOtext */
  .seo_text{
    margin:0 15px;
  }
  .seo_text table th{
    width:100%;
    display:block;
    padding:10px 0 0;
  }
  .seo_text table th img{
    max-width:50%;
  }
  .seo_text table td{
    width:100%;
    display:block;
    padding:10px 0;
  }
  .seo_text table p{
    margin:10px;
  }
  .seo_text table td h2{
    margin:10px;
  }

   /* infobar */
  #infobar {
    width: 100%;
    min-width: 0;
    max-width: 769px;
    padding: 0.5em 0;
    line-height: 1.25;
  }
  #infobar dl.inner {
    max-width:769px!important;
  }

  #infobar dl.inner dt,#infobar dl.inner dd {
    display: block;
  }
  #infobar dl.inner dt{
    display: none;
  }
  #infobar dl.inner dd{
    padding: 0 10px;
    font-size: 10px;
  }
  #infobar span.date {
    display: table-cell;
    width: 70px;
    padding-right: 0.2em;
  }
  #infobar a{
    display: table-cell;
  }
  #infobar a:hover{
    text-decoration: underline;
  }
  .ticker {
    width: auto;
  }
  /* mainimage */
  #mainimage {
    width:100%;
    min-width: 0;
    max-width: 769px;
  }
  .smt_top img{
      display: block !important;
      border: none !important;
      box-shadow: none !important;
      width: 100%;
  }
  #mainimage img { display:none;}
  #mainimage ul, #mainimage li {
    width:100%;
    text-align:center;
  }
  #mainimage li.tslide01 {
    width:100%;
    background: #EEEEEE;
  }
  #mainimage li.tslide02 {
    width:100%;
    background: #157EFA;
  }
  #mainimage li.tslide03 {
    width:100%;
    background: #C126EE;
  }
  #mainimage li.tslide06 {
    width:100%;
    background: #ffffff;
  }

  /* FlexSlider Necessary Styles */
  /* Control Nav */
  ol.flex-control-nav {
    width: 100%;
    margin: -20px auto 0;
    text-align: center;
    z-index: 100!important;
  }
  /*.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #FFF;
   background: rgba(255,255,255,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px;
   -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
  .flex-control-paging li a:hover { background: #FFF; background: rgba(255,255,255,0.7); }
  .flex-control-paging li a.flex-active { background: #00AEB2; background: rgba(0,174,178,0.9); cursor: default; }
  */

  /* maincontent */
  #maincontent .inner {
    width: 100%;
    padding: 0;
  }

  #content.topIndex {
    padding: 40px 0;
    background: #fff;
  }

  /* indexTab */
  #indexTab {
    width: 100%;
    margin-top: 60px;
    padding-bottom: 0;
  }
  .centerWrap {
      margin: 0;
  }
  #indexTab #tabWrap{
    position: relative;
    margin: 0;
    padding: 0;
  }

  #indexTab #tabWrap .tabs {
    padding: 0 15px;
    text-align: center;
  }
  #indexTab #tabWrap .tabs li{
    position: absolute;
    top: 0;
    display:inline-block;
    height:21px;
    width: 50%;
    margin-top: -40px;
    padding: 10px 0 5px;
    line-height: 1.4em;
    text-indent: 10px;
    color: #545353;
    font-size: 15px;
    text-align: center;
    background-color: white;
  }
  #indexTab #tabWrap .tabs li.active {
    height:22px;
    position: absolute;
    background-color: white;
    width: 50%;
    border-bottom:none;
    color: #E62E8B;
  }

  #indexTab #tabWrap #catTab{
    left:3%;
  }

  #indexTab #tabWrap #schTab{
    right:3%;
  }
  .panel, .cat {
    font-size: 12px;
    line-height: 1.4;
  }
  /* Submenu style */
  .slider p {
    display: block;
    width: auto;
    height: 40px;
    margin-top: -30%;
    padding: 0 15px 5px;
    font-size: 10px;
    line-height: 1.25;
    text-align: center;
  }
  .cat ul.course_list {
    display: block;
    width: 100%;
    padding: 0;
    margin: 5px 0 0;
    font-size: 12px;
    line-height: 1.4;
  }
  #indexTab .course_list li, ul.course_list li {
    display: block;
    width: auto;
    padding: 10px 10px 5px;
  }
  .course_list li div {
    padding: 5px 0;
    vertical-align: top;
  }
  .cat ul {
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }

  /* schedule */
  ul#month_lec {
    height: 34px;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1;
  }
  ul#month_lec li {
    display: inline-block;
    height: auto;
    padding-right: 1px;
    line-height: 1;
    vertical-align: bottom;
  }
  ul#month_lec li a, ul#month_lec li span {
    display: block;
    padding: 0.5em 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #BBB;
    background: #FFF;
    border: 1px #BBB solid;
  }
  ul#month_lec li.active span, ul#month_lec li.select span,
  ul#month_lec li.select:hover span,
  ul#month_lec li.select.hover span{
    display: block;
    /*padding: 10px;*/
    padding: 9px 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #FFF;
    background: #E62E8B;
    border: 1px #E62E8B solid;
  }

  /* panel2 */
  .tab {
    overflow:hidden;
  }

  ul.panel2 li.disnon {
    display: none; 
  }
  ul#sch_list, ul.panel2 {
    font-size: 12px;
    line-height: 1.4;
    border-top: 1px #CCC solid;
  }
  #indexTab ul.panel2 {
    padding-bottom: 40px;
  }
  ul#month_lec li:hover span,
  ul#month_lec li.hover span,
  ul#month_lec li:active span {
    padding: 9px 5px;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    transition: all 0s ease;
  }
  .sch_list li {
    position: relative;
  }
  #indexTab .sch_list li, #schTab .sch_list li {
    display: block;
    color: #777;
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px #CCC solid;
  }
  .sch_list li:hover {
    background: #F1F1F1;
  }
  .sch_list li:hover a {
    text-decoration: none;
  }
  .sch_list li div {
    display: inline-block;
    padding: 5px 0;
  }
  .sch_list li div.details {
    width: 100%;
    padding-top: 0;
  }

  /* course schedule common */
  .course_list div.closing {
    padding-top: 0;
  }
  .closing span{
    padding: 7px 0;
  }
  .course_list div.period {
    padding-top: 0;
  }
  .period span{
    padding: 7px 0;
  }
  .course_list div.date{
    width: 100%;
    font-size: 14px;
  }
  .course_list .capacity {
    display: block;
  }
  .course_list .price, .course_list .total {
    width: auto;
  }
  .course_list .price, .course_list .total,
  .sch_list_list .price, .sch_list .total {
    padding-left: 40px;
    background-position: 7px 50%;
  }

  .course_list .morelink {
    width: 100%;
  }
  .course_list div.closing, .sch_list div.closing {
    width: 70px;
    padding-right: 5px;
  }
  .course_list div.period, .sch_list div.period {
    width: 70px;
    padding-right: 5px;
  }
  span.time, span.title_lec{
    padding-bottom: 10px;
    font-size: 14px;
  }
  .sch_list .date {
    display: block;
    width: auto;
    padding-right: 50px;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 14px;
  }
  .sch_list .level {
    position: absolute;
    top: 1px;
    right: 0;
  }
  .sch_list span.capacity {
    width: 70px;
    padding-right: 10px;
  }
  .course_list .morelink, .sch_list .morelink {
    display: block;
    width: 96%;
    margin: 0 auto;
    text-align:center;
  }
  .course_list .morelink a, .sch_list .morelink a {
    display: block;
    width: 100%;
    padding: 7px 0;
    font-size: 14px;
    text-align:center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #F9F9F9;
  }
  .course_list div.morelink a:hover, .sch_list div.morelink a:hover {
    text-decoration: none;
  }
  .day {
    font-size: 18px;
  }
  span.time {
    display: inline;
    font-size: 13px;
  }
  .title_lec {
    padding-top: 5px;
    font-size: 20px;
    font-weight:bold;
    line-height: 1.8;
  }
  #sch_list span.capacity{
    width: 60px;
  }
  #sch_list span.price{
    width: 130px;
  }
  .sch_list span.total{
    display: block;
  }


  #headnavi {
      float: none;
      width: 100%;
      margin-top: 0;
      padding: 0;
      background: none;
  }

  .logon #dl-menu, .login #dl-menu  {
    display: block;
    padding-right: 0;
  }
  .logon .login_menu, .login .login_menu {
    position: relative;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
  }
  .logon ul.dl-menu, .login ul.dl-menu {
    display: none;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .login_menu {
    position: relative;
    display: block;
    width: 100%;
    height: 34px;
    margin-left: 0;
    padding: 5px 0;
    text-align: right;
    vertical-align: middle;
    background: #EBF2F2;
    z-index: 1;
  }
  .login .login_menu {
    margin-left: 0;
  }
  .login_menu p {
    max-width: 100%;
    width: auto;
    height: auto;
    margin-left: 0;
    padding: 0.5em 60px 0 0;
    line-height: 1.7;
    vertical-align: middle;
    z-index: 2;
  }
  .login_menu img {
    position: absolute;
    right: 0;
    width: 34px;
    height: 34px;
    padding-right: 16px;
    vertical-align: middle;
    z-index: 3;
  }/**/

  /*.login_menu:after {  
    content: ".";   
    display: block;   
    height: 0;   
    clear: both;   
    visibility: hidden;  
  }*/

  /*
  #gl_menu {
    display: none;
  }
  */
  #dl-menu  {
    display: block;
  }
  li.dl-back {
    display: block!important;
  }

  ul.dl-menu {
    float: none;
    margin: 0;
  }
  .dl-menu ul {
    color: #536767;
    background: #E0E6E6;
  }
  ul.dl-menu li:hover > ul{
    display: none;
  }
  ul.dl-menu > li{
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
  }

  #nav .login{
      background: #02abb5;
      padding: 0;
      border-radius: 0;
      margin: 0 ;
      line-height: inherit;
  }
  #nav .login a{
      color:#fff !important;
  }

  #nav.dl-menu .bt_login {
    padding: 20px 0;
    text-align: center;
  }
  #nav.dl-menu .bt_login a {
    display:block;
    padding: 10px!important;
    line-height: 1.4;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    /*background: #C4CECF;*/
  }
  .dl-menu .bt_login:hover {
    background: #F0F0F0;
  }
  ul.dl-menu ul.dl-submenu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 50px;
    padding: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: solid 0px #FFF;
    box-shadow: none;
    background: #F0F0F0;
  }
  ul.dl-menu ul.dl-submenu li {
    margin: 0;
  }

  ul.dl-submenu li a {
    display: block;
    padding: 7px 0; 
    position: relative;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    color: #536767;
    outline: none;
  }
  .dl-menu a, .dl-menu > li p {
    padding: 7px 0; 
    color: #536767;
  }

  .dl-trigger {
    display:block;
    right: 0;
  }
  .dl-menuwrapper {
    display:block;
    width: 100%;
    max-width: 769px;
    float: left;
    position: relative;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective-origin: 50% 200%;
    -moz-perspective-origin: 50% 200%;
    perspective-origin: 50% 200%;
    z-index: 10000;
  }

  .dl-menuwrapper:first-child {
    margin-right: 100px;
  }

  /*
  .dl-menuwrapper button {
    background: #E0E6E6;
    border: none;
    width: 37px;
    height: 30px;
    margin-top: -39px;
    text-indent: -900em;
    overflow: hidden;
    position: absolute;
    right: 15px;
    cursor: pointer;
    outline: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }


  .dl-menuwrapper button:hover,
  .dl-menuwrapper button.dl-active,
  .dl-menuwrapper ul.dl-menu,
  ul.dl-menu ul.dl-submenu {
    background: #F0F0F0;
  }


  .dl-menuwrapper button:after {
    content: '';
    position: absolute;
    width: 68%;
    height: 2px;
    background: #fff;
    top: 10px;
    left: 16%;
    box-shadow: 
      0 5px 0 #fff, 
      0 10px 0 #fff;
  }
  */

  .dl-menuwrapper ul.dl-menu {
    padding: 0;
    list-style: none;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }

  .dl-menuwrapper li,
  .dl-menuwrapper ul.dl-menu li:hover {
    position: relative;
    width: 100%;
    padding: 0;
    color: #536767;
    background: #F0F0F0;
  }
  .dl-menuwrapper ul li p, 
  .dl-menuwrapper ul li a,
  .dl-menuwrapper ul#nav.dl-menu li p, 
  .dl-menuwrapper ul#nav.dl-menu li a, 
  .dl-menuwrapper ul#nav.dl-menu ul.submenu li a {
    display: block;
    position: relative;
    margin: 0 20px;
    padding: 15px 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    /*color: #536767 !important;*/
    outline: none;
  }
  .dl-menuwrapper ul li.login a,
  .dl-menuwrapper ul#nav.dl-menu li.login a{
    color: #fff !important;
  }

  .dl-menuwrapper li a:hover {
    color: #01ADAF;
  }
  .dl-menuwrapper li.login a:hover {
    color: #01ADAF;
  }


  .dl-menuwrapper li.dl-back {
    display: block!important;
    text-align: center;
    /*background: #C4CECF;*/
  }
  .no-touch .dl-menuwrapper li a:hover {
    color: #01ADAF;
  }

  .dl-menuwrapper li.dl-back > a:hover {
    /*background: #E0E6E6;*/
  }

  .dl-menuwrapper li.dl-back > a {
    /*padding-left: 30px;*/
    /*background: #C4CECF;*/
  }

  /*.dl-menuwrapper li.dl-back:after,*/
  /*
  .dl-menuwrapper li > a:not(:only-child):after,
  .dl-menuwrapper li > p:not(:only-child):after {
    display: block;
    content: " ";	
    position: absolute;
    top: 40%;
    right: 0;
    width: 0;
    height:0;
    line-height: 50px;
    speak: none;
    background: trancepearent;
    border-top: 5px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #C4CECF;
  }
  */

  .dl-menuwrapper li.dl-back:after {
    left: 10px;
    /*color: rgba(212,204,198,0.3);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);*/
  }

  .dl-menuwrapper li > a:after {
    right: 10px;
    color: rgba(0,0,0,0.15);
  }

  .dl-menuwrapper ul.dl-menu {
    display:block;
    margin: 0;
    position: absolute;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .dl-menuwrapper ul.dl-menu.dl-menu-toggle {
    display:block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .dl-menuwrapper ul.dl-menu.dl-menuopen {
    display:block;
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }

  /* Hide the inner submenus */
  .dl-menuwrapper ul.dl-menu li ul.dl-submenu {
    display: none;
  }

  /* 
  When a submenu is openend, we will hide all li siblings.
  For that we give a class to the parent menu called "dl-subview".
  We also hide the submenu link. 
  The opened submenu will get the class "dl-subviewopen".
  All this is done for any sub-level being entered.
  */
  .dl-menu.dl-subview li,
  .dl-menuwrapper li.dl-subviewopen > p,
  .dl-menu.dl-subview li.dl-subviewopen > a,
  .dl-menu.dl-subview li.dl-subview > a {
    display: none;
  }
  .dl-menu.dl-subview li.dl-subview,
  .dl-menu.dl-subview li.dl-subview .dl-submenu,
  .dl-menu.dl-subview li.dl-subviewopen,
  .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
  .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
    display: block;
  }

  ul#nav.dl-menu li:hover,
  ul#nav.dl-menu.dl-subview li:hover,
  ul#nav.dl-menu.dl-subview li.dl-subviewopen > ul.dl-submenu > li:hover {
    display:block;
    /*background: #E0E6E6;*/
  }/**/

  /* Dynamically added submenu outside of the menu context */
  .dl-menuwrapper > ul.dl-submenu {
    display:block;
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0;
    margin: 0;
  }

  /* Animation classes for moving out and in */

  .dl-menu.dl-animate-out-5 {
    display:block;
    -webkit-animation: MenuAnimOut5 0.4s ease;
    -moz-animation: MenuAnimOut5 0.4s ease;
    animation: MenuAnimOut5 0.4s ease;
  }


  .dl-menu.dl-animate-in-5 {
    display:block;
    -webkit-animation: MenuAnimIn5 0.4s ease;
    -moz-animation: MenuAnimIn5 0.4s ease;
    animation: MenuAnimIn5 0.4s ease;
  }



  .dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
    display:block;
    -webkit-animation: SubMenuAnimIn5 0.4s ease;
    -moz-animation: SubMenuAnimIn5 0.4s ease;
    animation: SubMenuAnimIn5 0.4s ease;
  }



  .dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
    display:block;
    -webkit-animation: SubMenuAnimOut5 0.4s ease;
    -moz-animation: SubMenuAnimOut5 0.4s ease;
    animation: SubMenuAnimOut5 0.4s ease;
  }



  /* No JS Fallback */
  .no-js .dl-menuwrapper .dl-menu {
    position: relative;
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }

  .no-js .dl-menuwrapper li .dl-submenu {
    display: block;
  }

  .no-js .dl-menuwrapper li.dl-back {
    display: none;
  }

  .no-js .dl-menuwrapper li > a:not(:only-child) {
    background: rgba(0,0,0,0.1);
  }

  .no-js .dl-menuwrapper li > a:not(:only-child):after {
    content: '';
  }

}

@-webkit-keyframes MenuAnimOut5 {
	100% {
		-webkit-transform: translateY(40%);
		opacity: 0;
	}
}

@-moz-keyframes MenuAnimOut5 {
	100% {
		-moz-transform: translateY(40%);
		opacity: 0;
	}
}

@keyframes MenuAnimOut5 {
	100% {
		transform: translateY(40%);
		opacity: 0;
	}
}

@-webkit-keyframes MenuAnimIn5 {
	0% {
		-webkit-transform: translateY(40%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		opacity: 1;
	}
}

@-moz-keyframes MenuAnimIn5 {
	0% {
		-moz-transform: translateY(40%);
		opacity: 0;
	}
	100% {
		-moz-transform: translateY(0);
		opacity: 1;
	}
}

@keyframes MenuAnimIn5 {
	0% {
		transform: translateY(40%);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

@-webkit-keyframes SubMenuAnimIn5 {
	0% {
		-webkit-transform: translateZ(-200px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateZ(0);
		opacity: 1;
	}
}

@-moz-keyframes SubMenuAnimIn5 {
	0% {
		-moz-transform: translateZ(-200px);
		opacity: 0;
	}
	100% {
		-moz-transform: translateZ(0);
		opacity: 1;
	}
}

@keyframes SubMenuAnimIn5 {
	0% {
		transform: translateZ(-200px);
		opacity: 0;
	}
	100% {
		transform: translateZ(0);
		opacity: 1;
	}
}
@-webkit-keyframes SubMenuAnimOut5 {
	0% {
		-webkit-transform: translateZ(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateZ(-200px);
		opacity: 0;
	}
}

@-moz-keyframes SubMenuAnimOut5 {
	0% {
		-moz-transform: translateZ(0);
		opacity: 1;
	}
	100% {
		-moz-transform: translateZ(-200px);
		opacity: 0;
	}
}

@keyframes SubMenuAnimOut5 {
	0% {
		transform: translateZ(0);
		opacity: 1;
	}
	100% {
		transform: translateZ(-200px);
		opacity: 0;
	}
}

@media screen and (max-width: 640px) {
.special_menu .special_bnr{
	width:100%;
	float:none;
}
.special_menu .special_bnr.bnr2{
	margin:0;
}
}
@media screen and (max-width: 480px) {

}


.inner .course_list li div{
/*	padding: 8px 8px;*/
}
.inner .course_list .capacity{
/*	width: 6%;*/
	padding-left: 40px;
	background:url(../images/ico_cap.png) no-repeat left center;
}
.inner .course_list .price{
/*	width: 13%;*/
	padding-left: 28px;
	background:url(../images/ico_pri.png) no-repeat left center;
}
.inner .course_list .total{
/*	width: 14%;*/
	padding-left: 28px;
	background:url(../images/ico_tot.png) no-repeat left center;
}
.course_list table {
	width: 100%;
	margin-bottom:30px;
}
.course_list th {
	border-bottom: 1px solid #D9E2E2;
	border-top: 1px solid #D9E2E2;
/*	text-align: center;*/
	padding: 10px 5px;
}
.course_list td .sp_title{
	display:none;
}
.course_list td {
	border-bottom: 1px solid #D9E2E2;
	padding-left: 5px;
}

.course_list .status {
	padding-top: 5px;
	padding-bottom: 5px;
}
.sem_title_cell{
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #D9E2E2;
}

.course_list .btn_side{
	border-bottom: none;
	padding: 5px 0px;
	margin-bottom: 0px;
}

.class_detail .corona{
  margin: 10px 10px 15px!important;
}
@media screen and (max-width: 768px) {
  .course_list th{
    display: none;
  }
  .course_list td{
    width: 100%;
    display: block;
    padding: 10px;
    box-sizing: border-box;
  }
  .course_list td .sp_title{
    display: inline;
  }
  .course_list td.status{
    width: 80px;
    float: left;
    border-bottom: 0;
    padding: 10px;
  }
  .course_list td.date_td,.course_list td:nth-child(2){
    width: calc(100% - 80px);
    float: right;
    border-bottom: 0;
  }
  .course_list td.date_td .sp_title{
    display: block;
  }
  .course_list td:nth-child(3){
    clear: both;
  }
  .course_list td:nth-child(3),.course_list td:nth-child(4){
    border-top: 1px solid #D9E2E2;
    border-bottom: 0;
  }
}


@media screen and (max-width: 420px) {
  .pro_left li.box_class, .pro_center .box_class, .pro_right .box_class{
      width: 85%;
      margin: 0 auto 3%;
    padding: 0 0 0 10px;
  }
}