@charset "utf-8";
/*  style　[ 鹿児島県建設技能者組合 中建国保 ]
=================================================================== */
.main ul li {
  font-size: 120%;
  line-height: 180%;
  letter-spacing: 1px;
  margin-left: 1.5em;
}
.tableTitle {
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 1em;
}
.table th {
  text-align: center;
  background-color: #d9edf7;
}
.table td {
  text-align: right;
}
/* 768px(sm)～ ____________________________________________________ */
@media print,screen and (min-width: 768px) {
}
/* 992px(md)～ ____________________________________________________ */
@media screen and (min-width: 992px) {
}
/* 1200px(lg)～ ___________________________________________________ */
@media screen and (min-width: 1200px) {
}
