#jp > .new {
  display: inline-block;
  vertical-align: top;
  margin: 20px 10px 0 100px;
  padding: 0.3em 0;
  width: 6em;
  line-height: 1em;
  text-align: center;
  color: var(--site-white-color);
  background-color: var(--site-red-color);
}

#jp > ul {
  margin-top: -40px;
  margin-left: 270px !important;
}

#jp > h1 > small {
  margin-top: 10px;
  display: block;
  vertical-align: top;
  font-size: 0.5em;
  line-height: 1em;
}
