h2{
font-size: 1.4rem;

}

/* ▼ スマホ対応 */
@media screen and (max-width: 600px) {
h2 {
 font-size: 1.0rem;
}
}

.rank-badge {
  position: absolute;
  top: -8px;
  left: -10px;
  padding: 3px 6px;
  font-size: 0.9em;
  font-weight: bold;
  border-radius: 8px;
  color: #fff;
  z-index: 10;
}

.onair-badge {
  position: absolute;
  top: -28px;
  left: -3px;
  height:28px;
  padding: 3px 6px;
  font-size: 0.9em;
  font-weight: bold;
  border-radius: 6px 6px 0 0;
  color: #fff;
  background-color: #ff3030;
  z-index: 10;
  font-size: 0.8rem;
}
.end-badge{
position: absolute;
   top: -28px;
  left: -3px;
  height:28px;
  padding: 3px 6px;
  font-size: 0.9em;
  font-weight: bold;
  border-radius: 6px 6px 0 0;
  color: #fff;
  background-color: #333;
  z-index: 10;
}

.m-rr {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 55px;
  z-index: 9;
}

.rank-default {
  background-color: #999;   /* グレー */
  color: #fff;
}
.rank-1 {
  background-color: #FFD700; /* 金 */
  color: #000;
}
.rank-2 {
  background-color: #C0C0C0; /* 銀 */
  color: #000;
}
.rank-3 {
  background-color: #CD7F32; /* 銅 */
  color: #fff;
}


.list_card {
  border: 3px solid #555;
  padding: 12px;
  margin-top: 32px;
  margin-bottom: 12px;
  border-radius: 3px;
  background-color: #fff;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
 position: relative;
}

.list_card_person {
  border: 0px solid #333;
  padding: 0px;
  margin-bottom: 12px;
  border-radius: 3px;
  background-color: #fff;
  width:24%;

 position: relative;
}

.person_img{position: relative;margin-bottom: -4px;}
.person_img img{width:100%;}

/* ▼ スマホ対応 */
@media screen and (max-width: 600px) {
.list_card_person{
  width: 32%;
}
}

.artist_rank_area{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
gap:3px;
}


.img_belt {
  position: absolute;
  bottom: 6px;
  width: 100%;
  padding: 2px 0 1px 0;
  color: #F12C47;
  background-color: rgba(255,255,255,0.8);
  font-style: italic;
  font-size: 0.8rem;
  line-height: 1.2rem;
  text-align: center;
font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
}

.img-vote-cnt {
  position: absolute;
  bottom: 32px;
  right: 0;
  background-color: rgba(0,0,0,0.6);
  border-radius: 3px 0 0 3px;
  padding: 4px 8px 2px 8px;
  color: #FFF;
  font-size: 0.9rem;
  line-height: 1.2;
}

.list_card_person .name{
text-align: center;
}

.list_title {
  font-size: 1.0em;
  font-weight: bold;
  margin-bottom: 5px;
  
}

.list_box {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.list_left {
 
}

.list_img_div {
  width: 100px;
  padding-top:4px;

  position: relative; /* ← これを必ず追加 */
}
.list_img_div img{
border:solid 1px #ccc;}

.list_img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.list_right {
  margin-left:8px;
  flex: 1;
  display: flex;
  flex-direction: column;
   
 
}


.list_inform{
line-height: 1.0em;
  font-weight: bold;
  font-size: 1.4rem;
    display: flex;
  flex-direction: column;
}
.list_inform:not(:first-child){
margin-top: 4px;
}


.list_right table{
  font-size: 1.1rem;border-collapse:collapse;width:70%;
}
.list_right tr{
  border-bottom:solid 1px #999;
}

.list_right th{
  text-align: left;
}

.list_right td{
  padding:4px 2px;font-weight: bold;
}

.list_info {
  font-size: 0.9em;
  margin-bottom: 6px;
}


.list_income_c{
  color:#FF4747;font-weight: bold;
  font-size: 1.3rem;
}
.list_hs{
  font-size: 50%;
}

.list_th{
  width:30%;font-weight: normal;line-height: 1em;
}
.list_th_c{
  width:33%;font-weight: normal;font-size: 0.8rem;
}
/* ▼ スマホ対応 */
@media screen and (max-width: 600px) {
.list_left {
 width:50px;
}

.list_inform{
line-height: 1.0em;
  font-weight: bold;
  font-size: 1.0rem;
}


.list_img {
  max-width: 60%;
  
  height: auto;
  border-radius: 4px;
}

}





.ra-more {
 
  margin:12px auto;
  width: 50%;
  padding: 10px 20px;
  font-size: 16px;
  background-color: #000;
  color: #FFF;
  border-radius: 5px;
  text-align: center;
}
/* ▼ スマホ対応 */
@media screen and (max-width: 600px) {
.ra-more {
 width:80%;
}

}




.tv_list_title{
font-size: 1.0rem;
border-bottom: solid 2px #333;
}
.switch_area{
  
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
gap:3px;
}

.switch_box{

  border:solid 1px #333;
  text-align: center;
  padding: 2px 15px;
  margin: 0 3px 0 0;
  font-size: 1.2rem;
  border-radius: 1px;
  font-size: 0.8rem;
}

.switch_box-on {
  background-color: #333;
  color: #FFF;
 

}

.switch_box-off {
  background-color: #FFF;
  color: #333;
  border:1px #333 solid;

}
a.switch_box-on {
  color: #fff !important;
}

a.switch_box-off {
  color: #000 !important;
}