
.header {
   padding-right: 0 !important;

   margin-bottom: 20px;
   margin-right: 0 !important;
   border-right: 0 !important;
   /*font-family: "HGS明朝E";*/
   width: 100%;
}

.clickable{
   cursor: pointer;
}

.warn-message{
   color: red;
}
.dragging_element{
   background-color: aqua !important;
}

.dragging{
   background-color: #f1ffff;
}

.header > h2{
   font-weight: bold;
}

.header > h1 {
   padding-top: 10px;
}

body{
   font-family: "游ゴシック" !important;
}

#img-folder{
   
   text-align: center;
   margin-bottom: 10px;
}

img#imgPlayer{
   height: 280px;
   width:280px;
}

#filesend {
   display: none;  /* 本来のファイル選択フォームは非表示に */
}

.ability_number_form{
   width: 40px;
}

.card > button{
   color: black;
}

.message_penalty{
   color:red; 
   font-size:0.8rem;
}

table.tA{
    
   border-collapse: separate;
   border-spacing: 0 10px;


}


.mydropzone{
   background-color: aqua !important;
}


.footer-character{
   width:100%;
   height: 9%;
   color: white;
   background-color: rgba(0, 0, 0, 0.7);
   padding-bottom: 4%;
}

.footer-myset{
   width:100%;
   height: 8%;
   color: white;
   background-color: #222222;
   padding-bottom: 3%;
}




.sumindi{
   font-weight: bold;
}

.wrapper_ts{
  /*display: block;*/
  scrollbar-width: thin;
  overflow-y: scroll;
  height: 170px;
}


.ts> thead, .ts>th {
   position: sticky;
   top: 0;
   z-index: 1;
   background: gold;
   border-top:#FFFFFF;
   min-width: 100%;
}

.modal-body > p{
   font-weight: bold;
}


.wrapper{
   min-height: 100vh;/*①高さの最小値*/
   position: relative;/*②相対位置*/
}


body {
   width: 100%;
   height: 100%;
 }

.gomi{
   min-height: 100px;
}

.dhead{
   border: 2px;
   box-shadow: inset;
}

#clone_image{
      background-color: #222222;
      opacity: 0.5;
      pointer-events: none;
      position: fixed;
      top: -8px;     
      left: -8px; 
      height: 16px; 
      transform: translate(0,0);
      z-index: 999;

}

footer{
   font-size: 0.75rem;
   padding-top: 10px;

}



#techbody > tr > th{
   font-size: 0.8rem;
}

#Ability > tbody >tr> th{
   font-size: 0.8rem;
}
#Ability > thead > tr > th{
   padding: 0.2rem;
}

.tA > tbody > tr > td{
   font-size: 0.9rem;
}

.card-header{
   padding: 0.4rem !important;
}

#abtable > thead > tr > th{
   height:30%;
   padding:5px;
   font-size: 0.3rem;
   text-align: center;
}


.spinbox{
   position: sticky;
   text-align: center;
   top:40%;
   left:40%;
   width:200px;
   height:200px;
   z-index: 10;
   background-color: #6a6a6a;
}

#sp{
   position: absolute;
   top:45%;
   left:30%;
   color: white;
}

.smallText{
   font-size: 0.8rem;
}