@charset "utf-8";
/* Stellar Walk News */
.stellarwalk-news-wrapper {
  background-color: #41434A;
  color: #fff;
  padding: 1em 2em;
  min-height: 100vh;
}

.stellarwalk-news-wrapper h1, h2 {
  margin: 1em 0;
  padding: 0;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 24px;
}

.stellarwalk-title {
  padding: 0.3em 0;
  background: url(img/rocket_line.png);
  background-repeat: no-repeat;
  background-size: 140px;
  background-position: 0 100%;
}

.stellarwalk-news-article-content {
  font-size: 14px;
  font-weight: 600;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}

.stellarwalk-news-wrapper a {
  color: #00C6D2;
}

.stellarwalk-news-wrapper .pagination {
  display: flex;
  flex-flow: row;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 5em;
}

/* footer はアプリ内では見えないようにする */
.stellarwalk-news-footer {
  visibility: hidden;
}

.sub-comment, .sub-comment p {
  font-weight: normal;
  font-size: 1em;
  color: #59b9c6;
}


hr.dashed {
  border-top: 1px dashed #555D75;
}
