/*　タブ　*/
.rg_rankings.rg_ranking_type1 {
    overflow: hidden;
}

.rg_rankings .tabs input[type=radio] {
	position: absolute;
	left: -9999px;
}

.rg_rankings .tabs {
	max-width: 650px;
	float: none;
	list-style: none;
	position: relative;
	padding: 0;
	margin: 16px auto;
}

.rg_rankings .tabs li { float: left; list-style: outside none none;}

.rg_rankings .tabs label {
	width: 140px;
	text-align: center;
	background: #ddd none repeat scroll 0 0;
    border-radius: 2px 2px 0 0;
    color: #888;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding: 20px 10px;
    position: relative;
    top: 3px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.rg_rankings .tabs label:hover {
	background: #9ba014;
	color: #fff;
	top: 0;
}

[id^=tab]:checked + label {
	background: #b1b717;
	color: white;
	top: 0;
}

[id^=tab]:checked ~ [id^=tab-content] {
	display: block;
}

.rg_rankings .tab-content {
	display: none;
	background: #fff none repeat scroll 0 0;
    border-top: 3px solid #b1b717;
    color: white;
    font-size: 20px;
    left: 0;
    overflow-y: auto;
    position: absolute;
    text-align: left;
    top: 53px;
    width: 100%;
    z-index: 2;
	box-sizing: border-box;
	-webkit-animation-duration: 0.5s;
	-o-animation-duration: 0.5s;
	-moz-animation-duration: 0.5s;
	animation-duration: 0.5s;
}
/* ranking */
.rg_rankings .ranking {
  position: relative;
}
.rg_rankings .ranking_tittle {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 10px 0 5px 0;
  color: #555;
  border-bottom: 1px solid #d4d4d4;
  border-left: none;
}
.rg_rankings .ranking_box {
    border-bottom: 1px dotted #999;
    color: #444;
    height: auto;
    margin: 10px 0;
    min-height: 100px;
    padding-bottom: 0;
    position: relative;
}
.rg_rankings .ranking_box:hover {
  opacity: 0.8;
}
.rg_rankings .ranking_image {
  float: left;
  margin: 0 5px;
}
.rg_rankings .ranking_image img {
  width: 100px !important;
  height: auto;
}
.rg_rankings .ranking_text {
  font-size: 13px;
  font-weight: 600;
  overflow: hidden;
}
.rg_rankings .ranking_category {
    background: #176ab7 none repeat scroll 0 0;
    color: #fff;
    left: 5px;
    line-height: 5px;
    opacity: 0.9;
    position: absolute;
    text-align: center;
    width: 30px;
}
.rg_rankings .ranking_category h3 {
    border: medium none;
    color: #fff;
    font-size: 10px;
    margin: 0;
    padding: 10px;
}
.tabs input {
    display: block;
}

@media screen and (max-width: 960px) {
  .rg_rankings .tabs label {width: 130px;}
}
