.post-content table.poke_table .poke_status_th {
  background-color: #bbe3fc; 
  font-weight: bold;
  padding: 4px 2px;
}
.post-content td hr.pokemon_hr {
  padding: 0px;
  margin: 10px 0px;
}

/* 技一覧_S */
.sort_button_table .fil_ul {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
}
.sort_button_table .fil_ul li {
  font-size: 12px;
  padding: 0px 5px;
  border: 2px solid #d9d9d9;
  margin: 2px;
  border-radius: 2px;
  cursor: pointer;
  font-weight: bold;
  color: #7c7b7b;
  filter: grayscale(0.8);
  opacity: 0.5;
}
.sort_button_table .fil_ul li[data-checked="1"] {
  border: 2px solid #f37a62;
  color: #f37a62;
  font-weight: bold;
  filter: none;
  opacity: 1;
}
.sort_button_table .fil_ul li img {
  margin: 3px 0px;
}
.sort_button_table .fil_ul li[data-target="タイプ"] {
  width: calc(100% / 6 - 4px);
}
.sort_button_table .fil_ul li[data-target="分類"] {
  width: calc(100% / 4 - 4px);
}
#poke_waza_table tr.waza_tr[data-disp_val="0"] {
  display: none;
}
/* 技一覧_E */

/* ステータスランキング_S */
.graph_wrap .label .ranking_num,
.graph_wrap .label .all_count {
  display: none;
}
.bar {
  display: block;
  position: relative;
  width: 0%;
  background: linear-gradient(45deg, #ff9b1e, #ffb04d) !important;
  border-radius: 3px;
  height: 1em;
}
.graph {
  width: 100%;
  background-color: #d2d0d0!important;
}
.graph_wrap {
  position: relative;
  padding-bottom: 16px;
}
.target {
  position: absolute;
  bottom: -4px;
  left: 0;
}
.label {
  font-weight: bold;
}
.all_count {
  font-size: 88%;
  margin-left: 2px;
}
/* ステータスランキング_E */

.poke_table .bar {
  display: block;
  position: relative;
  width: 0%;
  background-color: #FB9E40;
  border-radius: 3px;
  height: 1em;
}
.poke_table .graph {
  position: relative;
  /* flex-basis: calc(100% - 9em); */
  background-color: #999;
  border-radius: 3px;
  margin-right: 5px;
}
.poke_table .graph_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-basis: 20%;
}

@media (max-width:414px) {
  .post-content td hr.pokemon_hr {
    border-top: 1px dashed #bbb!important;
    margin: 5px 0px!important;
  }
  .post-content table.poke_table td.poke_status_th {
    padding: 2px;
    font-size: 10px;
  }
}