@charset "UTF-8";

/* CategoryList
---------------------- */
div[id$=CategoryList] .pieceBody {
  padding: 0 6px;
}
div[id$=CategoryList] h3 {
  position: relative;
  font-size: 100%;
  font-weight: normal;
}
div[id$=CategoryList] a {
  padding-left: 0.8rem;
  color: #1d3994;
  text-decoration: none;
}
div[id$=CategoryList] a:visited {
  color: #8232a0;
}
div[id$=CategoryList] a:hover, a:focus {
  text-decoration: none;
  color: #be1e32;
}
div[id$=CategoryList] li {
  position: relative;
  margin-left: 1.5rem;
}

div[id$=CategoryList] h3::before,
div[id$=CategoryList] li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #a2a2a2;
}