/* アンテナシェア コメント投票de文字装飾 www.antennash.com */
/* 投票数が0、又は+と-の評価が同数の場合はあなたのブログのデフォルト文字装飾になります */

/* 人気レベル 1〜7 */
.antennash_comvote_lv1 {
	color: #000000;
	font-size: 22px;
	font-weight: bold;
        line-height: 125%;
}
.antennash_comvote_lv2 {
	color: #0000ff;
	font-size: 24px;
	font-weight: bold;
        line-height: 125%;
}
.antennash_comvote_lv3 {
	color: #ff0000;
	font-size: 26px;
	font-weight: bold;
        line-height: 150%;
}
.antennash_comvote_lv4 {
	color: #ff6600;
	font-size: 28px;
	font-weight: bold;
        line-height: 150%;
}
.antennash_comvote_lv5 {
	color: #ff00ff;
	font-size: 30px;
	font-weight: bold;
        line-height: 150%;
}
.antennash_comvote_lv6 {
	color: #0000ff;
	font-size: 32px;
	font-weight: bold;
        line-height: 150%;
}
.antennash_comvote_lv7 {
	color: #ff0000;
	font-size: 34px;
	font-weight: bold;
        line-height: 150%;
}

/* 人気レベル -1〜-3(マイナス) */
.antennash_comvote_lv-1 {
	font-size: 10px;
}
.antennash_comvote_lv-2 {
	font-size: 9px;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.antennash_comvote_lv-3 {
	font-size: 8px;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

/* 投票数表示、バー、投票ボタン全体 */
.antennash_comvote_form {
	padding: 2px 4px;
	overflow: hidden;
}
/* 投票数表示(Good) */
.antennash_comvote_rate_g {
	color: #000000;
	float :right;
	margin-right: 1px;
	height: 16px;
	font-size: 12px;
}
/* 投票数表示(Bad) */
.antennash_comvote_rate_b {
	float :right;
	margin-right: 1px;
	height: 16px;
	font-size: 12px;
}
/* 投票数バー(Good) */
.antennash_comvote_bar_g {
	float :right;
	margin-right: 2px;
	height: 16px;
	background: #8DC67E;
	background: -webkit-gradient(linear, left top, left bottom, from(#8DC67E), to(#4E993B));
	background: -webkit-linear-gradient(top, #000080, #000080);
	background: -moz-linear-gradient(top, #000080, #000080);
	background: -ms-linear-gradient(top, #000080, #000080);
	background: -o-linear-gradient(top, #000080, #000080);
	background-image: -ms-linear-gradient(top, #000080 0%, #000080 100%);
}
/* 投票数バー(Bad) */
.antennash_comvote_bar_b {
	float :right;
	margin-right: 2px;
	height: 16px;
	background: #8b0000;
}
/* 投票ボタンエリア */
.antennash_comvote_btbox {
	float :right;
	margin: 0;
}

/* 投票ボタンデザイン */
.antennash_comvote_button {
	width: 100px;
	height: 22px;
	border: 1px solid #000080;
	background: #0cb0e0;
	color: #000080;
	padding: auto;
	font-size: 12px;
	text-decoration: none;
	vertical-align: middle;
}
.antennash_comvote_button:hover {
	background: #000080;
	color: #fff;
}
.antennash_comvote_button:active {
	background: #EDF5EC;
	color: #4D983B;
}

/* ポップアップレス(超高速版のみ) */
.popstyle {
display: none;
position: absolute;
}
#antenash_comvote a:hover {
position:relative;
text-decoration:none;
}
a:hover .popstyle {
top: 2em;
left: 2em;
display: block;
width: 600px;
padding: 4px 0 10px 20px;
border: #333 1px solid;
background-color:#fff;
border-radius:4px;
-webkit-border-radius:4px;
-moz-border-radius:4px;
color:#333 !important;
font-size:12pt !important;
font-weight:normal !important;
}