﻿/* normalize css */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
body{margin:0}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}
audio,canvas,progress,video{display:inline-block;vertical-align:baseline}
audio:not([controls]){display:none;height:0}
[hidden],template{display:none}
a{background-color:transparent}
a:active,a:hover{outline:0}
a img{
  opacity: 1;
  transition: 0.3s;
}
a:hover img{
  opacity: .5;
}
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:700}
dfn{font-style:italic}
h1{font-size:2em;margin:.67em 0}
mark{background:#ff0;color:#000}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-.5em}
sub{bottom:-.25em}
img{border:0}
svg:not(:root){overflow:hidden}
figure{margin:1em 40px}
hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}
pre{overflow:auto}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}
button{overflow:visible}
button,select{text-transform:none}
button,html input[type="button"],
input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}
button[disabled],html input[disabled]{cursor:default}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
input{line-height:normal}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}
legend{border:0;padding:0}
textarea{overflow:auto}
optgroup{font-weight:700}
table{border-collapse:collapse;border-spacing:0}
td,th{padding:0}

/* style */
html {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    background-color: aliceblue;
}

body {
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    min-width: 1024px;
    background-color:#ffffff;
}
header {
    height: 294px;
}
header, footer {
    width: 100%;
    min-width: 1024px;
}
.page-container,.container,.header-container, .nav-container, .footer-container {
    width:1024px!important;
    margin-left: auto;
    margin-right: auto;
}

.clearfix:after{
    clear: both;
}
.clearfix:before,
.clearfix:after{
    display: table;
    content: "";
}
.logo {
    width: 100%;
    height: 138px;
}
.logo img {
    margin-left: 38px;
    margin-top: 34px;
    margin-bottom: 30px;
}
.right-logo {
    height: 100%;
    float : right;
    display: inline-block;
}

.right-logo img{
    margin : 21px 24px 21px auto;
}

.nav {
    height: 146px;
    background-color: #00A5FF;
    /*padding: 43px 0px;*/
    margin: 0px;
    color: #ffffff;
}
.nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
    align-items: stretch;
}

.nav ul li {
    position: relative;
    display: inline-block;
    /*padding: 43px 0px;*/
    height: 146px;
    margin: 0px;
    width: 138px;
    text-align: center;
    line-height: 60px;
    position: relative;
}
.nav ul li a{
    height: 60px;
}
.nav ul li:first-child {
    /*padding: 0 12px 0 0;*/
}
/*.nav ul li:not(:first-child){
    border-left: 2px solid #ffffff;
}*/
.nav ul li:after{
    z-index: 1;
    right: -3px;
    top: 42px;
    content: "";
    width: 2px;
    position: absolute;
    height: 60px;
    border-left: 2px solid #ffffff;
}
.nav ul li:last-child::after{
    border-left: none;
}
.nav ul .active-menu,
.nav ul li:hover,
.nav ul li:active{
    cursor: pointer;
    background-color: #66C9FF;
}
.nav a {
    color: #ffffff;
    font-size: 18px;
    /*min-width:146px!important;
    width:146px!important;*/
    text-decoration: none;
}

.nav a:active{
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}
.nav a:hover {
    text-decoration: none;
}
.nav img {
    display: block;
    margin: auto;
    padding: 65px 0px;
}
.slider {
    height: 405px;
}


.container {
    margin: 10px 0;
    background-color: #ffffff;
}

.side-bar-left {
    float:left;
    width : 280px;
    display: inline-block;
}


.side-bar-right {
    float:left;
    width : 744px;
    display: inline-block;
}
.content-middle {
    background-color: #FFFDE4;
    height: 620px;
}

.hr-gap {
    height: 32px;
    width: 100%;
    background-image: url("img/border-bold.png");
}
.content-bottom-robot {
    margin-top: 16px;
}

.nav-side-bar {
    background-image: url("img/sidebar-bg.png");
    height: 620px;
    width : 280px;
    display: inline-block;
}

.nav-left {

}
.nav-left ul {
    list-style: none;
    margin-left: 16px;
    margin-right: 18px;
    margin-top: 34px;
    margin-bottom: 25px;
    padding: 0;
}

.nav-left ul li {
    height: 67px;
    width: 244px;
    background-image: url("img/side-menu.png");
    line-height: 60px;
    margin-bottom: 15px;
}
.nav-left ul li:hover,
.nav-left ul li:active{
     background-image: url("img/side-menu2.png");
     cursor: pointer;
}
.nav-left ul li:first-child {

}
.nav-left ul li:not(:first-child){

}

.nav-left a {
    display: block;
    padding-left: 25px;
    color: #5B431F;
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
}

