/*
Theme Name: omc_hybrid
Theme URI: 
Author: omc
Author URI: 
Description: オリジナルテーマ
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: block_theme
Tags: 
*/


.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table.has-fixed-layout {
    border-collapse: collapse;
	border-left: 1px solid var(--green2);
	border-top: 1px solid var(--green2);
	width: 100%;}


.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table.has-fixed-layout th{
	background: var(--beige3);
	border-right: 1px solid var(--green2);
	border-bottom: 1px solid var(--green2);
	font-weight: 500;
	padding: 0.8rem;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table.has-fixed-layout td{
	background: var(--beige1);
	border-right: 1px solid var(--green2);
	border-bottom: 1px solid var(--green2);
	padding: 0.8rem;
}
