#laboPostBox .rankingBox td.detail a {
	display: inline-block;
	vertical-align: top;
	width: 62px;
	height: 30px;
	border-radius: 4px;
	background: #f0a5b9;
	background: -moz-linear-gradient(top, #f0a5b9 0%, #eb6f94 100%);
	background: -webkit-linear-gradient(top, #f0a5b9 0%,#eb6f94 100%);
	background: linear-gradient(to bottom, #f0a5b9 0%,#eb6f94 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0a5b9', endColorstr='#eb6f94',GradientType=0 );
	text-decoration: none;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
}