@charset "UTF-8";
/* CSS Document */
.article-title p {
  padding-top: 10px;
  font-size: 16px;
  color: gray;
}
.next-button {
  color: #3c3c3c;
  background-color: #f5f5f5;
  padding: 15px 10px;
}
.topix-contents {
  width: 100%;
}
.prev-next-contents {
  text-align: right;
  margin-top: 100px;
}