@charset "euc-jp";
/********************************************************
週ベ意識調査
fanvote.css
*********************************************************
■週ベ意識調査
********************************************************/
.FanvoteWrap {
	background:#FFF;
	margin:0 0 0;
	padding:0 0 8px;
}

.FanvotePeriod {
	background:#EEEEEE;
	width:100%;
	text-align:left;
	padding-top:12px;
}

.FanvotePeriod li {
	display:inline-block;
	font-size:14px;
}

.FanvotePeriod li:first-child {
	background:#f44336;
	color:#FFF;
	font-weight:normal;
	padding:6px 10px 6px;
}

.FanvotePeriod li.votefinish {
	background:#2962ff;
}

.FanvotePeriod li:last-child {
	background:#19202A;
	text-align:center;
	color:#fff;
	position:relative;
	padding:6px 8px 6px;
}
.FanvotePeriod li:last-child:after {
	content: "";
	position: absolute;
	top: 0;
	right: -10px;
	margin-top: 0;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 26px 0 0 10px;
	border-color: transparent transparent transparent #19202A;
}
.FanvoteTitle {
	padding:8px;
	font-size:24px;
	font-weight:bold;
	line-height:32px;
	color:#212121;
}
.FanvoteImg{
	width:100%;
	text-align:center;
	font-size:0;
}
.FanvoteImg img{
	width:100%;
}
.FanvoteText {
	padding:12px 8px;
	font-size:18px;
	line-height:24px;
	word-break: normal;
}

.nextwordlead {
	word-break:keep-all;
}

.FanvoteNumber {
	font-weight:bold;
	text-align:center;
	font-size:22px;
	padding:0 8px 8px;
}
ul.FanvoteButton {
	margin:0x;
	padding:0 4px 4px;
	display:table;
	width:100%;
}
ul.FanvoteButton.VoteNow li {
	display:table-cell;
	padding:8px 4px;
	width:50%;
}
ul.FanvoteButton.VoteFinish li {
	padding:8px 4px;
}
ul.FanvoteButton li a {
	background:#1DA1F2;
	color:#fff;
	font-weight:normal;
	border:2px solid #1DA1F2;
	padding: 16px 8px;
	border-radius:4px;
	width:100%;
	display:block;
	text-align:center;
}

.FanvoteComWrap {
	margin: 2px 8px 8px;
	background:#19202A;
	color:#fff;
	padding:0 0 8px;
}
.FanvoteComWrap > a {
	display:block;
	color:#fff;
	font-weight:normal;
}
.FanvoteComWrap > a > p,
.FanvoteComWrap > p {
	padding:8px 8px 6px;
	font-size:18px;
	color:#fff;
	
}
.FanvoteComWrap .FanvoteComBox ul li {
	background:#fff;
	padding:8px;
	margin:0 8px 8px;
	color:#333;
}
.FanvoteComWrap .FanvoteComBox .nofancomment {
	background:#fff;
	padding:16px 8px;
	margin:0 8px 8px;
	color:#666;
}

.FanvoteSelect {
	border:1px solid #333;
	font-size:14px;
	padding:4px 6px;
	display:inline-block;
}

.FanvoteComment {
	padding:6px 0 8px;
	line-height:22px;
	word-wrap: break-word;
}

.FanvoteInfo {
	text-align:right;
	font-size:14px;
}

.FanvoteInfo span {
	font-weight:bold;
}


.FanvotecommentWrap {
	background:#777;
	padding:8px;
	margin:0 8px;
	color:#fff;
}
.FanvotecommentWrap .FanvotcommentBox {
	padding:4px 0;
	font-size:15px;
}
.Radiofanvoteselect {
	padding:12px 0;
}
.Radiofanvoteselect ul li {
	font-size:18px;
	line-height:24px;
	padding:0 0 12px 4px;
}
.Radiofanvoteselect ul li input {
	margin-right:10px;
}
.Fanvoteinput {
	padding-bottom:8px;
}
.Fanvoteinput input {
	width: 100%;
	margin: 12px 0;
	padding: 6px 4px 4px;
}

.Fanvoteinput p {
	font-size:14px;
	line-height:18px;
	padding:2px;
}

.FanvoteSubmit {
	margin:14px auto 20px;
	padding:0 8px;
	
}
.FanvoteSubmit input {
	-webkit-appearance: none;
	appearance: none;
	background: #1DA1F2;
	color: #fff;
	font-size:18px;
	font-weight: normal;
	border: 2px solid #1DA1F2;
	padding: 16px 8px;
	border-radius: 4px;
	width: 100%;
	display: block;
	text-align: center;
}

.FanvoteResultWrap {
	background:#fff;
	padding:8px;
}

.FanvoteResultWrap ul li {
	margin:8px 0;
	color:#fff;
	padding:18px 8px;
}
.FanvoteResultWrap ul li span {
	float:right;
}

.FanvoteSort {
	padding:0 8px 8px;
	font-size:14px;
	line-height:24px;
	color:#ccc;
}
.FanvoteSort a {
	color:#fff;
	font-weight:normal;
	padding:4px;
	word-break:keep-all;
}
.FanvoteSort a.Active {
	background:#0099FF;
	color:#FFF;
}

.FanvoteListWrap {
	background:#FFF;
	padding:0;
	margin:0;
}

.FanvoteListWrap ul li a {
	display: table;
	width: 100%;
	height: 100%;
	border-bottom:1px solid #ccc;
}

.FanvoteListWrap ul li a .FanvoteThumb {
	display: table-cell;
}
.FanvoteListWrap ul li a .FanvoteThumb > div {
	width: 125px;
	height: 105px;
	text-align: center;
	vertical-align: middle;
	background-color: #f3f3f3;
	background-size: cover;
	background-position: center;
	display: block;
}

.FanvoteListWrap ul li a .FanvoteListText {
	display: table-cell;
	vertical-align: top;
	width: 100%;
	position: relative;
	padding: 7px 8px 6px;
}

.FanvoteListWrap ul li a .FanvoteListText dl dt {
	overflow: hidden;
	vertical-align: middle;
	font-size: 17px;
	font-weight: bold;
	color: #333;
	line-height: 20px;
	white-space: normal;
	height: 70px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.FanvoteListWrap ul li a .FanvoteListText dl dd {
	display: block;
	font-size: 10px;
	line-height: 12px;
	height: 14px;
	color: #999;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	text-align: left;
	margin-bottom:4px;
}
.FanvoteListWrap ul li a .FanvoteListText dl dd span.votenow {
	background:#f44336;
	padding:2px 8px;
	border-radius:10px;
	color:#fff;
	margin-right:2px;
	display:inline-block;
}
.FanvoteListWrap ul li a .FanvoteListText dl dd span.votefinish {
	background:#2962ff;
	padding:2px 8px;
	border-radius:10px;
	color:#fff;
	margin-right:2px;
	display:inline-block;
}

