@charset "utf-8";

/* 投票数表示、バー、投票ボタン全体 */
.comvote_form {
	text-align: right;
	padding: 2px 4px;
	overflow: hidden;
}
/* 投票数表示(Good) */
.comvote_rate_g {
	color: #3498db;
	float :right;
	margin-top: 4px;
	margin-right: 1px;
	height: 14px;
	font-size: 12px;
}
/* 投票数表示(Bad) */
.comvote_rate_b {
	float :right;
	margin-top: 4px;
	margin-right: 1px;
	height: 14px;
	font-size: 12px;
}
/* 投票数バー(Good) */
.comvote_bar_g {
	float :right;
	margin-top: 4px;
	margin-right: 2px;
	height: 14px;
	background: #3498db;
}
/* 投票数バー(Bad) */
.comvote_bar_b {
	float :right;
	margin-top: 4px;
	margin-right: 2px;
	height: 14px;
	background: #dddddd;
}
/* 投票ボタンエリア */
.comvote_btbox {
	float :right;
	margin: 0;
}

/* 投票ボタンデザイン */
.comvote_button {
	min-width: 100px !important;
	height: 22px !important;
	border-width: 1px !important;
	border-style: solid !important;
	border-color: #3498db !important;
	color: #3498db !important;
	font-size: 12px !important;
	line-height: 12px !important;
	padding: 4px 2px !important;
	text-decoration: none !important;
	vertical-align: middle !important;
	background: #FFFFFF !important;
	border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
}
.comvote_button:hover {
	background: #3498db !important;
	color: #fff !important;
}

/* スペーサー */
.comvote_spacer {
	height: 10px;
}

/* 完了メッセージ */
.comvote_mes {
	text-align: right;
	font-size: 9px;
	color: #999999;
}
