.next-prop-c .item {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.next-prop-c .items .item {
	padding: 8px;
	vertical-align: top;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.next-prop-c .items .item .img-c {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 120px;
}
.next-prop-c .items .item .img-c img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.next-prop-c .items .item .block-top {
	width: 100%;
	text-align: left;
	border: 2px solid #cccccc;
	padding: 4px;
}
.next-prop-c .items.is-hide-images .item .block-top {
	height: 100%;
}
.next-prop-c .items .item .block-top a {
	text-align: left;
}
.next-prop-c .items .item .block-bottom {
	margin-top: 8px;
	width: 100%;
}
.next-prop-c .items .item .block-bottom a {
	display: block;
	color: #888888;
}
.next-prop-c .items .item .name {
	line-height: 1.2;
}

.next-prop-c .items .item .block-top .link-c {
	min-height: 64px;
	text-decoration: none;
	text-align: center;
	color: inherit;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}