@charset "utf-8";
/*
Theme Name: the yukawa 2025
*/

/* 自動改行への対応 */
.post-body p {
	margin-top: 2em;
	margin-bottom: 2em;
}
.post-body p:first-child {
	margin-top: 0;
}
.post-body p:last-child {
	margin-bottom: 0;
}

