<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body.sub-whole main .content .big-inner .table.table01 td a,
body.sub-whole main .content .inner .table.table01 td a,
body.sub-whole main #content .big-inner .table.table01 td a,
body.sub-whole main #content .inner .table.table01 td a {
  text-decoration: underline;
}

body.sub-whole main .content .big-inner .table.table01 td a[href$=".pdf"]:after,
body.sub-whole main .content .inner .table.table01 td a[href$=".pdf"]:after,
body.sub-whole main #content .big-inner .table.table01 td a[href$=".pdf"]:after,
body.sub-whole main #content .inner .table.table01 td a[href$=".pdf"]:after {
  content: "";
  background-image: url(../images/common/pdf.svg);
  width: 17px;
  height: 21px;
  background-size: 17px 21px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 10px;
}
</pre></body></html>