/*  メダルランキング用のCSS */
#sj_widget_div-medal #SJ_widget-header{
	display: none;
}
/*
#sj_widget_div-medal .SJ_table-line thead{
	display: none;
}
*/
#sj_widget_div-medal table thead th, #sj_widget_div-medal table tbody th, #sj_widget_div-medal table tbody td, #sj_widget_div-medal table.SJ_border-top{
	border-style:none;
}
#sj_widget_div-medal #SJ_widget-box{
	border-style: none;
}
.medal-ranking-image{
	width: 26%;
	float: left;
	margin-top: -5px;
}
.medal-ranking-image a{
	display: block;
}
.medal-ranking-image img{
	width:100%;
	border: none;
}
.medal-ranking-image img:hover{
	opacity: 0.7;
}
.medal-ranking-title-back{
	width: 80%;
	float: right;
	background-color: #e9e9e9;
	position: absolute;
	right: 11px;
	z-index: -1;
	height: 18px;
}
#sj_widget_div-medal .medal-ranking-circle{
	width: 20px;
	height: 20px;
	-webkit-border-radius: 13px;/* width,heightの半分 */
	-moz-border-radius: 13px;
	border-radius: 13px;
	display: inline-block;	
	border-style: solid;
	border-width: 3px;
	border-color: white;
}
#sj_widget_div-medal .medal-ranking-gold{
	background-color: #ffb500 !important;/* 円の色 */
}
#sj_widget_div-medal .medal-ranking-silver{
	background-color: #aeaeae !important;/* 円の色 */
}
#sj_widget_div-medal .medal-ranking-bronze{
	background-color: #e28482 !important;/* 円の色 */
}
#sj_widget_div-medal{
	width: 74%;
	float: right;
}
.widget-medal-ranking{
	margin: -8px;
	overflow: hidden;
}
#sj_widget_div-medal table thead th, #sj_widget_div-medal table tbody th, #sj_widget_div-medal table tbody td{
	padding: 0 1px;
}
#sj_widget_div-medal table thead th:nth-of-type(1){
	text-align: left;
	padding: 0;
}
#sj_widget_div-medal table thead th:nth-of-type(5),#sj_widget_div-medal table tbody tr td:nth-of-type(6){
	display: none;
}
#sj_widget_div-medal table .SJ_flag-mini .SJ_flag{
	margin: 1px 4px;
}
#sj_widget_div-medal .SJ_widjet-btn{
	display: none;
}
#sj_widget_div #SJ_widget-box, #sj_widget_div-medal #SJ_widget-box{
	background-color: transparent;
}
/**/
/******** スマホ用  *******/
.sp .medal-ranking-title-back{
	display: none;
}
.sp .medal-ranking-image{
	display: none;	
}
.sp #sj_widget_div-medal table thead th:nth-of-type(5) , .sp #sj_widget_div-medal table tbody tr td:nth-of-type(6){
	display: block;
}
.sp .medal-ranking-title{
	width: 100%;
	float: none;	
}
.sp #sj_widget_div-medal{
	width: 100%;
	float: none;
}
.sp #sj_widget_div-medal table thead th:nth-of-type(1){
	padding: 0 5px;
}
