@charset "UTF-8";



.section {
	width: 970px!important;
	padding: 20px 0!important;
}

.information p {
	font-size: 14px!important;
}

.information b {
	font-size: 16px;
}

.information p.point {
	text-align: left;
	background: #eef;
	margin: 0 10px;
	padding: 10px 15px;
	border-radius: 5px;
	font-size: 13px!important;
	line-height: 1.7!important;
}


/* ----------------------------------------------- */

.voteList {
	margin: auto;
	padding: 15px 0;
}

.voteList li {
	float: left;
	padding: 0 17px;
}

.list01 {
	width: 900px;
}

.list02 {
	width: 720px;
}

#vote div {
	position: relative;
	width:  140px;
	margin:  0 0 10px 0;
	padding: 0;
	border: solid 3px #fab;
	border-radius: 5px;
	box-shadow: 1px 1px 2px #999;
}

#vote div img {
	border-radius: 5px 5px 0 0;
}

#vote div .rose {
	position: absolute;
	top: -20px;
	left: -20px;
}

.voteList li p.name {
	text-align: center;
	margin: auto;
	padding: 3px 0;
	background: #fef;
	border-top: dashed 1px #fab;
	border-radius: 0 0 5px 5px;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	text-shadow: 1px 1px 0 #fff;
	text-indent: 2em;
	color: #936;
}

.voteList li p.no {
	position: absolute;
	bottom: 1px;
	left: 1px;
	background: #f9a;
	padding: 4px;
	border-radius: 5px;
	font-size: 12px;
	font-weight: bold;
	text-shadow: none;
	color: #fff;
}


#vote div.hit {
	border: solid 3px #fc3;
}

#vote div.hit p.name {
	background: #ffd!important;
}

#vote div.hit p.no {
	background: #e60!important;
}


/* ----------------------------------------------- */

#vote {
	background: #ffe;
	border: 1px solid #fcb;
	border-radius: 10px;
	padding: 20px 0;
}


/* ----------------------------------------------- */

.border {
	width: 550px;
	margin: auto;
	padding: 20px 0 5px 0;
}

.border h5 {
	background: #ceb;
	border-radius: 5px;
	margin: 0;
	padding: 5px 0;
	color: #060;
}


/* ----------------------------------------------- */
