ul,
ol,
menu {
	list-style: none;
}

fieldset,
img {
	border: 0;
}

img,
object,
select,
input,
textarea,
button {
	vertical-align: middle;
}

.keywords-bar {
	margin-top: 30px;
	margin-bottom: 20px;
}

.keywords-bar li {
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}

.keywords-bar li a {
	padding: 5px 5px 5px 24px;
	background: url('/img/t01cf5c59eff36fe3ed.png') 6px center no-repeat;
	border: 1px solid #ddd;
	border-radius: 3px;
	color: #a0a0a0;
	text-decoration: none;
}

.keywords-bar li a:hover {
	background-color: #f5f5f5;
}


.vote {
	overflow: hidden;
	text-align: center;

}

.vote ul {
	margin-left: -30px;

}

.vote li {
	width: 74px;
	float: left;
	text-align: center;
	position: relative;
	height: 325px;
	margin-left: 30px;
}

.vote li p {
	font-size: 16px;
	color: #666;
}

.vote li .votes,
.vote li .duck-container {
	position: absolute;
	width: 100%;
}

.vote li .votes {
	bottom: 120px;
}

.vote li .votes .bar {
	width: 30px;
	background: #ccc;
	margin: 0 auto;
	transition: .2s;
}

.vote li .duck-container {
	height: 120px;
	bottom: 0;
}

.vote li .duck {
	margin: 15px auto;
	cursor: pointer;
}

.vote li .duck:hover {
	animation: mood-shake .1s 0s 3 alternate backwards;
}

.vote li.on .votes p {
	color: #f67136;
}

.vote li.on .votes .bar {
	background: #ffde00;
}

.duck {
	background: url('/img/duck.png') no-repeat;
	display: block;
	width: 64px;
	height: 64px;
}

.duck_h {
	background-position: -10px -10px;
}

.duck_w {
	background-position: -94px -10px;
}

.duck_j {
	background-position: -10px -94px;
}

.duck_s {
	background-position: -94px -94px;
}

.duck_ha {
	background-position: -178px -10px;
}

.duck_m {
	background-position: -178px -94px;
}

.duck_b {
	background-position: -10px -178px;
}

@-moz-keyframes mood-ball {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-10px);
	}
}

@-webkit-keyframes mood-ball {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-10px);
	}
}

@-o-keyframes mood-ball {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-10px);
	}
}

@keyframes mood-ball {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-10px);
	}
}

@-moz-keyframes mood-shake {

	0%,
	100% {
		transform: translateX(0);
	}

	50% {
		transform: translateX(-5px);
	}
}

@-webkit-keyframes mood-shake {

	0%,
	100% {
		transform: translateX(0);
	}

	50% {
		transform: translateX(-5px);
	}
}

@-o-keyframes mood-shake {

	0%,
	100% {
		transform: translateX(0);
	}

	50% {
		transform: translateX(-5px);
	}
}

@keyframes mood-shake {

	0%,
	100% {
		transform: translateX(0);
	}

	50% {
		transform: translateX(-5px);
	}
}

@media screen and (max-width:480px) {
	.vote ul {
		margin-left: -15px;
	}

	.vote li {
		width: 37px;
		float: left;
		text-align: center;
		position: relative;
		height: 182px;
		margin-left: 15px;
	}

	.vote li p {
		font-size: 12px;
		color: #666;
	}

	.vote li .votes,
	.vote li .duck-container {
		position: absolute;
		width: 100%;
	}

	.vote li .votes {
		bottom: 60px;
	}

	.vote li .votes .bar {
		width: 15px;
		background: #ccc;
		margin: 0 auto;
		transition: .2s;
	}

	.vote li .duck-container {
		height: 60px;
		bottom: 0;
	}

	.vote li .duck {
		margin: 5px auto;
		cursor: pointer;
	}

	.duck {
		background: url('/img/duck-m.png') no-repeat;
		display: block;
		width: 32px;
		height: 32px;
	}


	.duck_h {
		background-position: -5px -5px;
	}

	.duck_w {
		background-position: -47px -5px;
	}

	.duck_j {
		background-position: -5px -47px;
	}

	.duck_s {
		background-position: -47px -47px;
	}

	.duck_ha {
		background-position: -89px -5px;
	}

	.duck_m {
		background-position: -89px -47px;
	}

	.duck_b {
		background-position: -5px -89px;
	}
}



/*ÆÀÂÛ*/

.title-text {
	text-align: center;
	height: 35px;
	position: relative;
}

.title-text span::before {
	left: 0;
}

.title-text span::after {
	right: 0;
}

.title-text span::after {
	content: "";
	position: absolute;
	top: 50%;
	background: #ccc none repeat scroll 0% 0%;
	width: 90%;
	height: 1px;
}

.pinglunlist ul li {
	line-height: 30px;
	overflow: hidden;
	padding: 15px 15px 15px 15px;
	border-bottom: 1px #ccc dotted;
	font-size: 14px;
	line-height: 24px;
}

.pinglunlist ul li .pltitle,
.pinglunlist ul li .pldate {
	color: rgb(140, 140, 140);
}

.pinglunlist ul li .pldate {
	padding-top: 5px;
}

.pinglunlist ul li .plcontent {
	font-size: 16px;
}

.pinglunlist .plinput {
	box-sizing: border-box;
	padding: 0 15px 0 15px;
}

.pinglunlist .plinput textarea {
	padding: 5px;
	box-sizing: border-box;
	width: 100%;
	height: 100px;
}

.btnsubmit {
	padding: 0px 15px;
	float: right;
	color: white;
	background-color: #f3005c;
	border-color: white;
}