@charset "UTF-8";
/**
 * Stylesheet for single (Posts) page.
 * 
 * @package welko (based on kz-wpchild01)
 * @author K'z Style
 * 	Update 	1.0.0 2026/05/23 K'z Style k.miyazaki 1st Release
 */

.article_thumbnail {
    margin: 2em auto;
}
.post-thumbnail img {
    width: 100%;
    height: auto;
}
.article-content p {
    margin-bottom: 1.5em;
}
.article-content img {
    height: auto;
}
