<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: kyoudai3
*/

/* editor */

.the-content p {
    display: block;
    margin: 1em 0;
}

.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; }
.the-content .alignleft { float: left; }

.the-content img[class*="wp-image-"],
.the-content img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}

/* clearfix */

.clearfix {
    overflow: hidden;
    zoom: 1;
}

.clearfix:after,
.blog-text p:last-child::after {
    content: "";
    display: block;
    clear: both;
}

</pre></body></html>