.nav-left li:active a{
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}
.nav-left li:hover a {
    text-decoration: none;
}

.nav-side-bar {
    background-image: url("img/sidebar-bg.png");
    height: 620px;
}

.content-title-course {
    margin-top: 20px;
    margin-left: 162px;
    background-image: url("img/5course.png");
    width: 417px;
    height: 25px;
}
.content-title-course-menu {
    margin-top: 20px;
    margin-left: 162px;
    height: 55px;
}

ul.course {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.course li {
    cursor: pointer;
    height: 32px;
    width: 75px;
    margin-left: 4px;
    display: inline-block;
}
ul.course li a, ul.course li a:hover, ul.course li a:active {
    color: transparent;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
ul.course li:first-child{
    background-image: url("img/5course-01.png");
    margin-left: 0;
}
ul.course li:first-child:hover{
    background-image: url("img/5course-01-hv.png");
}

ul.course li:nth-child(2){
    background-image: url("img/5course-02.png");
}
ul.course li:nth-child(2):hover{
    background-image: url("img/5course-02-hv.png");
}
ul.course li:nth-child(3){
    background-image: url("img/5course-03.png");
}
ul.course li:nth-child(3):hover{
    background-image: url("img/5course-03-hv.png");
}
ul.course li:nth-child(4){
    background-image: url("img/5course-04.png");
}
ul.course li:nth-child(4):hover{
    background-image: url("img/5course-04-hv.png");
}
ul.course li:nth-child(5){
    background-image: url("img/5course-05.png");
}
ul.course li:nth-child(5):hover{
    background-image: url("img/5course-05-hv.png");
}

.content-course-img{
    padding: 0 30px;
    max-width: 744px;
}
.content-course-box{
    padding: 0;
    margin: 0;
    float: left;
    background-color: red;
    min-height: 220px;
    width: 220px;
    margin: 0 12px 26px 12px;
}

.content-course-box:first-child,.content-course-box:last-child{
    margin-left: 0px;
    margin-right: 0px;
}

.blightblue {
    background-color: #00A5FF;
}
.bred {
    background-color: #D71E18;
}
.bblue {
    background-color: #0047AF;
}
.bgreen{
    background-color: #5BAC36;
}
.byellow {
    background-color: #F0B81D;
}
.bviolet {
    background-color: #593570;
}

.box-title-img {
    margin-left: 9px;
    margin-top: -6px;
    position: absolute;
    z-index: 2;
}
.img-course {
    width: 220px;
    height: 141px;
}
.img-course-title{
    margin-left: 12px;
    margin-top: 18px;
    height: 22px;
}
.img-course-box-desc{
    margin-top: 14px;
    margin-left: 13px;
    height: 8px;
    border-left: 8px solid #ffffff;
    margin-right: 9px;
    display: inline-block;
    float: left;
}
p.desc-course{
    margin: 0;
    padding: 0;
    margin-top: 12px;
    color:#ffffff;
    float: left;
    display: inline-block;
    font-size: 12px;
    line-height: 12px;


}

.img-course-main {
    margin-top: 34px;
    margin-left: 20px;
    height: 49px;
}

p.course-main {
    margin-top: 30px;
    margin-left: 18px;
    margin-right: 12px;
    margin-bottom: 0px;
    /* margin-bottom: 3px; */
    font-size: 12px;
    line-height: 18px;
    color: #ffffff;

}

.news-content {
    padding: 0;
    padding-left: 32px;
    padding-top: 26px;
}


.news-content h2 {
    color: #00A5FF;
    font-size: 19px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    margin-bottom: 2px;
    line-height: 20px;
}


.border-blue {
    padding-top: 4px;
    height: 14px;
    width: inherit;
    background-image: url("img/border.png");
    background-repeat: repeat-x;
}


.news {
    padding: 0px;
    margin: 0px;
}


.news .block-news {
    margin-left: 20px;
    margin-right: 14px;
    margin-top: 10px;
    margin-bottom: 0px;
    float: left;
    display: inline-block;
    width: 73px;
}

.news ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.news ul li {
    height: 42px;
    width: 100%;
    margin-bottom: 6px;
}

.news p {
    font-size: 12px;
    color: #674730;
    margin: 0;
    padding: 0;
    line-height: 42px;
    float: left;
    display: inline-block;
}
.news a {
    line-height: 14px;
    font-size: 14px;
    color: #674730;
    margin: 14px 0px;
    padding: 0px;
    float: left;
    display: inline-block;
    text-decoration: none;
}

.news a:active{
    text-decoration: none;
}
.news a:hover {
    text-decoration: none;
}

.hr-bold {
    height: 4px;
    border: none;
    background-color: #dddddd;
    padding: 0;
    margin: 0;
}

.schedule-box {
    margin-top: 6px;
}

.points {
    margin: 0;
    margin-left: 52px;
    margin-top: 72px;
    width: 692px;
}
.exmpl {
    padding: 0;
    margin: 0;
    margin-top: 58px;
}

.points-no-margin, .no-margin {
    min-height: 20px;
    padding: 0;
    margin: 0;
}
.no-margin {
    min-height: 10px;
}
.points-no-margin{
    height: 582px;
}


.points-sub-title {
    padding: 0;
    padding-top: 16px;
}


.points-sub-title h3 {
    color: #00A5FF;
    font-size: 19px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    margin-bottom: 2px;
    line-height: 20px;
}

.points-desc p {
    font-size: 14px;
    color: #000000;
    margin: 0;
}
.top-10 {
    margin-top: 10px;
}

.frame-youtube{
    border : 32px solid #00A5FF;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    width: 628px;
    height: 382px;
    margin-top: 18px;
    margin-bottom: 8px;
    display: block;
}

img.trial {
    margin-top: 44px;
}

footer {
    background-color: #00A5FF;
    margin-top: 38px;
    height: 44px;

    padding-top: 46px;
}
footer p{
    margin: 0;
    padding: 0;
    margin-left: 45px;
    line-height: 12px;
}
footer p, footer a, footer a:hover, footer a:active{
    font-size: 12px;
    text-decoration: none;
    font-weight: normal;
    color: #ffffff;
}

.side_fix_left {
    width: 280px;
}

.side_fix_right {
    width: 744px;
    display: inline-block;
}

.side-banner{
    height: 421px;
    width: 280px;
    margin-bottom: 10px;
}

.img-width{
    width: 100%;
    height: auto;
    display:block;
}

.content-about {
    margin: 32px 0px 0px 30px;
    display: block;

}
.content-about h1 {
    font-size: 26px;
    font-weight: bold;
    color: #00A5FF;
    line-height: 30px;
    margin: 0px;
}
.content-about h2 {
    font-size: 20px;
    font-weight: bold;
    color: #00A5FF;
    margin: 0px;
    line-height: 24px;
    font-weight: bold;
}
.content-about-title {
    padding-right: 34px;
}
.content-about-subtitle {
    margin-top: 26px;
    padding-right: 34px;
}
.content-about-img {
    margin-top: 20px;
    padding-right: 34px;
    margin-left: -4px;
}

.content-about-add-m-top {
    margin-top: 40px;
}

.content-about-add-s-top {
    margin-top: 10px;
}
.add-s1-top {
    margin-top: 10px;
}
.add-s2-top {
    margin-top: 20px;
}
.add-s3-top {
    margin-top: 30px;
}
.add-s4-top {
    margin-top: 40px;
}
.add-s5-top {
    margin-top: 50px;
}
.add-s6-top {
    margin-top: 60px;
}
.add-s7-top {
    margin-top: 70px;
}
.add-s8-top {
    margin-top: 80px;
}
.add-s9-top {
    margin-top: 90px;
}
.add-s10-top {
    margin-top: 100px;
}
.content-about-left {
    float:left;
    display: inline-block;
    width:354px;
    padding-right: 50px;
}
.content-about-right {
    float:left;
    display: inline-block;
    width:272px;
    padding-right: 34px;
}

.content-about-2nd-desc {
    margin: 14px 24px 24px 0px;
}

.content-about p, .content-about-2nd-desc p {
	text-align: justify;
	margin: 0;
	padding: 0;
	font-size: 14px;
}

.content-bg-yellow-soft {
    background-color: #FFFDE4;
    padding-left: 34px;
}

.content-bg-white {
    background-color: #FFF;
    padding-left: 34px;
}

.content-photo {
    padding : 22px 22px 0px 0px ;
}

.content-photo-left,.content-photo-right {
    width: 334px;
    float: left;
    display: inline-block;
}
.content-photo-left {
   margin-right: 20px;
}
.content-photo-bottom {
    margin-top: 30px;
}

.content-photo-robot-school {
    width : 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top : 32px;
    margin-bottom: 25px;
}

.frame-content-about{
    background-color: #ffffff;
    border : 20px solid #FCC510;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    width: auto;
    min-height: 30px;
    margin-top: 18px;
    margin-bottom: 8px;
    margin-right: 22px;
}

.frame-content-about .title{
    width: 502px;
    height: auto;
    margin:30px auto;
}

.frame-content-about .content{
    padding : 0px 70px 40px 70px;
}

.frame-content-about .content p{
    text-align: justify;
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #033A61;
}


.img-feature{
    display:block;
}

.content-about-profile {
    margin-top : 20px;
    margin-bottom: 27px;
    padding: 30px;
    background-color: #E6E6E8;
}

#circle {
    width: 12px;
    height: 12px;
    margin: 3px 0px;
    background: #00A5FF;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: block;
    float: left;
}

.content-about-profile .title {
    color: #00A5FF;
}
.content-about-profile .title h2 {
    margin : 0px 0px 0px 20px;
    line-height: 20px;
    font-size: 18px;
}

.content-about-profile p {
    color: #000;
    font-size: 12px;
    font-weight: normal;
}

.content-about-table {
    padding-top: 60px;
    padding-left: 30px;
}
.content-about-table .title {
    margin-top:20px;

}

.content-about-table .title h2 {
    line-height: 20px;
    font-size: 18px;
    margin: 0;
    color: #3894CB;
}

.table-robot {
    margin-top:20px;
    margin-right: 0px;
    padding:0px;
    width:auto;
    border:1px solid #00A5FF;

    -moz-border-radius-bottomleft:0px;
    -webkit-border-bottom-left-radius:0px;
    border-bottom-left-radius:0px;

    -moz-border-radius-bottomright:0px;
    -webkit-border-bottom-right-radius:0px;
    border-bottom-right-radius:0px;

    -moz-border-radius-topright:0px;
    -webkit-border-top-right-radius:0px;
    border-top-right-radius:0px;

    -moz-border-radius-topleft:0px;
    -webkit-border-top-left-radius:0px;
    border-top-left-radius:0px;
}

.table-robot table{
     border-collapse: collapse;
     border-spacing: 0;
     width:100%;
     height:100%;
     margin:0px;padding:0px;
 }

.table-robot tr:last-child td:last-child {
      -moz-border-radius-bottomright:0px;
      -webkit-border-bottom-right-radius:0px;
      border-bottom-right-radius:0px;
  }
.table-robot table tr:first-child td:first-child {
    -moz-border-radius-topleft:0px;
    -webkit-border-top-left-radius:0px;
    border-top-left-radius:0px;
}
.table-robot table tr:first-child td:last-child {
    -moz-border-radius-topright:0px;
    -webkit-border-top-right-radius:0px;
    border-top-right-radius:0px;
}
.table-robot tr:last-child td:first-child{
     -moz-border-radius-bottomleft:0px;
     -webkit-border-bottom-left-radius:0px;
     border-bottom-left-radius:0px;
 }
.table-robot tr:hover td{
      background-color:#ffffff;


  }
.table-robot td{
    vertical-align:middle;

    background-color:#ffffff;

    border:1px solid #00A5FF;
    border-width:0px 1px 1px 0px;
    text-align:left;
    padding:9px;
    font-size:12px;
    font-weight:normal;
    color:#585858;
}

.table-robot tr:last-child td{
     border-width:0px 1px 0px 0px;
 }


.table-robot tr td:last-child{
      border-width:0px 0px 1px 0px;
  }

.table-robot tr td:first-child{
    background:-o-linear-gradient(bottom, #e1f0f7 5%, #e1f0f7 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e1f0f7), color-stop(1, #e1f0f7) );
    background:-moz-linear-gradient( center top, #e1f0f7 5%, #e1f0f7 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#e1f0f7", endColorstr="#e1f0f7");	background: -o-linear-gradient(top,#e1f0f7,e1f0f7);

    background-color:#e1f0f7;
    border:0px solid #00A5FF;
    text-align:center;
    border-width:0px 1px 1px 0px;
    font-size:12px;
    font-weight:normal;
    color:#585858;
    width: 182px;
}
/*
.table-robot tr:first-child:hover td{
    background:-o-linear-gradient(bottom, #e1f0f7 5%, #e1f0f7 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e1f0f7), color-stop(1, #e1f0f7) );
    background:-moz-linear-gradient( center top, #e1f0f7 5%, #e1f0f7 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#e1f0f7", endColorstr="#e1f0f7");	background: -o-linear-gradient(top,#e1f0f7,e1f0f7);

    background-color:#e1f0f7;
}
*/

.table-robot tr:first-child td:first-child{
    border-width:0px 1px 1px 0px;
}
.table-robot tr:first-child td:last-child{
    border-width:0px 0px 1px 1px;
}

.table-robot tr:last-child td:first-child, .table-robot tr:last-child td:last-child{
    border-width:0px 1px 0px 0px;
}

.content-information {
    padding: 40px 20px 40px 38px;
}


.img-wrapper {
    display: inline-block;
    overflow: hidden;
}

.img-wrapper img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    vertical-align: middle;
}

.img-wrapper img:hover {
    transform:scale(1.2);
    -ms-transform:scale(1.2); /* IE 9 */
    -moz-transform:scale(1.2); /* Firefox */
    -webkit-transform:scale(1.2); /* Safari and Chrome */
    -o-transform:scale(1.2); /* Opera */
}


.dot-blue{
    background-image: url("img/dot.png");
    width: 16px;
    height: 16px;
    float :left;
    display: inline-block;
}
.dot-blue-small{
    background-image: url("img/dot.png");
    width: 12px;
    height: 12px;
    float :left;
    display: inline-block;
}

.content-information .col-n-1 {
    width:278px;
    height: auto;
    float :left;
}
.content-information .col-n-2 {
    width: 364px;
    min-height: 87px;
    float :left;
    padding-left: 14px;
    color: #595854;
}
.content-information .col-n-1-arrow{
    width:28px;
    margin : 8px auto;
}
.content-information .col-n-2 .title {
    margin-bottom: 14px;
    font-size: 14px;
}

.list-blue ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-blue ul li {
    background-image: url("img/dot.png");
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: 0px 4px;

    font-size: 12px;
    line-height: 18px;
    padding: 0;
    padding-left: 22px;

}

.addmission-button {
    display: block;
    background-image: url("information/img/addmission-btn.png");
    width: 100px;
    height: 30px;
    position: relative;
    left: 264px;
    bottom: 0px;
    z-index: 2;
}

.contact-button {
    display: block;
    background-image: url("information/img/contact-btn.png");
    width: 100px;
    height: 30px;
    position: relative;
    left: 264px;
    bottom: 0px;
    z-index: 2;
}

.detail-button {
    display: block;
    background-image: url("information/img/detail-btn.png");
    width: 100px;
    height: 30px;
    position: relative;
    left: 264px;
    bottom: 0px;
    z-index: 2;
}
.spacer-div {
    min-width : 12px;
    width : 12px;
    float: left;
    display: block;
    height: 10px;
}
.information-block-frame {
    width:334px;
    height:138px;
    background-color:#dddddd;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    padding: 8px;
    float: left;
    margin-bottom: 12px;
}

.frame-wide {
    width: 696px;
    margin-bottom: 14px;
}



.information-block-child {
    width: 330px;
    height: 134px;

    border: 2px solid #ffffff;
    background-color: #dddddd;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    color: #063A66;
}

.block-child-violet {
    color : #c73e83;
}
.block-child-red {
    color: #e52113;
}
.block-child-yellow {
    color: #dd7340;
}
.block-child-green {

}
.block-child-blue {

}
.block-child-wide {
    width: 692px;
    color:#E03162;
}

.information-block-child .title {
    margin: 30px 30px 8px 30px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.information-block-child .description {
    margin: 0px 30px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

.block-child-wide .title {
    font-size: 22px;
    font-weight: bold;
}
.block-child-wide .description {
    font-size: 18px;
    font-weight: bold;
}

.points-desc {
    padding-top: 15px!important;
    padding-right: 30px!important;
    color : #585657;
    font-size: 12px;
}


.camera_wrap{
    left:0;
    right: 0;
    width: 100%;
}

.totop {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 104400;
}

.totop a i{
    display: block;
    background-image: url("img/go-top.png");
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    font-size: 25px;
    /*background: #ffffff;
    border-radius: 6px;*/

}

.totop a, .totop a:visited,
.totop a:hover {
    color: #f4ebd2;
    text-decoration: none;
}

.content-padding-left-1 {
    padding-left: 10px;
}
.content-padding-left-2 {
    padding-left: 20px;
}
.content-padding-left-3 {
    padding-left: 30px;
}
.content-padding-left-4 {
    padding-left: 40px;
}
.content-padding-left-5 {
    padding-left: 50px;
}

.set {

    padding-top: 0px!important;
    padding-left: 32px;
    margin-bottom: 26px;
    height: auto;
}
.set:last-child{
    margin-bottom: 8px;
}
.set-title {
    text-align: center;
    padding-top: 14px;
}
.set-title h2{
    font-size: 18px;
    color: #00A5FF;
    margin: 0px;
    line-height: 24px;
    font-weight: bold;
}
.set-sub-title{
    margin-top: 14px;
    margin-bottom: 22px;
}

.set-sub-title p{
    text-align: center;
    font-size: 14px;
    color: #00A5FF;
}

.set-img {
    width: 318px;
    display: block;
    float: left;
    margin-bottom: 15px;
}

.set-desc {
    width: auto;
    float: left;
    margin-left: 45px;
}

.set-desc .title {
    font-size: 18px;
    color: #585755;
    margin: 0px;
    line-height: 24px;
    font-weight: bold;
}

.set-desc .sub-summary {
    font-size: 16px;
    color: #585755;
    margin: 0px 10px 20px 3px;
    line-height: 24px;
    font-weight: bold;
    display: inline-block;
	}

.set-desc .summary {
    font-size: 20px;
    color: #585755;
    margin: 0px;
    line-height: 24px;
    font-weight: bold;
}

.set-desc .list, .set-desc .summary{
    margin-top: 12px;
}
.set-desc .list p{
    font-size: 16px;
}

.set-desc ul{
    font-size: 14px;
    list-style: none;
    padding:0px;
    margin: 0px;
    margin-top: 2px;
}

#circle-black {
    width: 8px;
    height: 8px;
    margin: 5px 0px;
    background: #585755;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: block;
    float: left;
}

.btn-buy {
    float: right;
    position: relative;
    margin : 15px 20px 20px 0px;
    width: auto:
}

.content-course {
    padding: 40px 20px 2px 34px;
    margin-bottom: 34px;
}

.content-course .col-n-1 {
    width:284px;
    height: auto;
    float :left;
    margin-bottom: 36px;
}
.content-course .col-n-2 {
    width: 358px;
    height: 132px;
    float :left;
    padding-top: 10px;
    padding-left: 14px;
    color: #595854;
    position: relative;
}

.content-course .col-n-2 .title {
    margin-bottom: 14px;
    font-size: 15px;
    font-weight: bold;
}
.content-course .col-n-2 .list-blue ul li {
    font-size: 14px;
}
.content-course .col-n-2 .text-footer {
    color: #e52113;
    margin-top: 14px;
    font-size: 14px;
    letter-spacing: -1.5px;
}

.course-detail-btn {
    display: block;
    background-image: url("course/img/detail-btn.png");
    width: 100px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 66px;
    z-index: 2;
}

.course-block {
    width:323px;
    float: left;
    height: auto;
    margin-bottom: 6px;
    font-size: 14px;
    padding: 14px;
}

.course-block:first-child {
    margin-right: 12px;
}

.course-sub {
    margin-top : 12px;
    margin-left: 30px;
    margin-right: 32px;
}

.course-sub h3, .course-sub p {
    margin: 0px!important;
    padding: 0px!important;
    margin-left: 4px!important;
    font-weight: normal;
    color: #585657;
}

.course-sub h3 {
    font-size: 24px!important;
    line-height: 24px!important;
}

.course-sub p {
    font-size: 16px;
    margin-top: 12px!important;
    line-height: 17px!important;
    padding-top: 4px!important;
    padding-bottom: 4px!important;
}

.course-sub .photo {
    margin-top: 18px;
    margin-bottom: 24px;
}

.course-sub-col {
    width: 309px;
    float: left;
    font-size: 14px;
    color: #585657;
}


.course-sub-col:first-child{
    margin-right: 34px;
}

.text-red {
    color:#e62112!important;
}
.text-blue {
    color:#0047AF!important;
}
.text-light-blue {
    color : #aadcf7!important;
}
.text-green {
    color:#1d9442!important;
}
.text-yellow {
    color : #dab600!important;
}
.text-violet {
    color:#593570!important;
}
.text-black{
    color: #585657;
}
.frame-red {
    background-color:#e62112!important;
}
.frame-blue {
    background-color:#0047AF!important;
}
.frame-light-blue {
    background-color : #aadcf7!important;
}
.frame-green {
    background-color:#1d9442!important;
}
.frame-yellow {
    background-color : #dab600!important;
}
.frame-violet {
    background-color:#593570!important;
}

.course-block-frame {
    width:626px;
    height:100%;
    background-color:#dddddd;
    padding: 12px;
    margin-bottom: 12px;
}

.course-block-child {
    width: 586px;
    height: 100%;
    background-color: #ffffff;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    color: #063A66;
    padding: 12px 12px 12px 26px;
    font-size: 14px;
}
.course-block-child ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


.camera_thumbs_cont {
     -webkit-border-bottom-right-radius: 0px!important;
     -webkit-border-bottom-left-radius: 0px!important;
    -moz-border-radius-bottomright: 0px!important;
    -moz-border-radius-bottomleft: 0px!important;
     border-bottom-right-radius: 0px!important;
     border-bottom-left-radius: 0px!important;
}


.photo-course {
    margin-bottom: 16px;
}

.content-course-bottom {
    padding: 0px 14px 25px 14px;
    text-align: center;
}
.photo-bottom {
    margin: 0 6px 0px 6px;
}

.content-center {
    text-align: center;
    padding-top: 28px;
    padding-bottom: 15px;
}

.text-contact {
    color: #595854;
    margin-top: 14px;
    font-size: 14px;
}

.content-button-contact {
    margin-left: 268px;
    margin-right: 0px;
    width : 374px;
}

.content-button-contact a {
    float: left;
}
.img-button-contact {
    margin-left: 12px;
}

.content-form {
    margin-top: 24px;
}


.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.text-small {
    margin-top: 0px;
    font-size: 12px;
    margin-bottom: 12px;
}

.img-trial {
    margin-right: 12px;
}
.content-trial{
    margin-right: 0px;
}

.content-trial .content-about-subtitle {
    background-color: #00A5FF;
    text-align: center;
    height: 50px;
    vertical-align: middle;
}
.content-trial .content-about-subtitle h2 {
    color: #ffffff;
    line-height: 50px;
}

.content-admission {
    margin: 35px 0px 10px 30px;
    padding: 12px 0px 0px 0px;
}


#form-robot {
    margin-top: 40px;
}

#form-robot .table-block table{
    width: 715px;
    font-size: 14px!important;
    color:#000000!important;
}
#form-robot .table-block table th,
#form-robot .table-block table td{
    padding: 12px 5px;

    vertical-align: top;
    text-align: left!important;
}
#form-robot .table-block table td{
    padding: 12px 5px;
    border: 1px dotted #ccc;
    border-left: 0px;
}
#form-robot .table-block table th{
    width: 160px!important;
    background: #eeebe6;
    font-weight: normal;

    border-left: 1px solid #eeebe6;
    border-right: 1px solid #eeebe6;
    border-bottom: 1px dotted #ffffff;
}

