@charset "utf-8";

/* =====================================
エディター用スタイル
===================================== */

/* ---------------------
管理画面用
--------------------- */
#tinymce {
    font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: #000;
}

/* ---------------------
全体
--------------------- */
.wysiwyg h1 {
    font-size: 24px;
    line-height: 1.3;
    font-weight: bold;
    padding: 15px 0 10px 0;
    color: #0067B7;
    border-bottom: 2px dotted #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wysiwyg h2 {
    font-size: 21px;
    line-height: 1.3;
    font-weight: bold;
    padding: 15px 0 10px 0;
    color: #0067B7;
    border-bottom: 2px dotted #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wysiwyg h3 {
    font-size: 19px;
    line-height: 1.3;
    font-weight: bold;
    padding: 15px 0 10px 0;
    color: #0067B7;
    border-bottom: 2px dotted #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wysiwyg h4 {
    margin-bottom: 10px;
    padding-left: 1.35em;
    font-size: 18px;
    line-height: 1.6;
    text-indent: -1.35em;
   color: #0067B7;
}

.wysiwyg h4:before {
    content: "● ";
}

.wysiwyg * + h1,
.wysiwyg * + h2,
.wysiwyg * + h3,
.wysiwyg * + h4 {
    margin-top: 60px;
}

.wysiwyg table {
    border-collapse: collapse;
}

.wysiwyg table th, .wysiwyg table td {
    padding: 10px;
    border: 1px solid #CCCCCC;
}