/* blog-entry block */
.blog-entry__main {
	width: 564px;
	height: 136px;
	display: table-cell;
	vertical-align: middle;
}

.blog-entry:last-of-type .blog-entry__main {
	border: none;
}

.blog-entry__container .list-item__img--right {
	padding: 16px 0;
}

.link.blog-entry__title {
	height: initial;
	max-height: 56px;
	vertical-align: top;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 28px;
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}

.blog-entry__title .icon--amember {
	margin-right: 4px;
	color: #2d8c3c;
}

.blog-entry__content {
	margin-top: 12px;
}

.blog-entry__theme {
	line-height: 20px;
	color: #757575;
	font-size: 1.2rem;
}

.blog-entry__sub {
	height: 20px;
	line-height: 20px;
	font-size: 1.2rem;
	color: #757575;
}

/* blog-counter block */
.blog-counter {
	height: 20px;
	float: right;
}

.link.blog-counter__item {
	display: inline;
}

.link.blog-counter__item:nth-of-type(n + 2) {
	margin-left: 8px;
}

.link.blog-counter__item .icon{
	margin-right: 4px;
}
