@charset 'utf-8';
/* ----------------------------------------------------------
 00 . wyswig エリア
---------------------------------------------------------- */
.editor-style h1 { font-size: 32px!important; }
.editor-style h2 { font-size: 24px!important; }
.editor-style h3 { font-size: 18px!important; }
.editor-style h4 { font-size: 16px!important; }
.editor-style h5 { font-size: 13px!important; }
.editor-style h6 { font-size: 10px!important; }

.editor-style strong { font-weight: bold; }
.editor-style em { font-style: italic;}

.editor-style ul { list-style: inside; padding-left: 1.5em; }
.editor-style ol { list-style: decimal; padding-left: 1.5em; }


.editor-style td { border: 1px solid #000; }

.editor-style a { text-decoration: underline; }

/* AO情報 reset */
.editor-style h1, .editor-style h2, .editor-style h3, .editor-style h4, .editor-style h5, .editor-style h6 {
  border: 0px!important;
}
.editor-style h2, .editor-style h3 {
  padding-top: 0px!important;
}
