@charset "utf-8";

.st-pg {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  flex-direction: column;
}

.st-pg_link-returnArticle a {
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
}

.st-pg_link-returnArticle a:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 10px 6px 0;
  border-color: transparent #1e7dc0 transparent transparent;
  margin-right: 4px;
}

.st-pg_navi {
  font-weight: 500;
}

.st-pg_contents {
  align-self: center;
  margin: 12px 0;
}

.st-pg_contents a {
  border: 1px solid #1e7dc0;
  border-radius: 4px;
  padding: 1px 4px 0;
  font-weight: 600;
  height: 18px;
  line-height: 16px;
  display: inline-block;
  box-sizing: border-box;
}

.st-pg_contents a:hover {
  color: #1e7dc0;
  text-decoration: none;
}

.st-pg_contents-between {
  margin-left: 4px;
}

.st-pg_contents span {
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 0 4px;
  color: #1e7dc0;
  font-weight: 900;
  height: 18px;
  display: inline-block;
  box-sizing: border-box;
  line-height: 16px;
}

.st-pg_contents span.current {
  border: 1px solid #147cc2;
  border-radius: 4px;
  padding: 0 4px;
  background-color: #147cc2;
  color: #fff;
  height: 18px;
  display: inline-block;
  box-sizing: border-box;
  line-height: 16px;
}
