@charset "UTF-8";


/*
地区行事予定　(schedule)
-------------------------------------------------------*/
@media screen and (max-width: 1080px) {

   .j-table {
      overflow-x: scroll;
   }

}

table {
   width: 100%;
   min-width: 1030px;
   border: 2px solid #cccccc;
}

thead {
   font-weight: 700;
   background: #fff3ca;
}

td {
   padding: 15px 1%;
   border: 1px solid #cccccc;
}

thead,
td:not(:first-of-type,:nth-of-type(5)) {
   text-align: center;
}

td:first-of-type {
   width: 14%;
}

td:nth-of-type(2),
td:nth-of-type(4) {
   width: 13.5%;
}

td:nth-of-type(3) {
   width: 13%;
}

td:nth-of-type(5),
td:nth-of-type(6),
td:last-of-type {
   width: 15.333%;
}