/* ============================================
   c0466_2026.css 更新差分(2025年版から変更された箇所のみ)
   変更内容: カテゴリバッジを画像(content: url)から
   CSSテキスト(content: "文字列" + 背景色)に変更
   対象: 12セレクタの ::before
   ※ これ以外の箇所は2025年版と完全に同一
   ============================================ */

#main-milk::before {
  content: "ミルク";
  background: #f0fbff;
  font-weight: bold;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 1;
  text-align: center;
  width: 100px;
  line-height: 30px;
  font-size: 12px;
}

#milk::before {
  content: "ミルク";
  background: #f0fbff;
  font-weight: bold;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 1;
  text-align: center;
  width: 100px;
  line-height: 30px;
  font-size: 12px;
}

#oil::before {
  content: "オイル";
  background: #f9f0dd;
  font-weight: bold;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 1;
  text-align: center;
  width: 100px;
  line-height: 30px;
  font-size: 12px;
}

#balm::before {
  content: "バーム";
  background: #f6f2ff;
  font-weight: bold;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 1;
  text-align: center;
  width: 100px;
  line-height: 30px;
  font-size: 12px;
}

#skin::before {
  content: "ハリ";
  background: #f9f4dd;
  font-weight: bold;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 1;
  text-align: center;
  width: 100px;
  line-height: 30px;
  font-size: 12px;
}

#AiO::before {
  content: "オールインワン";
  background: #fdf2ff;
  font-weight: bold;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 1;
  text-align: center;
  width: 100px;
  line-height: 30px;
  font-size: 12px;
}

#pore::before {
  content: "毛穴";
  background: #f0faff;
  font-weight: bold;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 1;
  text-align: center;
  width: 100px;
  line-height: 30px;
  font-size: 12px;
}

#wipe::before {
  content: "ふき取り";
  background: #f1f9e0;
  font-weight: bold;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 1;
  text-align: center;
  width: 100px;
  line-height: 30px;
  font-size: 12px;
}

#moist::before {
  content: "保湿";
  background: #e3f3ff;
  font-weight: bold;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 1;
  text-align: center;
  width: 100px;
  line-height: 30px;
  font-size: 12px;
}

#medicated_lotion::before {
  content: "薬用化粧品";
  background: #deffe6;
  font-weight: bold;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 1;
  text-align: center;
  width: 100px;
  line-height: 30px;
  font-size: 12px;
}

#hypoallergenic::before {
  content: "低刺激性";
  background: #ffdef8;
  font-weight: bold;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 1;
  text-align: center;
  width: 100px;
  line-height: 30px;
  font-size: 12px;
}

#toneup::before {
  content: "トーンアップ";
  background: #fffad2;
  font-weight: bold;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 1;
  text-align: center;
  width: 100px;
  line-height: 30px;
  font-size: 12px;
}