@charset "utf-8";

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ● [県産品とは]専用CSS                                  */
/*    ・ページ固有の処理を記述                             */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   Table Setting                                  */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */

/* InfoListTable （DefaultTable を上書き）
--------------------------------------------------- */
.InfoListTable{
  font-size: 87.5%;
}
    .InfoListTable th,
    .InfoListTable td{
      padding: 0.75em 10px;
    }
    .InfoListTable thead th{
      white-space: nowrap;
      padding: 0.25em 2px;
    }
    .InfoListTable tbody th{
      width: 26.25%;
      text-align: left;
    }
    .InfoListTable tbody td{
      font-size: smaller;
    }
    .InfoListTable tbody tr:nth-child(2n) {
      background: #fafafc;
    }
    .InfoListTable tbody tr:nth-child(2n) {
      background: #fafafc;
    }







