/*
Theme Name: Lightning Child Sample
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/



/* 記事下のカテゴリー非表示 */
.entry-meta-data-list--category {
  display: none;
}

figure.wp-block-flexible-table-block-table.my-table table td[style],
figure.wp-block-flexible-table-block-table.my-table table td {
  font-size: 16px !important;
}
.wp-block-flexible-table-block-table.my-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.wp-block-flexible-table-block-table.my-table table {
  min-width: 600px;
}




