@charset "UTF-8";
/**
 * baserCMS :  Based Website Development Project <https://basercms.net>
 * Copyright (c) baserCMS Users Community <https://basercms.net/community/>
 *
 * @copyright       Copyright (c) baserCMS Users Community
 * @link			https://basercms.net baserCMS Project
 * @package         Baser.View
 * @since           baserCMS v 4.4.0
 * @license         https://basercms.net/license/index.html
 */
/**
 * CKEditor スタイルシート
 * 管理画面でも呼び出される
 */
/**
 * エディター用CSS
 */
.cke_editable {
    padding: 15px;
    color: red;
}

.cke_source {
    color: green;
    background: black;
}

/* Editor Parts
----------------------------------------------- */
.bge-contents,
.cke_editable {
    /* font-family: Arial, Verdana, "游ゴシック", YuGothic,
        "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; */
    font-family: "Kosugi", sans-serif;
    color: #000;
}
.bge-contents h1,
.cke_editable h1 {
    font-size: 40px;
    margin-bottom: 40px;
    font-weight: bold;
}
.bge-contents h2,
.cke_editable h2 {
    letter-spacing: 0;
    overflow: hidden;
    font-size: 2.2em;
    font-weight: bold;
    line-height: 1.2;
    margin: 0.6em 0;
    padding: 0.3em 0;
    text-align: left;
    background: none;
}
.bge-contents h2:first-child,
.cke_editable h2:first-child {
    margin-top: 0;
}
.bge-contents h3,
.cke_editable h3 {
    margin: 56px 0 20px 0;
    padding: 13px 28px 12px;
    font-size: 21px;
    font-weight: 700;
    background: #f0f0f0;
    border-radius: 10px;
    line-height: 48.3px;
    overflow: hidden;
}
.bge-contents h3:first-child,
.cke_editable h3:first-child {
    margin-top: 0;
}
.bge-contents h4,
.cke_editable h4 {
    border-bottom: 1px #ccc dotted;
    font-size: 22px;
    padding-bottom: 12px;
    font-weight: bold;
    padding-left: 0;
    margin: 50px 0 17px 0;
    overflow: hidden;
    position: relative;
}
.bge-contents h4:first-child,
.cke_editable h4:first-child {
    margin-top: 0;
}
.bge-contents h5,
.cke_editable h5 {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.2;
    margin: 1em 0;
    padding: 0.3em 0;
    overflow: hidden;
}
.bge-contents h5:first-child,
.cke_editable h5:first-child {
    margin-top: 0;
}
.bge-contents h6,
.cke_editable h6 {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.2;
    margin: 1em 0;
    border: none;
    padding: 0.3em 0;
    overflow: hidden;
}
.bge-contents h6:first-child,
.cke_editable h6:first-child {
    margin-top: 0;
}
.bge-contents strong,
.cke_editable strong {
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}
.bge-contents u,
.cke_editable u {
    font-weight: normal;
    font-style: normal;
    text-decoration: underline;
}
.bge-contents s,
.cke_editable s {
    font-weight: normal;
    font-style: normal;
    text-decoration: line-through;
}
.bge-contents em,
.cke_editable em {
    font-style: italic;
}
.bge-contents hr,
.cke_editable hr {
    width: 100%;
    height: 1px;
    color: #ddd;
    background: currentColor;
    border-style: none;
    margin: 50px auto;
}
.bge-contents hr:first-child,
.cke_editable hr:first-child {
    margin-top: 0;
}
.bge-contents ul,
.cke_editable ul {
    margin: 20px 0 36px 0;
    line-height: 1.6;
    letter-spacing: 0.05rem;
}
.bge-contents ul:first-child,
.cke_editable ul:first-child {
    margin-top: 0;
}
.bge-contents ul li,
.cke_editable ul li {
    list-style-position: inside;
    position: relative;
    padding: 0 0 0 25px;
    margin: 0.5em 0 0.5em 0;
    list-style-type: none;
    overflow: hidden;
}
.bge-contents ul li a,
.cke_editable ul li a {
    zoom: 1;
}
.bge-contents ul li:before,
.cke_editable ul li:before {
    display: block;
    content: "";
    position: absolute;
    top: 9px;
    left: 1px;
    width: 6px;
    height: 6px;
    background: #181818;
    border-radius: 50%;
}
.bge-contents ul ul,
.cke_editable ul ul {
    margin: 0 0 0 1.8em;
}
.bge-contents ul ul:first-child,
.cke_editable ul ul:first-child {
    margin-top: 0;
}
.bge-contents ol,
.cke_editable ol {
    margin: 20px 0 36px 1.8em;
    line-height: 1.6;
    letter-spacing: 0.05rem;
}
.bge-contents ol ol,
.cke_editable ol ol {
    margin: 20px;
}
.bge-contents ol li,
.cke_editable ol li {
    list-style-type: decimal-leading-zero;
    position: relative;
    padding: 0 0 0 0;
    margin: 0.5em 0 0.5em 0;
    line-height: 1.6;
}
.bge-contents p,
.cke_editable p {
    margin: 1em 0;
    letter-spacing: 0.05rem;
    margin-bottom: 20px;
    line-height: 2.3;
}
.bge-contents table,
.cke_editable table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    width: 100%;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    margin: 20px 0 20px 0;
}
@media screen and (max-width: 768px) {
    .bge-contents table,
    .cke_editable table {
        width: 100%;
        display: block;
    }
}
.bge-contents table:first-child,
.cke_editable table:first-child {
    margin-top: 0;
}
.bge-contents table caption,
.cke_editable table caption {
    font-weight: bold;
    text-align: left;
}
@media screen and (max-width: 768px) {
    .bge-contents table caption,
    .cke_editable table caption {
        display: block;
    }
}
@media screen and (max-width: 768px) {
    .bge-contents table tbody,
    .bge-contents table tfoot,
    .cke_editable table tbody,
    .cke_editable table tfoot {
        display: block;
    }
}
.bge-contents table tr,
.cke_editable table tr {
    border-top: 1px solid #e1e1e1;
}
@media screen and (max-width: 768px) {
    .bge-contents table tr,
    .cke_editable table tr {
        display: block;
        margin-top: -1px;
    }
}
.bge-contents table tr:nth-child(odd) td,
.cke_editable table tr:nth-child(odd) td {
    background: #fff;
}
.bge-contents table tr th,
.bge-contents table tr td,
.cke_editable table tr th,
.cke_editable table tr td {
    text-align: left;
    padding: 26px 24px;
    border-left: 1px solid #e1e1e1;
}
@media screen and (max-width: 768px) {
    .bge-contents table tr th,
    .bge-contents table tr td,
    .cke_editable table tr th,
    .cke_editable table tr td {
        width: auto;
        display: block;
    }
}
.bge-contents table tr th,
.cke_editable table tr th {
    font-weight: bold;
    background: #f3f3f3;
}
@media screen and (max-width: 768px) {
    .bge-contents table tr th,
    .cke_editable table tr th {
        border-bottom: none;
    }
}
.bge-contents table tr td,
.cke_editable table tr td {
    font-weight: normal;
}
.bge-contents table tr td ul,
.cke_editable table tr td ul {
    margin: 0;
    padding: 0;
}
.bge-contents fieldset,
.cke_editable fieldset {
    border: 0;
}
.bge-contents img,
.cke_editable img {
    border: 0;
    margin: auto;
}
.bge-contents address,
.bge-contents button,
.bge-contents caption,
.bge-contents cite,
.bge-contents code,
.bge-contents dfn,
.bge-contents em,
.bge-contents input,
.bge-contents optgroup,
.bge-contents option,
.bge-contents select,
.bge-contents strong,
.bge-contents textarea,
.bge-contents th,
.bge-contents var,
.cke_editable address,
.cke_editable button,
.cke_editable caption,
.cke_editable cite,
.cke_editable code,
.cke_editable dfn,
.cke_editable em,
.cke_editable input,
.cke_editable optgroup,
.cke_editable option,
.cke_editable select,
.cke_editable strong,
.cke_editable textarea,
.cke_editable th,
.cke_editable var {
    font: inherit;
}
.bge-contents small,
.cke_editable small {
    color: #666;
}
.bge-contents del,
.bge-contents ins,
.cke_editable del,
.cke_editable ins {
    text-decoration: none;
}
.bge-contents a:link,
.bge-contents a:visited,
.cke_editable a:link,
.cke_editable a:visited {
    color: #2b7bb9;
}
.bge-contents a:hover,
.cke_editable a:hover {
    text-decoration: none;
}
.bge-contents caption,
.bge-contents th,
.cke_editable caption,
.cke_editable th {
    text-align: left;
}
.bge-contents q:before,
.bge-contents q:after,
.cke_editable q:before,
.cke_editable q:after {
    content: "";
}
.bge-contents abbr,
.bge-contents acronym,
.cke_editable abbr,
.cke_editable acronym {
    border: 0;
    font-variant: normal;
}
.bge-contents sub,
.cke_editable sub {
    font-size: 0.8em;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    vertical-align: sub;
}
.bge-contents sup,
.cke_editable sup {
    font-size: 0.8em;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    vertical-align: super;
}
.bge-contents legend,
.cke_editable legend {
    color: #000;
}
.bge-contents pre,
.cke_editable pre {
    text-align: left;
    margin-bottom: 20px;
    overflow: auto;
    padding: 1em;
    background-color: #f8f8ff;
    color: #000;
    letter-spacing: 0;
}
.bge-contents code,
.cke_editable code {
    font-family: Menlo, Consolas, "DejaVu Sans Mono", monospace;
}
.bge-contents blockquote,
.cke_editable blockquote {
    position: relative;
    margin: 1em 0;
    padding: 1px 2.5em;
    border-radius: 5px;
    background: none;
    border: 2px solid #ccc;
    overflow: hidden;
    color: #888;
    font-size: 0.9em;
}
.bge-contents blockquote:first-child,
.cke_editable blockquote:first-child {
    margin-top: 0;
}
.bge-contents blockquote::before,
.cke_editable blockquote::before {
    content: "“";
    display: block;
    font-family: serif;
    position: absolute;
    top: 0.3em;
    left: 0.25em;
    z-index: 0;
    color: #ccc;
    font-size: 3em;
}
.bge-contents blockquote::after,
.cke_editable blockquote::after {
    content: "”";
    display: block;
    font-family: serif;
    position: absolute;
    bottom: -0.3em;
    right: 0.25em;
    z-index: 0;
    color: #ccc;
    font-size: 3em;
}

