@charset "UTF-8";
/* ブロックエディター用CSSスタイル -------------------------------------------------------------------------------*/

/* table_normal／基本スタイル */
.is-style-table_normal table th,
.is-style-table_normal table td{
padding: 10px;
border: 1px solid #ccc;
}
.is-style-table_normal table tr:nth-of-type(odd) td{background:#eee;}
.is-style-table_normal table tr td:first-child{text-align: center; font-weight: bold; width: 15%;}

/* table_color／基本スタイル */
.is-style-table_color table th,
.is-style-table_color table td{
padding: 10px;
background-color: #fff;
border: 1px solid #ccc;
}
.is-style-table_color table tr td:first-child{text-align: center; font-weight: bold; width: 15%; background-color: #f8f1d4;}

@media only screen and (max-width: 736px) {
  .is-style-table_color table tr td {display: block; width: 100%;}
  .is-style-table_color table tr td:first-child {display: block; width: 100%;}
}