@charset "utf-8";
/* CSS Document */

/* ------------------------------
single.php
------------------------------ */
.single-thumb img{
	width: 100%;
	object-fit: cover;
	height: 200px;
}
section.entry{
	box-sizing: border-box;
	padding: 0 30px !important;
	margin: -60px 0 0 0 !important;
	background-color: transparent !important;
}
.entry-box{
	background-color: #fff;
	padding: 10px;
}
.entry-box img{
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	display: block;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	box-sizing: border-box;
}
@media screen and (min-width : 600px) {
	.entry-box img{
		padding: 20px;
	}
}