body{
    height:100vh;
    margin: 0;
    //padding: 150px 0 100px 0;
}
.body{
    height:75%;
}
.page{
    height:100%;
}
#main{
    height:100%;
}
* html body{
    overflow: hidden;
}

#dispbox{
    clear:both;
    width:98%;
    height:95%;
    //font-size:16px;
}
#disp{
    position: relative;
        overflow:hidden;
        width:100%;
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode:vertical-rl;
        -moz-writing-mode:vertical-rl;
        writing-mode: vertical-rl;
text-orientation: mixed;
        height:100%;
        z-index:9;
    //padding: 150px 0 100px 0;
    //padding-top:0.5em;
    //font-size:16px;
    overflow:hidden;
}
#disptmp{
  width:1ex;
  height:1ex;
    //font-size:16px;
}

.infeed{
  height:100px;
}

div#headerArea {
    //position: fixed !important;
    //position: absolute;
    top: 0;
    left: 0;
    //width: 100%;
    height: 100px;
    //background-color: #FF00FF;
    //background-color: #4E9ABE;
    color: black;
    //color: #fff;
    //z-index:99;
    //border:solid 1px;
}
div#footerArea {
    //position: fixed !important;
    //position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background-color: #4E9ABE;
    color: #fff;
    //z-index:90;
}
* html div#contentsArea{
    height: 100%;
    overflow: auto;
}
#title{
    color:black;
}
#rev{
    float:right;
    color:black;
}
#ctrl{
    z-index:90;
}
#config{
}
#config label{
  cursor: pointer;
}
#config #toggle{
  display: none;
}
#config input+div{
  display:none;
}
#config input:checked+div{
  display:block;
}
#config_info{
  background-color: skyblue;
}

.title{
  border-left:solid 5px orange;
  border-bottom:solid 1px;
  padding-bottom:0;
  margin-bottom:0;

  font-weight:bold;
  font-size:300%;

  width:100%;
}

.subtitle{
        font-weight:bold;
        font-size:150%;
}
.button{
  float:left;
  //display: inline-block;
  display: none;
  padding: 0.2em 0.2em;
  text-decoration: none;
  background: #668ad8;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #627295;
  border-radius: 3px; 
}
.nextb{
  appearance: none;
  border: 0;
  border-radius: 5px;
  background: #4676D7;
  color: #fff;
  padding: 8px 16px;
  font-size: 16px;
}
