/* CSS Document */

@media screen and (max-width: 500px) {
	/*画像左寄り・右寄り＞500px以下は中央に*/
	.blog_text .img_right, .blog_text .img_right p {
	overflow: inherit;
}
	.blog_text .img_right img, .blog_text .img_left img{
		float: none;
		margin: 2em auto;
		display: block;
	}
}
/*blogtop_2.html用　不要の場合は削除*/
@media screen and (max-width: 450px) {
.blog_head_box {
	overflow: inherit;
}
	.blog_head_img, .blog_text, .blog_head_box p.koushin {
		float: none;
	}
	.blog_head_img {
		margin: 1em auto;
	}
	.blog_text {
		width:100%;
	}
}