<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
#contents h1 {
  padding: 8px 0 8px 8px;
  line-height: 1.4;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  margin-bottom: 14px;
  background: #666;
}

#contents h2 {
  padding: 10px 0;
  line-height: 1.4;
  font-weight: bold;
  font-size: 20px;
  color: #333;
  margin-bottom:14px;
  border-top: 1px solid #666;
}

#conts .newBox {
  margin:0 7px 29px 5px;
  clear: both;
}

#conts .newBox .box {
  float: right;
  width: 437px;
}

#conts .newBox .box p {
  margin-bottom: 5px;
}

#conts .newBox .box h4 {
  font-size: 14px;
  color: #0066cc;
}


#conts .bigbox01 .goods img.img01{
  margin-bottom: 10px;
}

#conts .bigbox01 .goods span.blueb{
  margin-bottom: 5px;
  display: block;
}

#conts .bigbox01 .goods table.iconCenter{
  width: 100%;
}

#conts .bigbox01 .box1{
  margin-bottom: 29px;
}

#conts #genre_detail ul.ul01 li {
  background: url(/static/common/img/icon02.gif) no-repeat left;
  zoom: 1;
  background-size: 13px 13px;
  display: inline;
  line-height: 2;
  padding-left: 16px;
  font-size: 14px;
  word-break: keep-all;
}

#conts ul.list {
  margin-bottom: 15px;
}

#conts #news {
  margin-bottom: 24px
}

#conts #news p{
  margin: 0 0 6px 10px;
}

#conts #news a {
  padding-left: 20px;
}

#accessed_h3{
  clear: both;
}


#subgenres h3 {
  padding-bottom: 10px;
}
#subgenres ul li{
  display: inline-block;
  font-size: 15px;
  margin: 5px 0;
}
#subgenres ul li:not(:last-child)::after {
  content: " / ";
}

#all-genres h3 {
  padding-bottom: 10px;
}
#all-genres h6 {
  margin-top: 10px;
}
#all-genres ul li{
  display: inline-block;
  font-size: 15px;
  margin: 5px 0;
}
#all-genres ul li a{
  font-size: 15px;
  padding: 10px 5px;
  display: inline;
}
#all-genres ul li:not(:last-child)::after {
  content: "/";
}
</pre></body></html>