/* TinyMCE 詳細ページ専用調整 */
/* tinymce.cssの上書き・補完用 */

/* 詳細ページでは背景色を濃い緑に */
.article-detail-content.editor-content {
    background-color: rgba(0, 65, 22, 0.8) ;
}