/*	投票ボタンCSS	*/
li.comment {
	position: relative;
}
.commentvote {
	display: inline-block;
	max-width: 200px;
	position: absolute;
	right: 20px;
	top: 10px;
}
.commentvote button {
	font-size: 13px;
	font-weight: bold;
	margin: 0 3px;
	padding: 0;
	width: 75px;
	height: 30px;
	border-radius: 20px;
	outline: none;
    background-color: #FFF;
    border: 1px solid #D7D7D7 !important;
    color: #555;
}
.votecount {
	font-size: 13px;
}
.commentvote button.disabled {
	background: #aaa;
	color: #fff;
}

/*	投票装飾CSS	*/
.comment.vote_normal {
}
.comment.vote_bad1 {
}
.comment.vote_bad2, div.commentbody.vote_ng {
}
.vote_good1 {
background-color: #f2fbff !important;
}
.comment.vote_good2 {
background-color: #FFFCD9 !important;
}
.comment.vote_good3 {
background-color: #FFF2ED !important;
}
.comment.vote_good4 {
background-color: #FFF2ED !important;
}
.comment.vote_good5 {
background-color: #FFF2ED !important;
}