/* CSS Document */
h4 {}
h5 {
	font-size: 1.2em;
	margin: 0 0 1em;
}
/*------------------*/
.nextReadBox > input {
	display: none;
}
.blog_box a {
	display: inline-block;
	text-decoration: underline;
}
/*画像左寄り*/
.blog_text .img_right {
	overflow: hidden;
	margin: 2em 0;
}
.blog_text .img_right p {
	overflow: hidden;
}
.blog_text .img_right img {
	float: right;
	margin-left: 25px;
}
/*画像右寄り*/
.blog_text .img_left {
	overflow: hidden;
	margin: 2em 0;
}
.blog_text .img_left p {
	overflow: hidden;
}
.blog_text .img_left img {
	float: left;
	margin-right: 25px;
}
/*画像中央*/
.blog_text .img_center {
	margin: 2em auto;
}
.blog_text .img_center img {
	text-align: center;
	margin: 2em auto;
	display: block;
}
.blog_text p.nittei {
	margin: 2em 0;
}

/*blog個別記事用*/
.blogtop {
	margin: 2em 0;
	text-align: right;
}.blogtop a {
	text-decoration: underline;
}