@charset "UTF-8";
.block-editor {
  /*フォント：色付きマーカー*/
  /* デフォルトインラインコード */ }
  .block-editor .red-marker {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FFDFEF 0%) repeat scroll 0 0; }
  .block-editor .blue-marker {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #cce5ff 0%) repeat scroll 0 0; }
  .block-editor .yellow-marker {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffffbc 0%) repeat scroll 0 0; }
  .block-editor .green-marker {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #DFF0D8 0%) repeat scroll 0 0; }
  .block-editor p code, .block-editor li code, .block-editor table code {
    display: inline-block;
    background: #EBEBEB;
    color: #5C5C5C;
    font-family: Monaco;
    font-size: .9em;
    padding: 2px 5px;
    margin: 0 5px; }

/*# sourceMappingURL=block-editor.css.map */
