.list_container{
width:100%;
margin:12px 0;


}

.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 0px;
  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: -5px;
  left: -10px;
  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: #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 #333;
  padding: 12px;
  margin-bottom: 12px;
  border-radius: 3px;
  background-color: #fff;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
 position: relative;
}



.list_title {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 5px;
  margin-left:50px;
}

.list_box {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.list_left {
  flex: 0 0 150px;
}

.list_img_div {
  width: 100%;

  position: relative; /* ← これを必ず追加 */
}

.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;
}


}


.creator-icon{

position: absolute;
bottom:0px;
color: #F12C47;
  background-color: rgba(255,255,255,0.8);
  border:solid 0px #F12C47;
  padding:2px ;
  font-size: 0.7rem;

  width:100%;
  margin:0 auto;
  text-align: center;
  font-weight: bold;
}



/* スマホ対応 */
@media (max-width: 600px) {
.list_th_c{font-size: 0.7rem;}
  .list_left {
    flex: none;
    width: 30%;
  }
  .list_right {
    width: 70%;
  }
.list_income{
  color:#FF4747;font-weight: bold;
  font-size: 1.2rem;
}
.list_hs{
  font-size: 50%;
}


.list_right table{
  font-size:0.8rem;border-collapse:collapse;width:100%;
}
.list_right tr{
  border-bottom:solid 1px #999;
}

.list_right td{
  padding:4px 2px;
}
.creator-icon{



}


.rank-badge {
  position: absolute;
  top: -5px;left:3px;
  
  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: -5px;
  width: 50px;
}



.list_card {
  padding: 4px 8px 8px 8px;
  margin:10px 2%;
  position: relative;
}

.list_title {
  font-size: 1.0rem;
 
  margin-bottom: 4px;
  margin-left:45px;
}

.list_box {

  gap: 8px;
}







}






.tag_container{
width:100%;
margin:6px 0 0 0;


}


.thread-title_t{
  font-size: 1.5rem;margin:12px 0 6px 0;
  padding: 8px 2%;
  width: 94%;
  font-size: 1.8rem;
  line-height: 1.2;
  border-top: #111 solid 0px;
  border-bottom: #111 solid 3px;
}
.t {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: flex-start;
  padding: 10px 3%;
  margin: 10px 0;
}

/* ▼ スマホ対応 */
@media screen and (max-width: 600px) {
.thread-title_t{ font-size: 1.0rem;margin:12px 2% 0 2% ;padding: 4px 2%;}
.t {

  margin: 0px 0;
  padding: 4px 3%;
}
}





.t-box {
/*#f03535;*/
  background-color: #F72021;
  border-radius: 4px;


}

.t-link {
  text-decoration: none;
}

.t-btn {
  display: flex;
  align-items: center;
  padding: 4px 8px;
  font-size: 1rem;
  color: #fff;
}

.t-btn-bg1 { background-color: #F45E73; }
.t-btn-bg2 { background-color: #B24AB4; }
.t-btn-bg3 { background-color: #DF772C; }
.t-btn-bg4 { background-color: #2DBE67; }
.t-btn-bg5 { background-color: #2DA4BE; }

.t-pic {
  flex-shrink: 0;
  width: 35px;
  height: 35px;
  border-radius: 3px;
  overflow: hidden;
}

.t-pic img {
  width: 100%;
  height: auto;
  display: block;
}

.t-text {
  margin-left: 10px;
  white-space: nowrap;
}

/* ▼ スマホ対応 */
@media screen and (max-width: 600px) {
  .t-btn  {
    font-size: 0.65rem;
    padding:2px 4px;
    margin:0px ;
  }
  .t-pic{
    width: 28px;
  height: 28px;
}
}

