/*エントリー*/
.news-post .entry-wrapper .entry-imgbox {
	display: inline-block;
	width: 300px;
}

.news-post .entry-wrapper .entry-imgbox {
	width: 300px;
}

.news-post .entry-wrapper .entry-imgbox a {
	width: 100%;
	height: auto;
	background-color: transparent;
}

.news-post .entry-wrapper .entry-img {
	width: 100%;
}

.news-post .entry-wrapper .entry-cont {
	width: 616px;
}


/*ナビゲーション*/
.nav-links {
	text-align: center;
	margin-top: 100px;
	margin-bottom: 100px;
}



@media ( max-width: 640px )
{
	.news-post .entry-wrapper .entry-imgbox {
		display: block;
		width: 434px;
		margin: 0px auto;
		float: none;
		overflow: hidden;
	}

	.news-post .entry-wrapper .entry-cont {
		display: block;
		width: 434px;
		margin: 0px auto;
		float: none;
	}

	.news-post .entry-wrapper .entry-img {
		margin-bottom: 8px;
	}
}