@charset "utf-8";

.sub_subject{
	position: relative;
}
.sub_subject .sub_subject_button{
	position: absolute;
	top: 5px;
	right: 5px;
	min-width: 100px;
    font-size: 10px;
    padding: 3px 10px 3px 10px;
}

.sub_subject_button{
	min-width: 200px;
	padding: 10px 20px 10px 20px;
    background: linear-gradient(#ffafd5, #e64492);
    border: 2px solid #fff;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    text-shadow: -2px -2px 0 #e370a7, -2px -1px 0 #e370a7, -2px 0px 0 #e370a7, -2px 1px 0 #e370a7, -2px 2px 0 #e370a7, -1px -2px 0 #e370a7, -1px -1px 0 #e370a7, -1px 0px 0 #e370a7, -1px 1px 0 #e370a7, -1px 2px 0 #e370a7, 0px -2px 0 #e370a7, 0px -1px 0 #e370a7, 0px 1px 0 #e370a7, 0px 2px 0 #e370a7, 1px -2px 0 #e370a7, 1px -1px 0 #e370a7, 1px 0px 0 #e370a7, 1px 1px 0 #e370a7, 1px 2px 0 #e370a7, 2px -2px 0 #e370a7, 2px -1px 0 #e370a7, 2px 0px 0 #e370a7, 2px 1px 0 #e370a7, 2px 2px 0 #e370a7;
    text-align: center;
}
.sub_subject > div::before{
	content: "★ ";
    color: #e74492;
    font-size: 16px;
    line-height: 22px;
}

.ranking_event{
	
}
.message .ranking_event img{
	max-width: 400px;
	margin: 0 5px;
}
.ranking_event_name{
	font-size: 22px;
	color: #fff;
	text-shadow: -2px -2px 0 #e370a7, -2px -1px 0 #e370a7, -2px 0px 0 #e370a7, -2px 1px 0 #e370a7, -2px 2px 0 #e370a7, -1px -2px 0 #e370a7, -1px -1px 0 #e370a7, -1px 0px 0 #e370a7, -1px 1px 0 #e370a7, -1px 2px 0 #e370a7, 0px -2px 0 #e370a7, 0px -1px 0 #e370a7, 0px 1px 0 #e370a7, 0px 2px 0 #e370a7, 1px -2px 0 #e370a7, 1px -1px 0 #e370a7, 1px 0px 0 #e370a7, 1px 1px 0 #e370a7, 1px 2px 0 #e370a7, 2px -2px 0 #e370a7, 2px -1px 0 #e370a7, 2px 0px 0 #e370a7, 2px 1px 0 #e370a7, 2px 2px 0 #e370a7;
	margin: 0 10px;
}
table.ranking_event_term{
	border: 2px solid #8c8c8c;
	border-radius: 3px;
	font-size: 12px;
	margin: 10px 5px auto auto;
}
table.ranking_event_term th{
	padding: 3px 10px 3px 10px;
	color: #8c8c8c;
}
table.ranking_event_term td{
	padding: 3px 10px 3px 10px;
	color: #ffffff;
	background-color: #8c8c8c;
}
.message hr{
	border-top: solid 1px #e74492;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 20px 0px 20px 0px;
}

.ranking_unit{
	position: relative;
	height: 92px;
	margin: 5px 8px 0 8px;
	border: 2px solid #e370a7;
	border-radius: 7px;
	font-size: 16px;
	color: #fff;
	text-shadow: -2px -2px 0 #e370a7, -2px -1px 0 #e370a7, -2px 0px 0 #e370a7, -2px 1px 0 #e370a7, -2px 2px 0 #e370a7, -1px -2px 0 #e370a7, -1px -1px 0 #e370a7, -1px 0px 0 #e370a7, -1px 1px 0 #e370a7, -1px 2px 0 #e370a7, 0px -2px 0 #e370a7, 0px -1px 0 #e370a7, 0px 1px 0 #e370a7, 0px 2px 0 #e370a7, 1px -2px 0 #e370a7, 1px -1px 0 #e370a7, 1px 0px 0 #e370a7, 1px 1px 0 #e370a7, 1px 2px 0 #e370a7, 2px -2px 0 #e370a7, 2px -1px 0 #e370a7, 2px 0px 0 #e370a7, 2px 1px 0 #e370a7, 2px 2px 0 #e370a7;
	background: linear-gradient(#ffffff, #ffe2f0);
}
.ranking_unit.first  { height: 112px; background: linear-gradient(#ffcee5, #ffadd4); }
.ranking_unit.second { height: 112px; background: linear-gradient(#ffcee5, #ffadd4); }
.ranking_unit.third  { height: 112px; background: linear-gradient(#ffcee5, #ffadd4); }

.ranking_unit_fan_link{
	position: absolute;
	top: -10px;
	right: 0px;
	width: 53px;
}
.ranking_unit_fan_link img{
	width: 100%;
}

.ranking_unit_icon{
	position: absolute;
	top: 9px;
	left: 18px;
	border: 2px solid #e370a7;
}
.ranking_unit.first  .ranking_unit_icon{ left: 8px; border: solid 3px #ffe552; }
.ranking_unit.second .ranking_unit_icon{ left: 8px; border: solid 3px #bcbcbc; }
.ranking_unit.third  .ranking_unit_icon{ left: 8px; border: solid 3px #ce7824; }

.ranking_unit_icon img{ max-width: 68px; }
.ranking_unit.first  .ranking_unit_icon img{ max-width: 85px; }
.ranking_unit.second .ranking_unit_icon img{ max-width: 85px; }
.ranking_unit.third  .ranking_unit_icon img{ max-width: 85px; }

.ranking_unit_icon div{
	width: 68px;
	height: 68px;
	background-color:white;
	background-image: url(../img/common/header_logo.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 20px;
}
.ranking_unit.first  .ranking_unit_icon div{ width: 85px; height: 85px; }
.ranking_unit.second .ranking_unit_icon div{ width: 85px; height: 85px; }
.ranking_unit.third  .ranking_unit_icon div{ width: 85px; height: 85px; }

.ranking_unit_name{
	position: absolute;
	top: 7px;
	left: 116px;
	font-size: 14px;
}
.ranking_unit.first  .ranking_unit_name { top: 10px; font-size: 18px; }
.ranking_unit.second .ranking_unit_name { top: 10px; font-size: 18px; }
.ranking_unit.third  .ranking_unit_name { top: 10px; font-size: 18px; }

.ranking_unit_rank{
	position: absolute;
	bottom: 40px;
	left: 120px;
}
.ranking_unit.first  .ranking_unit_rank { bottom: 45px; }
.ranking_unit.second .ranking_unit_rank { bottom: 45px; }
.ranking_unit.third  .ranking_unit_rank { bottom: 45px; }

.ranking_unit th{
	border-bottom: solid 1px #e370a7;
	vertical-align: bottom;
}
.ranking_unit.first  th{ border-bottom: solid 1px #ffe552; text-shadow: -2px -2px 0 #e19c08, -2px -1px 0 #e19c08, -2px 0px 0 #e19c08, -2px 1px 0 #e19c08, -2px 2px 0 #e19c08, -1px -2px 0 #e19c08, -1px -1px 0 #e19c08, -1px 0px 0 #e19c08, -1px 1px 0 #e19c08, -1px 2px 0 #e19c08, 0px -2px 0 #e19c08, 0px -1px 0 #e19c08, 0px 1px 0 #e19c08, 0px 2px 0 #e19c08, 1px -2px 0 #e19c08, 1px -1px 0 #e19c08, 1px 0px 0 #e19c08, 1px 1px 0 #e19c08, 1px 2px 0 #e19c08, 2px -2px 0 #e19c08, 2px -1px 0 #e19c08, 2px 0px 0 #e19c08, 2px 1px 0 #e19c08, 2px 2px 0 #e19c08; }
.ranking_unit.second th{ border-bottom: solid 1px #bcbcbc; text-shadow: -2px -2px 0 #939393, -2px -1px 0 #939393, -2px 0px 0 #939393, -2px 1px 0 #939393, -2px 2px 0 #939393, -1px -2px 0 #939393, -1px -1px 0 #939393, -1px 0px 0 #939393, -1px 1px 0 #939393, -1px 2px 0 #939393, 0px -2px 0 #939393, 0px -1px 0 #939393, 0px 1px 0 #939393, 0px 2px 0 #939393, 1px -2px 0 #939393, 1px -1px 0 #939393, 1px 0px 0 #939393, 1px 1px 0 #939393, 1px 2px 0 #939393, 2px -2px 0 #939393, 2px -1px 0 #939393, 2px 0px 0 #939393, 2px 1px 0 #939393, 2px 2px 0 #939393; }
.ranking_unit.third  th{ border-bottom: solid 1px #ce7824; text-shadow: -2px -2px 0 #af5e10, -2px -1px 0 #af5e10, -2px 0px 0 #af5e10, -2px 1px 0 #af5e10, -2px 2px 0 #af5e10, -1px -2px 0 #af5e10, -1px -1px 0 #af5e10, -1px 0px 0 #af5e10, -1px 1px 0 #af5e10, -1px 2px 0 #af5e10, 0px -2px 0 #af5e10, 0px -1px 0 #af5e10, 0px 1px 0 #af5e10, 0px 2px 0 #af5e10, 1px -2px 0 #af5e10, 1px -1px 0 #af5e10, 1px 0px 0 #af5e10, 1px 1px 0 #af5e10, 1px 2px 0 #af5e10, 2px -2px 0 #af5e10, 2px -1px 0 #af5e10, 2px 0px 0 #af5e10, 2px 1px 0 #af5e10, 2px 2px 0 #af5e10; }

.ranking_unit_rank th div{
	width: 62px;
	height: 18px;
    font-size: 10px;
    padding: 3px 0 0 0;
	border-radius: 5px 5px 0 0;
}
.ranking_unit.first  th div{ background-color: #ffe552; }
.ranking_unit.second th div{ background-color: #bcbcbc; }
.ranking_unit.third  th div{ background-color: #ce7824; }

.ranking_unit_rank td div{
	margin-bottom: -3px;
}

.ranking_unit td{
    font-size: 16px;
	width: 80px;
	border-bottom: solid 1px #e370a7;
	text-align: center;
}
.ranking_unit.first  td{ font-size: 20px; border-bottom: solid 1px #ffe552; text-shadow: -2px -2px 0 #e19c08, -2px -1px 0 #e19c08, -2px 0px 0 #e19c08, -2px 1px 0 #e19c08, -2px 2px 0 #e19c08, -1px -2px 0 #e19c08, -1px -1px 0 #e19c08, -1px 0px 0 #e19c08, -1px 1px 0 #e19c08, -1px 2px 0 #e19c08, 0px -2px 0 #e19c08, 0px -1px 0 #e19c08, 0px 1px 0 #e19c08, 0px 2px 0 #e19c08, 1px -2px 0 #e19c08, 1px -1px 0 #e19c08, 1px 0px 0 #e19c08, 1px 1px 0 #e19c08, 1px 2px 0 #e19c08, 2px -2px 0 #e19c08, 2px -1px 0 #e19c08, 2px 0px 0 #e19c08, 2px 1px 0 #e19c08, 2px 2px 0 #e19c08; }
.ranking_unit.second td{ font-size: 20px; border-bottom: solid 1px #bcbcbc; text-shadow: -2px -2px 0 #939393, -2px -1px 0 #939393, -2px 0px 0 #939393, -2px 1px 0 #939393, -2px 2px 0 #939393, -1px -2px 0 #939393, -1px -1px 0 #939393, -1px 0px 0 #939393, -1px 1px 0 #939393, -1px 2px 0 #939393, 0px -2px 0 #939393, 0px -1px 0 #939393, 0px 1px 0 #939393, 0px 2px 0 #939393, 1px -2px 0 #939393, 1px -1px 0 #939393, 1px 0px 0 #939393, 1px 1px 0 #939393, 1px 2px 0 #939393, 2px -2px 0 #939393, 2px -1px 0 #939393, 2px 0px 0 #939393, 2px 1px 0 #939393, 2px 2px 0 #939393; }
.ranking_unit.third  td{ font-size: 20px; border-bottom: solid 1px #ce7824; text-shadow: -2px -2px 0 #af5e10, -2px -1px 0 #af5e10, -2px 0px 0 #af5e10, -2px 1px 0 #af5e10, -2px 2px 0 #af5e10, -1px -2px 0 #af5e10, -1px -1px 0 #af5e10, -1px 0px 0 #af5e10, -1px 1px 0 #af5e10, -1px 2px 0 #af5e10, 0px -2px 0 #af5e10, 0px -1px 0 #af5e10, 0px 1px 0 #af5e10, 0px 2px 0 #af5e10, 1px -2px 0 #af5e10, 1px -1px 0 #af5e10, 1px 0px 0 #af5e10, 1px 1px 0 #af5e10, 1px 2px 0 #af5e10, 2px -2px 0 #af5e10, 2px -1px 0 #af5e10, 2px 0px 0 #af5e10, 2px 1px 0 #af5e10, 2px 2px 0 #af5e10; }

.ranking_unit_ratio{
	position: absolute;
	bottom: 40px;
	left: 275px;
}
.ranking_unit.first  .ranking_unit_ratio { bottom: 46px; }
.ranking_unit.second .ranking_unit_ratio { bottom: 46px; }
.ranking_unit.third  .ranking_unit_ratio { bottom: 46px; }

.ranking_unit_ratio th div{
	width: 62px;
	height: 18px;
    font-size: 10px;
    padding: 3px 0 0 0;
	border-radius: 5px 5px 0 0;
}

.ranking_unit_ratio td{
    font-size: 16px;
	width: 80px;
	text-align: center;
}

.ranking_unit_ratio td div{
	margin-bottom: -3px;
}

.ranking_unit_gauge{
	position: absolute;
	bottom: 9px;
	left: 120px;
	width: 298px;
	height: 24px;
	background-color: #ffffff;
	border: solid 1px #e370a7;
	border-radius: 20px;
	overflow: hidden;
}
.ranking_unit_gauge div{
	height: 24px;
	background-color:#fd8ac1;
}

.ranking_personal_score_wrapper {
	display: flex;
}

.ranking_personal_score {
	display: flex;
	margin: auto;
	padding: 5px 10px 5px 10px;
	border-radius: 10px;
	background-color: #ffffff;
	border: 1px solid #e370a7;
	justify-content: center;
	align-items: center;
}

.ranking_personal_score img{
	width: 75px;
	height: 75px;
}

.ranking_guide{
	margin: 10px 10px 0 10px;
	background-color: #fff;
	border-radius: 10px;
	padding: 10px 0 10px 0;
}
.ranking_guide img{
	max-width: 400px;
	margin: 0 15px;
}
.ranking_guide_subject{
	background-color: #ffadd4;
	color: #ffffff;
	text-shadow: -2px -2px 0 #e74492, -2px -1px 0 #e74492, -2px 0px 0 #e74492, -2px 1px 0 #e74492, -2px 2px 0 #e74492, -1px -2px 0 #e74492, -1px -1px 0 #e74492, -1px 0px 0 #e74492, -1px 1px 0 #e74492, -1px 2px 0 #e74492, 0px -2px 0 #e74492, 0px -1px 0 #e74492, 0px 1px 0 #e74492, 0px 2px 0 #e74492, 1px -2px 0 #e74492, 1px -1px 0 #e74492, 1px 0px 0 #e74492, 1px 1px 0 #e74492, 1px 2px 0 #e74492, 2px -2px 0 #e74492, 2px -1px 0 #e74492, 2px 0px 0 #e74492, 2px 1px 0 #e74492, 2px 2px 0 #e74492;
	margin: 10px 0 0 0;
	padding: 5px 10px 5px 10px;
}
.ranking_guide_text{
	margin: 10px 10px 0 10px;
}