/* Form Parts
----------------------------------------------- */
.bge-contents form,
.cke_editable form,
.bs-sub-contents form {
    display: inline;
}

.bge-contents input[type="text"],
.bge-contents textarea,
.bge-contents select,
.cke_editable input[type="text"],
.cke_editable textarea,
.cke_editable select,
.bs-sub-contents input[type="text"],
.bs-sub-contents textarea,
.bs-sub-contents select {
    margin: 3px 2px;
    padding: 8px 10px;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.bge-contents input[type="password"],
.cke_editable input[type="password"],
.bs-sub-contents input[type="password"] {
    margin: 3px 2px;
    padding: 3px 1px;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.bge-contents input[type="checkbox"],
.cke_editable input[type="checkbox"],
.bs-sub-contents input[type="checkbox"] {
    vertical-align: middle;
}

.bge-contents input[type="radio"],
.bge-contents input[type="checkbox"],
.cke_editable input[type="radio"],
.cke_editable input[type="checkbox"],
.bs-sub-contents input[type="radio"],
.bs-sub-contents input[type="checkbox"] {
    margin-left: 5px;
    margin-right: 5px;
}

.bge-contents input[type="text"],
.cke_editable input[type="text"],
.bs-sub-contents input[type="text"] {
    font-size: 1em;
}
.bge-contents input[type="text"]::placeholder,
.cke_editable input[type="text"]::placeholder,
.bs-sub-contents input[type="text"]::placeholder {
    color: #ccc;
}

.bge-contents input:active,
.bge-contents input:focus,
.cke_editable input:active,
.cke_editable input:focus,
.bs-sub-contents input:active,
.bs-sub-contents input:focus {
    box-shadow: 0 0 5px 1px #fa9696;
    outline: none;
}

.bge-contents textarea,
.bge-contents input[type="password"],
.cke_editable textarea,
.cke_editable input[type="password"],
.bs-sub-contents textarea,
.bs-sub-contents input[type="password"] {
    font-size: 1em;
    padding: 3px 3px;
}

.bge-contents textarea,
.cke_editable textarea,
.bs-sub-contents textarea {
    width: 95%;
}
.bge-contents textarea:active,
.bge-contents textarea:focus,
.cke_editable textarea:active,
.cke_editable textarea:focus,
.bs-sub-contents textarea:active,
.bs-sub-contents textarea:focus {
    box-shadow: 0 0 5px 1px #fa9696;
    outline: none;
}

.bge-contents input[type="text"],
.bge-contents input[type="password"],
.cke_editable input[type="text"],
.cke_editable input[type="password"],
.bs-sub-contents input[type="text"],
.bs-sub-contents input[type="password"] {
    line-height: 1em;
}

.bge-contents select,
.cke_editable select,
.bs-sub-contents select {
    font-size: 1em;
    height: 2.6em;
    padding: 10px 8px;
}
.bge-contents select:active,
.bge-contents select:focus,
.cke_editable select:active,
.cke_editable select:focus,
.bs-sub-contents select:active,
.bs-sub-contents select:focus {
    box-shadow: 0 0 5px 1px #fa9696;
    outline: none;
}

.bge-contents optgroup option,
.cke_editable optgroup option,
.bs-sub-contents optgroup option {
    padding-left: 20px;
}
/*# sourceMappingURL=maps/editor.css.map */
