.list_container{
width:100%;
padding:0 1%;
margin:12px 0;
display:flex;
justify-content: flex-start;
flex-wrap: wrap;gap:5px;
}

/* ▼ スマホ対応 */
@media screen and (max-width: 600px) {
.list_container{ gap:5px;}

}
.tv_img_div{line-height: 0;}
.tv_img_div img{line-height: 0;}
.list_tv_info_area img{width:100%;margin: 12px auto 0 auto;border-top:none;border-bottom:none;}
/* ▼ スマホ対応 */
@media screen and (max-width: 600px) {
.list_tv_info_area img{border-top:solid 0px #333;border-bottom:px #333;}

}

.tv_title{font-weight: bold;text-align: center;margin-top:12px;font-size: 1.4rem;text-shadow:1px 1px 1px #ccc;}

.tv_info{padding-top:12px;padding-bottom:12px;
background-color: #fff;
border-bottom: dashed 0px #333;width:100%;
}
.tv_info table{width:98%;}
.list_tv_info_area table{
  font-size: 1.0rem;border-collapse:collapse;width:90%;margin:0 2%;
}
/* ▼ スマホ対応 */
@media screen and (max-width: 600px) {
.list_tv_info_area table{width:98%;}
.tv_info {background-color: #fff;}

}


.list_tv_info_area tr{
  border-bottom:solid 1px #999;
}
/*.list_tv_info_area tr:last-child {
  border-bottom: none; 
  }*/



.ra-more {
 
  margin:12px auto;
  width: 50%;
  padding: 10px 20px;
  font-size: 16px;
  background-color: #f94646;
  color: #FFF;
  border-radius: 20px;
  text-align: center;
}
/* ▼ スマホ対応 */
@media screen and (max-width: 600px) {
.ra-more {
 width:50%;
}
}
.list_tv_info_area th{
  text-align: left;
}

.list_tv_info_area td{
  padding:4px 2px;font-weight: bold;
}

.list_info {
  font-size: 0.9em;
  margin-bottom: 6px;

}


.thread-title{
  font-size: 1.5rem;margin:12px 0 12px 0;
  padding: 8px 2%;
  width: 94%;
  font-size: 1.8rem;
  line-height: 1.2;
  border-top: #111 solid 3px;
  border-bottom: #111 solid 3px;
}


/* ▼ スマホ対応 */
@media screen and (max-width: 600px) {
.thread-title{ font-size: 1.0rem;margin:12px 2% ;padding: 4px 2%;}

}


.result-num{text-align: right;padding:0 2%;}

/*ページネーション*/
.page-all{ float: left; margin:25px 0 0 0; width: 100%; text-align: center; font-size: 16px; border:solid 0px #333 ;}
.page-all a{ margin:0 7px; }
.page-all span{ color: #999; margin:0 8px; }


.rank-badge {
  position: absolute;
  top: -6px;
  left: 6px;
  padding: 3px 6px;
  font-size: 0.9em;
  font-weight: bold;
  border-radius: 8px;
  color: #fff;
  z-index: 10;
}

.m-rr {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 70px;
  z-index: 9;
}

.rank-default {
  background-color: #555;   /* グレー */
  color: #fff;
}
.rank-1 {
  background-color: #FFD700; /* 金 */
  color: #000;
}
.rank-2 {
  background-color: #C0C0C0; /* 銀 */
  color: #000;
}
.rank-3 {
  background-color: #CD7F32; /* 銅 */
  color: #fff;
}


.img-vote-cnt {
  position: absolute;
  bottom: 6px;
  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 {
  width: 24%;
  
  margin-bottom: 12px;
  border-radius: 3px;
  background-color: #fff;
  

 position: relative;
}

.list_title {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: center;
  
}
/* ▼ スマホ対応 */
@media screen and (max-width: 600px) {
.list_card{  width: 32%; /* 3列なら */}
.list_title{font-size: 0.8rem;}
}





.list_box {

  gap: 8px;
}



.list_img_div {
  width: 100%;
line-height: 0;
  position: relative; /* ← これを必ず追加 */
  border:solid 0px #ccc;
}

.list_img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.list_right {
  margin-left:8px;
  flex: 1;
  display: flex;
  flex-direction: column;
   
 
}


.list_income{
line-height: 1.0em;
}

.list_right table{
  font-size: 1.2rem;border-collapse:collapse;width:60%;
}
.list_right tr{
  border-bottom:solid 1px #999;
}

.list_right td{
  padding:4px 2px;font-weight: bold;
}

.list_info {
  font-size: 0.9em;
  margin-bottom: 6px;
}

.list_income{
  color:#FF4747;font-weight: bold;
  font-size: 1.5rem;
}

.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;
}



/* 期間別ナビゲーション */
.kikan-bg{box-shadow: 0 -2px 8px -2px rgba(0, 0, 0, 0.2) inset;display: flex;width:100%px;background-color: #EFEFEF;border-bottom: #13A000 solid 1px;}
.kikan {
  float: left;
  width: 900px;
  padding: 8px 2% 0 1%;
  margin:0 auto;
  
  
  
  box-sizing: border-box;
}

.kikan-btn {
  float: left;
  width: 18%;
  margin: 0 4px 0 0;
  padding: 3px;
  text-align: center;
  border-radius: 3px 3px 0 0;
  font-size: 0.9rem;
  text-decoration: none;
  box-sizing: border-box;
}

.kikan-btn-on {
  background-color: #13A000;
  color: #FFF;
  border: #13A000 solid;
  border-width: 1px 1px 0 1px;
}

.kikan-btn-off {
  background-color: #FFF;
  color: #333;
  border: #999 solid;
  border-width: 1px 1px 0 1px;
}
a.kikan-btn-on {
  color: #fff !important;
}

a.kikan-btn-off {
  color: #000 !important;
}

/* ▼ スマホ対応 */
@media screen and (max-width: 600px) {
  .kikan-btn {
    width: 18%;
    margin: 4px 0 0 1%;
    border-radius: 5px 5px 0 0;
    font-size: 0.7rem;
  }
  .kikan-bg{display: flex;width:100%}
  .kikan{width:100%;padding: 4px 2% 0 1%;}

.list_income_c{
  color:#FF4747;font-weight: bold;
  font-size: 1.0rem;
  line-height: 1em;
}


}

