﻿@charset "utf-8";

#comHeader { z-index:20;position:fixed;top:0;left:0;width:100%; }
#backmenu-btn { z-index:21;position:fixed;top:5px;right:5px;margin:0;visibility:visible; }


.btn-line {
  display: inline-block;
  padding: 0.3rem 1rem;

  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #0091d4;
  background: #ffffff;
  border: solid 2px #0091d4;
  border-radius: 30px;
  opacity: 0.9;
  cursor: pointer;
  user-select: none;
}
a.btn-line,a.btn-line:hover,a.btn-line:active,a.btn-line:visited { color:#0091d4;text-decoration:none; }



.dci0025title {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    margin: 10px 0 0 0;
    padding: 5px 0;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}


#animation_container {position:absolute;display:block;margin:0;padding:0;width:1024px;height:838px;}
#canvas {position:absolute;display:block;margin:0;}
#dom_overlay_container {position:absolute;display:block;margin:0;width:1024px;height:838px;pointer-events:none;overflow:hidden;}


/* loader */

.preload,
.preload:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.preload {
  margin: 100px auto;
  font-size: 6px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.8em solid rgba(56,129,255, 0.2);
  border-right: 1.8em solid rgba(56,129,255, 0.2);
  border-bottom: 1.8em solid rgba(56,129,255, 0.2);
  border-left: 1.8em solid rgb(56,129,255);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: loadkey 1.1s infinite linear;
  animation: loadkey 1.1s infinite linear;
}
@-webkit-keyframes loadkey {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loadkey {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/* loading */
.loading .dci0025title, .loadinghide #animation_container {display:none;}
.loading .preload {display:block;}
.loaded .dci0025title, .loadinghide #animation_container {display:block;}
.loaded .preload {display:none;}
