<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div#productlist {
    margin-bottom: 50px;
}
.search-conditions{
  display:flex;
  flex-wrap:wrap;
  justify-content: space-between;
  max-width:560px;
  font-size: 13px;
  margin: 0 auto
}
.search-conditions dt{
  width:40%;
  font-weight:400
}
.search-conditions dt::after{
  content: ":";
  margin: 0 8px
}
.search-conditions dd{
  width: 55%;
  margin: 0;
  font-weight: 600
}
	</pre></body></html>