.text_ellipsis {
white-space: nowrap;
text-overflow:ellipsis;
overflow:hidden;
}

.text_ellipsis_pc {
	display: block;
	overflow: hidden;
	word-break: keep-all;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.num_div {
	position: relative;
}

.num_div b {
	position:absolute;
	right:2px;
	top:2px;
	display:block;
	width:15px;
	line-height:15px;
	text-align:center;
	font-weight:400;
	height:15px;
	font-size:0.7em;
	color:#fff;
	border-radius:50%;
	background:#cf5863;
}

.red, a.red { color:#f26c6d;}