@charset "UTF-8";
/* CSS Document */

.radio {
	display: none;
}
 
.radio + .radio_image {
	border: 3px #ffffff solid;
	background-color: #ffffff;
}
.radio:checked + .radio_image {
	border: 3px #ff0000 solid;
	background-color: #ffffff;
}


#special_vote .vote_top {
	text-align: center;
	margin-bottom: 40px;
}
#special_vote .varea01 {
	margin-left: 40px;
	margin-bottom: 80px;
	width : 980px;
	height: 380px;
}
#special_vote .varea02 {
	float:left;
	margin-left: 40px;
	width : 880px;
	height: 60px;
	text-align: center;
}
#special_vote .varea_l {
	float:left;
	width : 420px;
}
#special_vote .varea_r {
	margin-left: 40px;
	float:left;
	width : 420px;
}
#special_vote .varea_na {
	width : 520px;
}
#special_vote .varea_l ul {
    list-style: none;
    width: 420px;
    height: 371px;
    float: left;
}
#special_vote .varea_l li{
	display: inline-block;
}

#special_vote .varea_r ul {
    list-style: none;
    width: 520px;
    height: 371px;
    float: left;
}
#special_vote .varea_r li{
	display: inline-block;
}

#special_vote .votebtn {
	border-width: 0px;
	background-color: #ffffff;
}

#special_vote .f60 {
	font-size : 60px;
}
#special_vote .f24 {
	font-size : 24px;
}
#special_vote .f16 {
	font-size : 16px;
}
#special_vote .f12 {
	font-size : 12px;
}
#special_vote .fbold{
	font-weight: bold;
}
#special_vote .fblue{
	color: #389deb;
}
#special_vote .fred{
	color: #ff0000;
}

#special_vote .msov :hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


#special_vote .box_hi {
	background-color: #f78e59;
	color: #ffffff;
	border-radius: 8px 8px 0 0;
	width: 410px;
	font-size : 24px;
	text-align: center;
}
#special_vote .box_rr {
	background-color: #b1db3b;
	color: #ffffff;
	border-radius: 8px 8px 0 0;
	width: 400px;
	font-size : 24px;
	text-align: center;
}
#special_vote .box_si {
	background-color: #5fd0d4;
	color: #ffffff;
	border-radius: 8px 8px 0 0;
	width: 400px;
	font-size : 24px;
	text-align: center;
}
#special_vote .box_na {
	background-color: #95a4e5;
	color: #ffffff;
	border-radius: 8px 8px 0 0;
	width: 515px;
	font-size : 24px;
	text-align: center;
}
#special_vote .box_ki {
	background-color: #ff99a0;
	color: #ffffff;
	border-radius: 8px 8px 0 0;
	width: 410px;
	font-size : 24px;
	text-align: center;
}
#special_vote .box_ri {
	background-color: #ffc838;
	color: #ffffff;
	border-radius: 8px 8px 0 0;
	width: 410px;
	font-size : 24px;
	text-align: center;
}

#special_vote .msov2 {
	width: 134px;
	text-align: center;
	float:left;
	padding-bottom:30px;
}
#special_vote .msov3 {
	width: 103px;
	text-align: center;
	float:left;
	padding-bottom:30px;
}


#special_vote .msov .img_h {
	margin: 0 6px 0 0;
}

