@charset "UTF-8";
html {
    width: 100%;
    height: 100%;
    margin: 0;
    border: 0;
    padding: 0;
}
body {
    width : 100%;
    height : 100%;
    margin: 0;
    border: 0;
    padding: 0;
}
#main_canvas {
    width : 100%;
    height : 100%;
    margin: 0;
    padding: 0;
}
#modal-overlay{
    z-index:1;
    display:none;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    background-color:rgba(0,0,0,0.5);
  }
  a:link {     color: #eee;
    text-shadow: 1px  1px 1px #333;
 }
a:visited {     color: #eee;
  text-shadow: 1px  1px 1px #333;
}
a:hover {     color: #eee;
  text-shadow: 1px  1px 1px #333;
}
a:active {     color: #eee;
  text-shadow: 1px  1px 1px #333;
}
.close-button{
  font-size:1.2rem;
  height:24px;
}
.close-button:active{
  color:#e80
}
  #modal-content{
    display:none;
    left:10%;
    padding:10px 20px;
    border:2px solid #aaa;
    background:#fff;
    z-index:2;
    position:absolute;
  }
  #titlebar {
    background: linear-gradient(
      to bottom,
      #283844 0%,
      #697177 100%
    );
    color: #E0E0E0;
    padding:5px;
  }
  #title {
    font-size: 3vmin;
    flex:0.5;
  }
  .dg.ac {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    z-index: 0;
  }
  .text{
    color: #eee;
    text-shadow: 1px  1px 1px #333,
                -1px  1px 1px #333,
                 1px -1px 1px #333,
                -1px -1px 1px #333,
                 1px  1px 1px #333,
                -1px  1px 1px #333,
                 1px -1px 1px #333,
                -1px -1px 1px #333;
  }
  .cp_actab {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    color: #eee;
    text-shadow: 1px  1px 1px #333,
                -1px  1px 1px #333,
                 1px -1px 1px #333,
                -1px -1px 1px #333,
                 1px  1px 1px #333,
                -1px  1px 1px #333,
                 1px -1px 1px #333,
                -1px -1px 1px #333;
  }
  .cp_actab .acotitle {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  .cp_actab label {
    font-weight: bold;
    line-height: 3;
    position: relative;
    display: block;
    padding: 0 0 0 1em;
    cursor: pointer;
    margin: 0 0 1px 0;
    background: rgba(67,80,89,0.5);
  }
  .cp_actab .cp_actab-content {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.35s;
    transition: max-height 0.35s;
    color: #333333;
    background: rgba(67,80,89,0.3);
    padding-left:20px;
    padding-right:20px;
  }
  /* :checked */
  .cp_actab input:checked ~ .cp_actab-content {
    max-height: 1000em;
  }
  /* Icon */
  .cp_actab label::after {
    line-height: 3;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 3em;
    height: 3em;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    text-align: center;
  }
  .cp_actab input[type=checkbox] + label::after {
    content: '＜';
  }
  .cp_actab input[type=checkbox]:checked + label::after {
    transform: rotate(-90deg);
  }
  .settingSelect{
    padding:2px;
    font-size:1.2rem;
    color:#333333;
    background: rgba(255,255,255,0.4);
  }
  .settingTextInput{
    background: rgba(255,255,255,0.4);
    color:#333333;
    font-size: 1.2rem;
  }