@charset "utf-8";
/*
Theme Name:kscb
*/

.article-l img {
	max-width: 100%;
	height: auto;
}

.post-thumb img {
	max-width: 100%!important;
	height: auto;
}

/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
img.alignleft , img.alignright {
	float: none!important;
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto 10px auto;	
}
}