#form-robot .table-block table tr:first-child th {
    border-top: 1px solid #eeebe6;
}
 #form-robot .table-block table tr:last-child th{
    border-bottom: 1px solid #eeebe6;
}
.n-1 input {
    width: 246px;
}

.n-1 p {
    margin-left: 12px;
}

.n-1 p.radio-button{
    display: inline-block;
    margin-right: 30px;
}

.n-1 a {
    color : #009fea;
    text-decoration: none;
}
.n-1 input[type='checkbox']{
    margin-left: 12px;
    margin-bottom: 15px;
}
.n-1 input[type='radio'],.n-1 input[type='checkbox'] {
    width: 15px!important;
}
.n-2 {
    width: 266px;
    float: left;
    display: inline-block;
}

.n-2 input {
    width: 210px!important;
    margin-left: 0px;
}

.n-2 select {
    margin-left: 12px;
    border-radius: 0px;
    width: 250px;
}
 .n-3 select{
    margin-left: 12px;
    border-radius: 0px;
    width: 180px;
}

.n-3 input {
    width: 66px!important;
}

.p-p {
    background-color: #ddf1fc;
}

textarea {
    margin: 0;
    margin-left: 10px;
    width: 510px;
    border-color: #dddddd!important;
}

.hyphen {
    width: 10px!important;
    display: inline-block;
    margin-left: auto!important;
    margin-right: auto!important;
    text-align: center!important;

}
#form-robot .table-block table td input:first-child{
    margin-left: 10px;
}


