/* CSS for /portalsite */
.gnav-races > p,.gnav-races > p:hover,.gnav-races.open > p {
  color: #e42c1f;
  background-image: url(../../images/icon_navi_races_active.svg);
}
.global-nav-list > li.gnav-races > p span::after {
  border-top-color: #e42c1f;
  border-right-color: #e42c1f;
}

/*ポータルリンク*/
a.btn-portalsite {
  position: relative;
  display: block;
  height: 100%;
  padding: 16px 8px;
  line-height: 1.2;
  color: #202020;
  text-align: center;
  text-decoration: none;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}
a.btn-portalsite:hover { top: 2px; }
a.btn-portalsite span { display: block; padding-top: 0.5rem; }
