@charset "utf-8";

.editor-post-title__block .editor-post-title__input,
.editor-block-list__layout {
    line-height: 1.6em;
    letter-spacing: 0.05em;
    color: rgb(51, 51, 51);
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}

table.wp-block-table {
    border-width:1px 0 0 1px;
    border-style:solid;
    border-color:#000;
    border-spacing:0;
    margin:20px 0;
}
table.wp-block-table th {
    padding:.5em;
    font-weight:normal;
    border-width:0 1px 1px 0;
    border-style:solid;
    border-color:#000;
}
table.wp-block-table td {
    padding:.5em;
    border-width:0 1px 1px 0;
    border-style:solid;
    border-color:#000;
}
table.wp-block-table td.center {
    text-align:center;
}


