@charset "UTF-8";

#illustTable {
	margin-top: 8px;
}

#illustTable .tableItem.likePoint,
#animationTable .tableItem.likePoint {
    border-top: 3px solid white; 
	border-bottom: 3px solid #5d8fb2;
	cursor: auto;
}

#illustTable .tableItem.likePoint span,
#animationTable .tableItem.likePoint span {
	color: #5d8fb2;
}

#illustTable .tableItem.likePoint span:before,
#animationTable .tableItem.likePoint span:before {
	color: #5d8fb2;
}

#illustTable .tableItem.artCount,
#animationTable .tableItem.artCount {
	cursor: pointer;
	border-top: none;
	border-bottom: none;
}

#illustTable .tableItem.artCount:hover,
#animationTable .tableItem.artCount:hover {
    border-top: 3px solid white; 
    border-bottom: 3px solid #5d8fb2; 
}

div.artistIconArea {
	vertical-align: top;
}

.search-no-like {
	font-size: 16px;
    text-align: left;
    line-height: 1;
    width: 80%;
    height: auto;
    margin: 31px auto 0;
}

