/* set padding for iOS7 status bar */
body{
  background-color: #d8c8d4;
  overscroll-behavior-y: none;
 
}


.area {
  width: 300px;
  margin: auto;
  
  flex-wrap: wrap;
  display: flex;
}
 
.tab_class {
  
  font-weight: bold;
  border: 1px groove #991145;;
  table-layout:   auto;
  width: calc(100%/6);
  height: 20px;
  background-color: darkgrey;
  line-height: 20px;
  font-size: 10px;
  text-align: center;
  display: block;
  float: left;
  order: -1;
  padding: 2px;
}
 
input[name="tab_name"] {
  display: none;
}
 
input:checked + .tab_class {
  background-color: cadetblue;
  color: aliceblue;
}
 
.content_class {
  display: none;
  width: 100%;
}
 
input:checked + .tab_class + .content_class {
  display: block;
}

  
    /*.nemuraberu {
     border: solid; 
      white-space: nowrap;
     }*/
 
   #namae {
    font-size: 10px;
    color: black ;  
    background-color:white;
    /*writing-mode: vertical-rl;*/ 
    border: solid 1px;
    border-color: blue ;
    text-align: left;
    height: 70px;
    padding: 5px;
    border-radius: 7px;


    /*background-color: #ccffff ;
     */
}

#midasiid {
  font-size: 10px;
  color: black ;  
  /*writing-mode: vertical-rl;*/
  background-color: #ccffff ;
   border: solid 2px;  
  /* border-color: blue ;*/
  text-align: left;
  height: 80px;
  padding: 3px;
  border-radius: 5px;

  /*background-color: #ccffff ;
   */
}

#benid {
  font-size: 10px;
  color: black ;  
  /*writing-mode: vertical-rl;*/ 
  text-align: left;
  height: 50px;
  
  /*background-color: #ccffff ;
  */ 
}

#frgid {
  font-size: 10px;
  color: black ;  
  /*writing-mode: vertical-rl;*/ 
  text-align: left;
  height: 50px;
  /*background-color: #ccffff ;
  */ 
}
.bangou {
  width: 300px;
  font-size: 20px;
}

.keitai1{
  height:30px;
  width: 150px;
  font-size:30px;
  border:1px;
  }
 
  .syutoku{
    font-size:30px;
    height:30px;
    width: 150px;
    }
     
    .container {
      font-family: arial;
      font-size: 24px;
      margin: 25px;
      /* 水平方向の中央揃え */
      text-align: center;
    }