﻿/* ビジュアルエディターのスタイルを書く (プラグイン「Advanced Editor Tools」用) */

.mce-menu-item {
	padding: 6px 8px 6px 4px !important;
}

body .editor-styles-wrapper ol,
body .editor-styles-wrapper ul {
	list-style-position: inside;
	padding-left: 0 !important;
}

body .editor-styles-wrapper ol {
	list-style-type: decimal;
}

body .editor-styles-wrapper ul {
	list-style-type: disc;
}