<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div#MainContent table tbody th.acenter,
div#MainContent table tbody td.acenter {
    text-align: center;
    padding: 25px 7px;
}
.lp_btn.type08 {
  position: relative;
  display: inline-block;
  background: -moz-linear-gradient(top, #df3939 0%, #ce1a1b 100%);
  background: -webkit-linear-gradient(top, #df3939 0%,#ce1a1b 100%);
  background: linear-gradient(to bottom, #df3939 0%,#ce1a1b 100%);
  vertical-align: top;
  font-size: 0;
}
.lp_btn.type08 &gt; .img {
  position: absolute;
  top: -13px;
  right: 0;
  z-index: 5;
  display: table;
  padding: 0;
  width: 78px;
  height: 78px;
}
.lp_btn .img, .lp_btn .img02 {
  display: inline-block;
  padding-bottom: 10px;
  padding-left: 13px;
  vertical-align: middle;
}
.lp_btn.type08 &gt; .img .inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.lp_btn.type08 &gt; .img img {
  max-width: 78px;
  max-height: 78px;
  border: 1px solid #ccc;
}
.lp_btn.icon07 .txt {
  background: url(/img/common/icon_textbutton_download_s_02.png) no-repeat 15px center;
  background-size: 20px auto;
}
.lp_btn.type08 &gt; .txt {
  position: relative;
  z-index: 5;
  display: inline-block;
  padding: 15px 48px 14px;
  width: auto;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
.lp_btn.type08 &gt; .img + .txt:after {
  display: inline-block;
  width: 40px;
  content: "";
}</pre></body></html>