@charset "UTF-8";

/********************************/
/* Table control for RWD
 2025.5.26    v.1
*********************************/


table{
  table-layout: fixed;
  margin: auto;
}



table{
  box-sizing: border-box;
  border-collapse: collaps;
  margin: 0 auto;
  text-align: center;
 
}
table th,
table td{
  border: 0px solid #999;
  padding: .5em 1em;
}
table th{
  background: ;
}
 
@media( max-width: 768px){
  table{
    width: 100%;
  }
  table th,
  table td{
    display: block;
  }
}

