@charset "UTF-8";

#link_page p {
  width: 300px;
  text-align: center;
  margin: 0 auto;
}

#link_page p:nth-of-type(1) {
  padding-top: 20px;
}

#link_page p:nth-of-type(2) {
  height: 123px;
  font-size: 0.82rem;
  font-weight: bold;
  color: #f22c5d;
  margin-top: 10px;
  padding-top: 10px;
  background-image: url(../images/link_bg.jpg);
  background-size: 300px 123px;
  background-repeat: no-repeat;
  background-position: center top;
}

.link_list {
    text-align: center;
    padding: 20px 0;
    overflow: hidden;
}
.link_list li {
    margin-bottom: 40px;
}