.text-label{
    width : 35px;
    display: inline-block;
    float: left;
    margin: 0!important;
    padding: 0!important;
    font-size: 14px!important;
    text-align: left!important;
    line-height: 27px!important;
    margin-left: 10px!important;
}


.text-label-2{
    width : 75px;
    display: inline-block;
    float: left;
    margin: 0!important;
    padding: 0!important;
    font-size: 14px!important;
    text-align: left!important;
    line-height: 27px!important;
    margin-left: 10px!important;
}

#form-robot .table-block table th.required-1{
    background: #F4F3EF url(img/required.png) no-repeat 203px 16px;
}

#form-robot .table-block table th.any{
    /*background: #F4F3EF url(img/mem_icon03.png) no-repeat 203px 16px;*/
}

#form-robot .table-block table th.required-2{
    padding-right: 100px;
    width: 150px;
    /*background: #F4F3EF url(img/mem_icon02.png) no-repeat 166px 16px;*/
}

#form-robot .table-block table tr.errorBlock th.required-1{
    /*background: #ffcccc url(img/required01.png) no-repeat 203px 16px;*/
}
#form-robot .table-block table tr.errorBlock th.any{
    /*background: #ffcccc url(img/mem_icon03.png) no-repeat 203px 16px;*/
}
#form-robot .table-block table tr.errorBlock th.required-2{
    padding-right: 100px;
    width: 150px;
    /*background: #ffcccc url(img/mem_icon02.png) no-repeat 166px 16px;*/
}
#form-robot .table-block table tr.errorBlock td{ background: #fae1e1;}

