/* 管理画面タブ不具合修正 */
h2 {
  position: static;
}
/* WYSIWYG css */
span.key-color01 {
  color: #bf0000 !important;
}
span.key-color02 {
  color: #c00 !important;
}

/* WYSYWGY css 上書きされる問題 */
.matome-body.l-container strong {
  font-weight: bold;
}
