@charset "euc-jp";

* { box-sizing: border-box;}

/* ベース */
#ranking_box {
	width: 960px;
	margin: 0;
	padding: 0 0 15px 0;
	font-size: 100%;
	color: #52280F;
}

/* 見出し */
#ranking_box h2 {
	width: 100%;
	height: 180px;
	margin: 10px 0 0 0;
	padding: 0;
	border: none;
	background: url(https://www.will-gocon.net/research/geinoujin/img/2021/geinoujin2021result_mainimg.png) left top no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#ranking_box h2.shitakunai {
	background: url(https://www.will-gocon.net/research/img/geinoujin2016result_mainimg02.jpg) left top no-repeat;
}
.front_txt {
	width: 96%;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 123.1%;
	color: #0BBF8E;
	text-align: center;
}
.second_txt {
	width: 88%;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 98%;
	text-align: center;
	position: relative;
}

/* ナビ */
ul.ranking_navi {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
ul.ranking_navi li {
	display: inline-block;
	width: 23%;
	margin: 0;
	padding: 0;
}
ul.ranking_navi li a {
	display: block;
	width: 98%;
	margin: 5px auto;
	padding: 5px 0 5px 5px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #fff;
	background-image: -moz-linear-gradient(
		top,
		#FFDD70 0%,
		#FFDD70 49%,
		#FFD651 50%,
		#FFD651);
	background-image: -webkit-gradient(
		linear,
		left top,left bottom,
		from(#FFDD70),
		color-stop(0.49, #FFDD70),
		color-stop(0.50, #FFD651),
		to(#FFD651));
	-moz-box-shadow: 0px 1px 2px #CCC;
	-webkit-box-shadow: 0px 1px 2px #CCC;
	font-size: 146%;
	font-weight: bold;
	color: #fff;
	text-align: left;
	text-decoration: none;
	text-shadow: 1px 1px 3px #846B1B;
}
ul.ranking_navi li a:before {
	content: "";
	display: inline-block;
	width: 35px;
	height: 35px;
	margin-right: 7px;
	vertical-align: -35%;
	background-size: 35px auto;
}
.actor:before { background: url(https://www.will-gocon.net/research/img/icon_actor.png) left top no-repeat;}
.singer:before { background: url(https://www.will-gocon.net/research/img/icon_singer.png) left top no-repeat;}
.idol:before { background: url(https://www.will-gocon.net/research/img/icon_idol.png) left top no-repeat;}
.performer:before { background: url(https://www.will-gocon.net/research/img/icon_performer.png) left top no-repeat;}
.athlete:before { background: url(https://www.will-gocon.net/research/img/icon_athlete.png) left top no-repeat;}
.announcer:before { background: url(https://www.will-gocon.net/research/img/icon_announcer.png) left top no-repeat;}
.talent:before { background: url(https://www.will-gocon.net/research/img/icon_talent.png) left top no-repeat;}

/* ランキング */
.ranking_table {
	width: 48%;
	margin: 10px 1% 0;
	padding: 0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 3px solid #F1EAD3;
	background-color: #fff;
	-moz-box-shadow: 0px 2px 5px #F3EEDE;
	-webkit-box-shadow: 0px 2px 5px #F3EEDE;
	overflow: hidden;
	float: left;
}
.right_list:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	font-size: 0.01em;
	height: 0px;
	overflow: hidden;
}
.ranking_table .mttl {
	width: 100%;
	margin: 0;
	padding: 9px 0 5px 15px;
	background: #FFC300 url(https://www.will-gocon.net/research/img/ranking_mttl_bg.png) right -5px no-repeat;
	background-size: 60px auto;
	font-size: 153.9%;
	font-weight: bold;
	color: #fff;
	position: relative;
}
.ranking_table .hate_mttl {
	background: #C082F9 url(https://www.will-gocon.net/research/img/ranking_mttl_bg.png) right -5px no-repeat !important;
	background-size: 60px auto !important;
}
.ranking_table .mttl:before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 7px;
	vertical-align: -25%;
	background-size: 30px auto;
}
.hate_icon:before { background: url(https://www.will-gocon.net/research/img/icon_hate.png) left top no-repeat;}


dl.cont_name {
	display: table;
	width: 100%;
	border-top: 1px solid #F1EAD3;
	border-bottom: 1px solid #F1EAD3;
	color: #52280F;
}
dl.cont_name dt {
	display: table-cell;
	font-size: 93%;
	font-weight: bold;
	text-align: center;
}
dl.cont_name dd {
	display: table-cell;
	font-size: 116%;
	font-weight: normal;
}

dl.cont_name dt.rank {
	width: 10%;
	background-color: #F1EAD3;
}
dl.cont_name dd.man {
	width: 35%;
	padding: 3px 0 2px 7px;
	background-color: #0E95CD;
	color: #fff;
}
dl.cont_name dd.woman {
	width: 35%;
	padding: 2px 0 2px 7px;
	background-color: #FF6095;
	color: #fff;
}
dl.cont_name dd.vote {
	width: 10%;
	background-color: #F1EAD3;
	font-size: 93%;
	text-align: center;
}

dl.hate_cont_name dd.man {
	width: 45% !important;
}
dl.hate_cont_name dd.woman {
	width: 45% !important;
}

.ranking {
	width: 100%;
	margin: 0;
	padding: 0;
}
.ranking dl {
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
.ranking dl dt {
	width: 10%;
	padding: 5px 0;
	display: table-cell;
	font-size: 93%;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #F1EAD3;
	border-right: 1px solid #F1EAD3;
}
.ranking dl dt.top {
	font-size: 123.1%;
	font-weight: bold;
}
.ranking dl dt.gold {
	background: url(https://www.will-gocon.net/research/img/count_gold.png) 3px -4px no-repeat;
	background-size: 90% auto;
}
.ranking dl dt.silver {
	background: url(https://www.will-gocon.net/research/img/count_silver.png) 3px -4px no-repeat;
	background-size: 90% auto;
}
.ranking dl dt.bronze {
	background: url(https://www.will-gocon.net/research/img/count_bronze.png) 3px -4px no-repeat;
	background-size: 90% auto;
}
.fwB { font-weight: bold !important;}

.ranking dl dd {
	width: 35%;
	padding: 9px 0 7px 7px;
	display: table-cell;
	font-size: 108%;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #F1EAD3;
	border-right: 1px dotted #F1EAD3;
}
.ranking dl.hate_list dd {
	width: 45%;
	border-right: 1px solid #F1EAD3;
}
.fsb { font-size: 123.1% !important;}
.fss { font-size: 98% !important;}
.fsss { font-size: 93% !important;}
.fssss { font-size: 83% !important; font-weight: normal !important;}
.ranking dl dd.vote_num {
	width: 10%;
	padding: 7px 0;
	font-size: 93%;
	font-weight: normal;
	text-align: center;
	border-right: 1px solid #F1EAD3;
}
.ranking dl dd.right_cell {
	border-right: none;
}
.even_bg { background-color: #FFFAE9;}

.ranking dl.reason {
	display: table;
	width: 100%;
	height: 70px;
	margin: 0;
	padding: 0;
	border-bottom: 3px double #F1EAD3;
	border-collapse: collapse;
	table-layout: fixed;
}
.ranking dl.reason dt {
	width: 10%;
	padding: 5px 0;
	display: table-cell;
	font-size: 93%;
	font-weight: normal;
	text-align: center;
	border-bottom: 1px solid #F1EAD3;
	border-right: 1px solid #F1EAD3;
	box-sizing: content-box;
	vertical-align: middle;
}
.ranking dl.reason dd {
	width: 45%;
	padding: 7px 5px;
	display: table-cell;
	font-size: 90%;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #F1EAD3;
	border-right: 1px solid #F1EAD3;
	box-sizing: content-box;
}
.ranking dl.reason dd.right {
	border-right: none;
}

.comment {
	width: 96%;
	margin: 15px auto 10px;
	padding: 10px;
	border-radius: 10px 9px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #FFEEC5;
	background-color: #FDF9EF;
	font-size: 100%;
	text-align: left;
	line-height: 1.87;
	position: relative;
}
.comment:before {
	display: block;
	content: "";
	position: absolute;
	top: -2px;
	left: 50%;
	width: 10px;
	height: 10px;
	margin: -4px 0 0 0;
	border-top: solid 1px #FFEEC5;
	border-right: solid 1px #FFEEC5;
	background-color: #FDF9EF;
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}

.spacer10 {
	content: "";
	display: block;
	clear: both;
	width: 100%;
	height: 10px;
	margin: 0;
	padding: 0;
}

/* 総評 */
.all_comment {
	width: 90%;
	margin: 0 auto;
	padding: 15px 15px 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #FFEEC5;
	background-color: #fff;
	font-size: 108%;
	color: #52280F;
	line-height: 1.87;
	text-align: left;
	position: relative;
}
.all_comment p {
	font-size: 153.9%;
	font-weight: bold;
	color: #0BBF8E;
	text-shadow: 0px 0px 2px #fff;
	position: absolute;
	top: -18px;
	left: 0px;
}

/* したいアンケートボタン */
.unquet_btn {
	width: 320px;
	margin: 15px 0 10px;
	padding: 0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #fff;
	background-color: #ffba00;
}
.unquet_btn a {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 10px 0;
	font-size: 116%;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	position: relative;
}
.unquet_btn a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 7px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* したいアンケートボタン 上部 */
.unquet_btn_upper {
	width: 230px;
	margin: 10px 0;
	padding: 0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #fff;
	background-color: #ffba00;
}
.unquet_btn_upper a {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 10px;
	font-size: 90%;
	font-weight: bold;
	color: #fff;
	line-height: 1.27;
	text-align: left;
	text-decoration: none;
	position: relative;
}
.unquet_btn_upper a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 7px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* したくないアンケートボタン */
.non_unquet_btn {
	width: 320px;
	margin: 15px 0 10px;
	padding: 0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #fff;
	background-color: #CD7FDB;
}
.non_unquet_btn a {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 10px 0;
	font-size: 116%;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	position: relative;
}
.non_unquet_btn a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 7px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* したくないアンケートボタン 上部 */
.non_unquet_btn_upper {
	width: 260px;
	margin: 10px 0;
	padding: 0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #fff;
	background-color: #CD7FDB;
}
.non_unquet_btn_upper a {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 10px;
	font-size: 90%;
	font-weight: bold;
	color: #fff;
	line-height: 1.27;
	text-align: left;
	text-decoration: none;
	position: relative;
}
.non_unquet_btn_upper a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 7px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

/* アンケートデータ */
.unquet_data {
	width: 100%;
	margin: 10px 0;
	padding: 15px 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 93%;
	color: #666;
	text-align: center;
}

/* 過去のアンケート */
ul.past_unquet {
	width: 90%;
	margin: 15px auto 50px;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
ul.past_unquet li {
	display: inline-block;
	width: 20%;
	margin: 0 1% 0 0;
	padding: 0;
}
ul.past_unquet li.sttl {
	width: 25%;
	margin: 0;
	padding: 0;
	font-size: 98%;
	text-align: right;
}
ul.past_unquet li a {
	display: block;
	width: 100%;
	margin: 0;
	padding: 7px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 2px solid #fff;
	font-size: 108%;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
ul.past_unquet li.first a {
	background-color: #ffba00;
}
ul.past_unquet li.second a {
	background-color: #88cc00;
}
ul.past_unquet li.third a {
	background-color: #52280F;
}
ul.past_unquet li.forth a {
	background-color: #0BBF8E;
}
ul.past_unquet li.fifth a {
	background-color: #DB7093;
}
ul.past_unquet li.sixth a {
	background-color: #0b95bf;
}
ul.past_unquet li.seventh a {
	background-color: #FF8000;
}
ul.past_unquet li.eighth a {
	background-color: #AC58FA;
}
ul.past_unquet li.ninth a {
	background-color: #58ACFA;
}
ul.past_unquet li.tenth a {
	background-color: #B18904;
}
ul.past_unquet li.eleventh a {
	background-color: #F7819F;
}
ul.past_unquet li.twelfth a {
	background-color: #b05f3a;
}


/* 殿堂入り */
.legend_box {
	width: 50%;
	margin: 0 auto;
	padding: 2px;
	border-top: 3px double #ebd879;
	border-left: 3px double #ebd879;
	border-bottom: 3px double #e5bc60;
	border-right: 3px double #e5bc60;
	background-color: #fff;
}
.legend_box:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	font-size: 0.01em;
	height: 0px;
	overflow: hidden;
}
.legend_box img {
	float: left;
}
.legend_box ul {
	display: table;
	width: 68%;
	height: 80px;
	margin: 0;
	padding: 0;
}
.legend_box ul li {
	display: table-cell;
	width: 34%;
	margin: 0;
	padding: 5px 0 0 30px;
	background: url(https://www.will-gocon.net/research/img/icon_crown.png) 7px 45% no-repeat;
	background-size: 20% auto;
	font-size: 174%;
	font-weight: bold;
	color: #333;
	text-align: center;
	vertical-align: middle;
}
.legend_box ul li:first-of-type {
	padding: 5px 0 0 20px;
}
