<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* カテゴリ */
.cl {
  display: inline-block;
  min-height: 1%;
  display: block;
  *zoom: 1;
}
.cl:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
* html .cl {
  height: 1%;
}

/*----------------------------------
=01 category
----------------------------------*/
.category h2 {
  margin: 30px 0;
  color: #000000;
  font-size: 157.14286%;
}
.category li {
  padding-left: 18px;
  margin-top: 20px;
  background: url(../img/list_icon01.gif) 3px 50% no-repeat;
}
.category li:first-child {
  margin-top: 0;
}
</pre></body></html>