html {
    margin:0;
    padding:0;
}
.ec-form-width-mini {
  width: 62px;
}
@media screen and (max-width: 480px){
  .ec-center-second {
    padding-left: 10px;
  }
  .ec-form-width-mini {
    width: 30px!important;
    height: 30px;
    font-size: 16px;
  }
  .uk-article-title  {
    font-size: 20px!important;
    border-bottom: 1px solid #D9D9D9;
  }
  .uk-article-lead {
    font-size: 13px!important;
    line-height: 1.3em!important;
  }
  .ec-section {
    padding: 12px;
  }
  input:not([type]).uk-form-large, input[type].uk-form-large, select.uk-form-large, textarea.uk-form-large {
    padding: 0!important;
  }
  .ec-copy {
    padding: 0;
    font-size: 12px;
  }
  .ec-footer {
    background-color: #fff!important;
    color: #b4b4b4!important;
    width: 100%!important;
  }
  .ec-ui-area {
    /*background-color: #F2F5F8;*/
    padding: 6px 6px;
  }

}
.text1 {
  width: 355px;
  text-align: center;
  position: absolute;
  left: 310px;
  top:26px;
}
.text2 {
  width: 175px;
  position: absolute;
  left: 665px;
  top:26px;
  text-align: center;
}
.text3 {
  width: 175px;
  position: absolute;
  left: 842px;
  top:26px;
  text-align: center;
}
.text4 {
  width: 175px;
  position: absolute;
  left: 1019px;
  top:26px;
  text-align: center;
}
.ec-bg {
  background-image: url(images/area.png);
  background-position: top left;
  background-repeat: no-repeat;
  display: block;
  height: 235px;
  width: 1200px;
  margin-bottom: 20px;
  position: relative;
}
.ec-bg p {
  margin: 0;
  padding: 0;
}
.screen {
    background-color: #222;
}
.uk-open .uk-modal-dialog {
    user-select: none; /* CSS3 */
    -moz-user-select: none; /* Firefox */
    -webkit-user-select: none; /* Safari、Chromeなど */
    -ms-user-select: none; /* IE10 */
    background: #fff1f0;
    color: #d85030;
    text-align:center;
    font-size: 16px;
    padding:20px 20px 10px 20px;
}
.ec-bg-blue {
  background-color: #F2F5F8;
  padding: 1px 10px 55px 10px;
}
.ec-panel-form {
  background: #fff;
  padding: 16px 0!important;
  border: 1px solid #F5F6F5;
}
.ec-panel {
  border: 2px solid #000;
  padding: 5px 6px 6px 6px;
  color:#000;
}
.ec-button-default {
  background-color: #eee;
  color: #10218b!important;
  font-size: 12px;
  border: 1px solid #d9d9d9;
}
.ec-button-default:focus, .ec-button-default:hover {
  background-color: #dfdfdf;
  color: #10218b!important;
  border: 1px solid #d9d9d9;
}
.ec-center {
  text-align: center;
}
.uk-form input:focus {
  background: #f5fbfe;
  border-color: #99baca;
}
.uk-form input {
  border-color: #99baca;
  font-size: 13px!important;
}
.ec-panel-display {
  padding: 10px 10px 10px 10px;
}

  .ec-text-black {
    color: #000;
  }


.ec-select {
  max-width: 100%;
  border: 1px solid #ddd!important;
  background: #fff!important;
  color: #444!important;
  transition: all .2s linear;
  transition-property: border,background,color,box-shadow,padding;
  border-radius: 0px!important;
}

.ec-select:focus {
  border-color: #99baca;
    outline: 0;
    background: #f5fbfe;
    color: #444;
}

.ec-btn .uk-button {
  padding: 4px 10px;
}
.ec-heading-title {
  color: #575755;
  line-height: 18px;
}
.uk-form input{
  border-radius: 0px!important;
}
input[type=number]{
    width:50px;
    height:25px;
}

.ec-footer {
  background-color: #1c1c22;
  color: #dedede;
  width: 100%;
}
.ec-footer p {margin: 0;}
.ec-copy {
  padding: 20px 0;
}

#container {
}

#class-room {
    margin: 10px auto;
    border: 1px solid gray;
    position: relative;
    overflow: hidden;
    /*background-image: url(images/retina_wood_@2X.png);
    background-image: url(images/purty_wood_@2X.png);*/
    background-image: url(images/wood_pattern_@2X.png);
}

ul#desk {
    padding: 0;
    position: relative;
    margin: 0;
    list-style: none;
    /*z-index:999;*/
}
ul#desk li {
    width:60px;/*dynamic*/
    height:50px;/*dynamic*/
    position: absolute;
    display:block;
    background-color: gray;
    /*background: url(images/chair_my2.png) no-repeat;*/
    background: url(images/chair_my2.png) no-repeat;
    background-size: 100% 100%;
}

.circle {
    border-radius: 50%;
    position: absolute;
    transition-duration: 1s;
    transition-property: opacity;
}
.circle.type4 {
    background-color: #357463;
    opacity: 0.6;
    transition-delay: 0.1s;
}
.circle.type6 {
    border: 100px solid #99C982;
    opacity: 0.6;
    transition-delay: 0.2s;
}
.circle.type8 {
    border: 100px solid #FAF5AA;
    opacity: 0.6;
    transition-delay: 0.3s;
}
.circle.typeG {
    border: 100px solid gray;
    opacity: 0.2;/*default0.2*/
    transition-delay: 0.4s;
}
