<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_JIS";

div#staff-list,
div#cast-list {
  float: left;
  padding-bottom: 30px;
}

div#staff-list {
  width: 651px;
}

div#cast-list {
  width: 309px;
}

div#staff-list p,
div#cast-list p {
  font-size: 12px;
  line-height: 1.8;
}

div#staff-list p.listitem-left {
  float: left;
  width: 340px;
}

div#staff-list p.listitem-right {
  float: left;
  width: 311px;
}

div#cast-list p {
  width: 309px;
}

.clearfix:after {
  content: ".";
  visibility: hidden;
  clear: both;
  display: block;
  height: 0;
}

.clearfix {
 zoom: 1;
 margin-bottom: 0;
}

</pre></body></html>