@charset "UTF-8";

div[class*="block_table_"]:not([style*=" color:"]) table {
    background: var(--i_bg_color);
    color: var(--i_txt_color);
    text-align: center;
}

table tbody tr th{
    background: #E8F8FE;
}
table tbody tr th,
table tbody tr td{
    text-align: center;
}
.inner_item_img img{
    object-fit: contain !important;
    font-family: 'object-fit: contain;';
}