@charset "utf-8";
html, body {
    margin: 0px;
    margin-left: 2px;
    padding: 0px;
    margin-bottom: 15px;
   }
   body {
    /*font-family: "Noto Serif JP", serif;*/
    font-family: "DotGothic16", sans-serif;
    font-size: 1em;
    color: #ffffff;
    line-height:1.8em;
    background-color: #000000;
    background-image: url(img/back_dot.png);
    }
    a{text-decoration: none;}
    a:link {color: #000000;}
    .dotgothic16-regular {
        font-family: "DotGothic16", sans-serif;
        font-weight: 400;
        font-style: normal;
      }
      
          
    
    .square1{
      margin: right 10px;
       }
       .square2{
        margin: right 3px;
         }

    
      .follower{
      display: flex;
      margin-top:0px;
      margin-bottom:45px;
      text-align:center
     }
     .text1{
        display: flex;
        margin: 10px
     }
     .box{
    border:#ffffff 1px solid;
    padding: 8px;
    margin: 13px;
     }
    .box p {
    margin:0;
    padding: 0;
    }

    .name1{
    margin: 0px;
    }
   .text2{
    margin-top: 0px;
   }
 .text3{
line-height: 1em;
margin-top: 1px;
margin-left: 40px;
margin-right: 30px;
 }
  .fire{
margin-right: 0px;
  }
  .box2{
   display: flex;
   justify-content: flex-end;
   font-size: 3em;
   color: #000000;
   width: 200%;
   height: 10%;
    border:#ffffff 1px solid;
    padding: 0px;
    margin-top:50px;
    margin-right: 0px;
    background-color: #ffffff;
    line-height: 1em;


     }
    .box p {
    margin:0;
    padding: 0;
    }

   .MBF{
   display:flex;
   }

 
     .kasaneru{
      position: relative;/*親要素にrelative*/
    }
    .kasaneru p{
      position: absolute;/*重ねたい子要素にabsolute*/
      top:10%;
      left: 50%;
     -ms-transform: translate(-0%,-100%);/*ベンダープレフィックス*/
      -webkit-transform: translate(-100%,-0%);/*ベンダープレフィックス*/
      transform: translate(-100%,-0%);/*センター寄せの修正*/
      color: #fff;
      font-size: 1rem;
      margin-left: 5px;
      margin-right: 10px;
      margin-top: 0px;
    }

    .syokugo{
    position: relative;
    }
    .syokugo p{
   position: absolute;
   margin-top:125px;
   margin-bottom:10px;
   margin-left: 325px;
   margin-right:10px;
   }

.fighttime{
display:flex;
   margin-top:7px;
   margin-bottom:10px;
   margin-left: 70px;
   margin-right:10px;
}
.text5{
   margin-top:10px;
   margin-bottom:10px;
   margin-left: 10px;
   margin-right:10px;
}
.mobile-scroll {width: 100%; overflow-x: scroll;}
.table-width {width: 900px; border: solid 0px #000000;}
.cell-width {width: 0px;}

.rekidai{
margin-right:200px
}