#form-robot .table-block table td a.outLink{
    display: inline-block;
    padding-left: 22px;
    line-height: 1.8;
    /*background: url(img/mem_icon06.png) no-repeat 0 4px;*/
    /display: inline;
    /zoom: 1;
}
#form-robot .table-block table th p,
#form-robot .table-block table td label {
    color: #333333;
}
#form-robot .table-block table td p span.bold {
    color: #666666;
}
#form-robot .table-block table th p{
    font-weight: normal;
    line-height: 2;
}
#form-robot .table-block table th span{
    color: #a8411e;
    white-space: nowrap;
    font-weight: normal;
}

#form-robot .table-block h2{ margin-bottom: 15px;}
#form-robot .table-block .cap{ margin-bottom: 10px;}
#form-robot .table-block th p.linkBlock{
}
#form-robot .table-block th p.linkBlock a{
    padding: 4px 0 4px 22px;
    /*background: url(../img/brs_img/question03.png) no-repeat 0 2px;*/
    font-weight: normal;
}

#form-robot .table-block table tr#itemKDM.errorBlock td{ background: transparent; }
#form-robot .table-block table tr.errorBlock .eqArea .childArea.errorChild .inner{ background: #fae1e1; }
#form-robot .table-block table tr.errorBlock .eqArea .childArea.errorChild dd span{ background: transparent !important; }

