@charset "UTF-8";
/*
Theme Name: kabunotes Theme
Theme URI: https://webflags.net/
Description: Child theme for the Xeory
Template: xeory_base
Version: 0.1.0
*/
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
}

figure {
	margin-bottom: 2em;
}

.post-content p {
	margin-bottom: 2em;
	line-height: 2rem;
}
.post-loop-wrap .post-content {
	padding-bottom: 50px;
}
.post-loop-wrap .post-thumbnail {
	height: auto;
	margin-bottom: 0;
}
.post-thumbnail.full {
	margin-left: 0;
	margin-bottom: 2em;
}

/* sidebar */
.side-widget-area h2 {
	font-size: 16px;
}



/* footer */
.footer-copy-etc {
	font-size: 12px;
	color: #999;
}

@media screen and (max-width: 1200px) {
	.post-loop-wrap .post-thumbnail {
	margin-bottom: 20px;
}
}