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

/*content*/
.publications.content .pub_part img {
  width: 20%;
  margin-right: 3%
}

.publications.content .pub_part .pub_text {
  width: 98%;
  margin-top: 2%;
  margin-left: 2%;
}

.publications.content .pub_part .small {
  font-size: 1.8rem;
}

.publications.content .notice {
  color: red;
}

.publications.content .view {
    font-size: 1.4rem;
    font-weight: normal;
    color: #111111;
    border: 1px solid #111111;
    width: 45%;
    padding: 1%;
    margin-top: 3%;
    text-align: center;
    margin-right: 2%;
}

.publications.content .view:after {
  content: url(../images/home/view_arrow.png);
}

.publications.content .view a {
  color: #333;
}

.publications.content .pay {
  width: 24%;
  text-align: center;
  padding: 10px 18px;
  color: #333;
  background-color: #b2d2e9;
  border: none;
  border-radius: 4px;
  font-size: 95%;
  cursor: pointer;
  font-weight: bold;
}

.publications.content h2 {
  margin-top: 50px;
}

.publications.content .pub_part .amazon_href {
  width: 100%;
  display: block;
  margin-top: 15px;
}
.publications.content .pub_part img.amazon {
  width: 30%;
}</pre></body></html>