#form-robot .table-block .w950{ width: 950px;	}
#form-robot .table-block .w950 p{ line-height: 2;}
#brs #childEq{
    margin-top: 0;
    padding-top: 0;
    display: block;
}
#form-robot .table-block .w950 th{
    padding-right: 0;
    width: 250px;

}
.robot-form {
    font-size: 14px;
}

.robot-form input[type="text"],
.robot-form input[type="password"],
.robot-form input[type="email"],
.robot-form input[type="url"],
.robot-form input[type="date"],
.robot-form input[type="month"],
.robot-form input[type="time"],
.robot-form input[type="datetime"],
.robot-form input[type="datetime-local"],
.robot-form input[type="week"],
.robot-form input[type="number"],
.robot-form input[type="search"],
.robot-form input[type="tel"],
.robot-form input[type="color"],
.robot-form select,
.robot-form textarea {

    display: inline-block;
    box-shadow: inset 0 1px 3px #ddd;
    vertical-align: middle;
    height: 18px;

}
.robot-label {
    float: left;
    width: 127px!important;
    padding: 10px 0px;
    background-color: #eeebe6;
    border-bottom: 1px dotted #ffffff;
}


.robot-form-aligned .robot-control-group {
}
.robot-form-aligned .robot-control-group label {
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin: 0;

}
.robot-form-aligned .robot-controls {
}

