@charset "utf-8";
/*********************************************************
 
post.css
WP Wysiwyg Editor用

*********************************************************/

/* wpContent */
/* ---------------------------------------------------- */
.wpContent:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.wpContent {
    display: block;
}

/* xxx */
/* ---------------------------------------------------- */
@media print,
screen and (min-width: 768px) {
    .wpContent p {
        margin-bottom: 15px;
    }

    .wpContent img {
        max-width: 100% !important;
        height: auto !important;
    }

    .wpContent img.alignright {
        margin: 0 0 10px 15px;
        display: inline;
        float: right;
    }

    .wpContent img.alignleft {
        margin: 0 10px 15px 0;
        display: inline;
        float: left
    }

    .wpContent img.aligncenter {
        display: block;
        margin: 10px auto;
    }

    .wpContent img.alignnone {
        margin: 0 10px 15px 0;
    }

    .wpContent img.size-thumbnail {
        display: inline-block;
        margin: 0 4% 15px 0;
        width: 48%;
    }

    .wpContent img.size-thumbnail + .size-thumbnail {
        margin: 0 0 15px 0;
    }

    .wpContent .wp-caption {
        max-width: 100% !important;
    }

    .wpContent .wp-caption-text {
        font-size: 1.1rem;
    }

    .wpContent strong {
        font-weight: bold !important;
    }

    .wpContent em {
        font-style: italic;
    }

    .wpContent ul {
        list-style-type: disc;
        margin-left: 30px;
        margin-bottom: 10px;
    }

    .wpContent ol {
        list-style-type: decimal;
        margin-left: 30px;
        margin-bottom: 15px;
    }

    .wpContent h1 {
        font-weight: bold;
        font-size: 2.4rem;
        margin-bottom: 15px;
    }

    .wpContent h2 {
        font-weight: bold;
        font-size: 2.0rem;
        margin-bottom: 15px;
    }

    .wpContent h3 {
        font-weight: bold;
        font-size: 1.6rem;
        margin-bottom: 15px;
    }

    .wpContent h4 {
        font-weight: bold;
        font-size: 1.4rem;
        margin-bottom: 15px;
    }

    .wpContent h5 {
        font-weight: bold;
        font-size: 1.3rem;
        margin-bottom: 15px;
    }

    .wpContent h6 {
        font-weight: bold;
        font-size: 1.2rem;
        margin-bottom: 15px;
    }

    .wpContent a {
        text-decoration: underline;
    }

    .wpContent a:hover {
        text-decoration: none;
    }

    .wpContent pre {
        font-size: 100%;
        white-space: pre-wrap;
        word-break: break-all;
    }

    .video-container {
        position: relative;
        padding-top: 56.25%;
        margin: 0;
        width: 100%;
    }

    .video-container iframe,
    .video-container object,
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
}

@media screen and (max-width: 767px) {
    .wpContent p {
        margin-bottom: 15px;
    }

    .wpContent img {
        max-width: 100% !important;
        height: auto !important;
    }

    .wpContent img.alignright {
        margin: 0 0 15px 5px;
        display: inline;
        float: right;
    }

    .wpContent img.alignleft {
        margin: 0 5px 15px 0;
        display: inline;
        float: left
    }

    .wpContent img.aligncenter {
        display: block;
        margin: 0 auto 15px;
    }

    .wpContent img.alignnone {
        margin: 0 5px 15px 0;
    }

    .wpContent .wp-caption {
        max-width: 100% !important;
    }

    .wpContent .wp-caption-text {
        font-size: 1.1rem;
    }

    .wpContent strong {
        font-weight: bold !important;
    }

    .wpContent em {
        font-style: italic;
    }

    .wpContent ul {
        list-style-type: disc;
        margin-left: 20px;
        margin-bottom: 15px;
    }

    .wpContent ol {
        list-style-type: decimal;
        margin-left: 20px;
        margin-bottom: 15px;
    }

    .wpContent h1 {
        font-weight: bold;
        font-size: 1.8rem;
        margin-bottom: 15px;
    }

    .wpContent h2 {
        font-weight: bold;
        font-size: 1.6rem;
        margin-bottom: 15px;
    }

    .wpContent h3 {
        font-weight: bold;
        font-size: 1.4rem;
        margin-bottom: 15px;
    }

    .wpContent h4 {
        font-weight: bold;
        font-size: 1.3rem;
        margin-bottom: 15px;
    }

    .wpContent h5 {
        font-weight: bold;
        font-size: 1.2rem;
        margin-bottom: 15px;
    }

    .wpContent h6 {
        font-weight: bold;
        font-size: 1.1rem;
        margin-bottom: 15px;
    }

    .wpContent a {
        text-decoration: none;
    }

    .wpContent hr {
        margin-bottom: 15px;
    }

    .wpContent pre {
        font-size: 1.3rem;
        white-space: pre-wrap;
        word-break: break-all;
    }

    .video-container {
        position: relative;
        padding-top: 56.25%;
        margin: 0;
        width: 100%;
    }

    .video-container iframe,
    .video-container object,
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
}
