@charset "utf-8";
/*  style　[ 鹿児島県建設技能者組合 労災 ]
=================================================================== */
table.table {
  table-layout: fixed;
}
table.table td {
  text-align: right;
}
table.table td.tdTitle {
  text-align: center;
}
.main img {
  max-width: 100%;
}
.tableTitle {
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 1em;
}
.table th {
  text-align: center;
  
}

/* 768px(sm)～ ____________________________________________________ */
@media print,screen and (min-width: 768px) {
  .table01,.table02 {
    width: 49%;
    float: left;
  }
  .table01 {
    margin-right: 1%;
  }
}
/* 992px(md)～ ____________________________________________________ */
@media screen and (min-width: 992px) {
}
/* 1200px(lg)～ ___________________________________________________ */
@media screen and (min-width: 1200px) {
}