.send-button {
    text-align: center;
    margin-top: 30px;
}

.text1{color:#00A5FF;font-size:17px;font-weight: bold;}
.text2{color:#0047AF;font-size:17px;font-weight: bold;}
.text3{color:#F90;font-size:17px;font-weight: bold;}
.text4{color:#999;font-size:16px;font-weight: normal;}

p{margin-bottom:18px}
.p0{margin-bottom:0}
.p1{margin-bottom:8px}
.p2{margin-bottom:15px}
.p3{margin-bottom:10px}
.p4{margin-bottom:40px}
.p5{margin-bottom:50px}
.p6{margin-bottom:60px}
.p7{margin-bottom:70px}

/*modify admission form*/
.n-1 .require{
     width: 96.3%;
}
.require{
   /* background-color: #ffffb1;
    width: 99%;*/
    margin-left: 10px;
    background-color: #ffffb1;
    width: 97%;
}

.done{
    background-color: transparent;
}
.error_msg{
    background-color: #ffc0c0;
    width: 99%;
}
#error_msg_form{
    margin-top: 20px;
    margin-bottom: -32px;
    height: 23px;
    background-color: #ffc0c0;
    padding: 10px;
}

.hidden{
    display: none;
}
.visible{
    display: block;
}
#error_email_1{
    color: #ff5555;
}

#error_email_1, #error_email_2, #error_email_21{
    color: #ff5555;
}
.p-p-uncheck{
    background-color: #ffc0c0;
}

div.contentsbox
{
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #00A5FF;
    padding: 20px;
	background-color:#00A5FF;
	margin-bottom:20px;
	margin-top:10px;
	text-align: left;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: bold;
	border-radius: 5px;
	color: #fff;}
	
.c {text-align: center;}