.area-eyecatch{
	width: 480px;
	height: 330px;
	background: #000;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.area-eyecatch img{
	width: 480px;
	height: auto;
	margin: 0 auto;
}
.area-eyecatch .no-image{
	position: absolute;
	width: 100%;
	color: #fff;
	background: #000;
	font-size: 18px;
	line-height: 18px;
	top: 50%;
	margin: -9px auto 0;
}
.area-eyecatch .tags{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: left;
	font-size: 0;
}
.area-eyecatch .tags>.tag{
	display: inline-block;
	margin-right: 1px;
	background: #32000a;
	color: #fff;
	padding: 7px 10px;
	font-family: meiryo, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.post-item .textarea{
	width: 480px;
}
.post-item .textarea>.title{
	width: 300px;
	font-family: meiryo, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	margin-top: 25px;
	float: left;
}
.post-item .textarea>.overview{
	width: 300px;
	text-align: left;
	margin-top: 20px;
	float: left;
	font-family: meiryo, sans-serif;
	font-size: 16px;
	line-height: 24px;
}
.post-item .textarea>.button{
	float: right;
}
.post-item>a{
	font-size: 0;
}
.td-post{
	padding: 20px;
}
.td-post.col-odd>div{
	float: right;
}
.td-post.col-even>div{
	float: left;
}
