@charset "utf-8";
/*  style　[ 鹿児島県建設技能者組合 共通 ]
=================================================================== */
.tb01 {
  border-collapse:collapse;
  margin:0 auto;
}
.tb01 th{
  color:#005ab3;
  text-align: center;
}
.tb01 td{
  border-bottom:1px dashed #999;
}
.tb01 th,.tb01 tr:last-child td{
  border-bottom:2px solid #005ab3;
}
.tb01 td,.tb01 th{
  padding:10px;
}
/* 768px(sm)～ ____________________________________________________ */
@media print,screen and (min-width: 768px) {
.tb01 {
  width: 60%;
  }
}
/* 992px(md)～ ____________________________________________________ */
@media screen and (min-width: 992px) {
}
/* 1200px(lg)～ ___________________________________________________ */
@media screen and (min-width: 1200px) {
}
