/*
Theme Name: アサヒホームロッカー_20251016
Author: 旭倉庫株式会社
*/

/* editor */

.the-content p {
    display: block;
    margin: 1em 0;
    word-break: break-all;
}
.the-content strong { font-weight: bold; }
.the-content em { font-style: italic; }
.the-content blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}

/* img */

.the-content .aligncenter {
    display: block;
    margin: 0 auto;
}
.the-content .alignright {
    float: right;
    margin: 0.5em 0 0.5em 0.5em;
}
.the-content .alignleft {
    float: left;
    margin: 0.5em 0.5em 0.5em 0;
}

.the-content img[class*="wp-image-"],
.the-content img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}

/* clearfix */

.clearfix {
    overflow: hidden;
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}