@charset "UTF-8";


/*
地区行事予定　(schedule)
-------------------------------------------------------*/

table {
   width: 750px;
   border: 2px solid #999999;
}

thead th {
   border: 1px solid #cccccc;
   background: #fff3ca;
}

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

tbody th {
   width: 60%;
}

td {
   width: 40%;
}


@media screen and (min-width: 768px) {

   table {
      width: 100%;
   }

   th,
   td {
      padding: 15px 4%;
   }

   tbody th,
   td {
      width: 50%;
   }

}