@charset "UTF-8";
html {
  font-size: 62.5%;
  box-sizing: border-box;
}

body {
  font-size: 1.6rem;
  font-family: "Avenir Next", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.7;
  letter-spacing: 0.2ex;
  overflow-wrap: break-word;
  background: #fff;
  color: #000;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

#container {
  max-width: 60rem;
  margin: 0 auto;
}

#title a {
  color: inherit;
}

.entry {
  position: relative;
  margin: 10rem 0;
  text-align: justify;
}

.entry-header {
  margin: 2rem 0;
}

.entry-date {
  display: none;
}

.entry-title {
  font-weight: bold;
  font-size: 2.6rem;
}
.entry-title a {
  color: inherit;
}

.entry-header-menu {
  top: 0;
  right: 0;
  position: absolute;
}

.entry-footer {
  font-size: 1.3rem;
  color: #666;
}
.entry-footer a {
  color: inherit;
}

blockquote {
  margin: 0;
  padding: 1rem;
  font-style: italic;
  border-left: 5px solid #eee;
  color: #333;
}

pre {
  background: #333;
  padding: 1rem;
  margin: 1rem -2rem;
  border-radius: 1rem;
  color: #fff;
}

.pager {
margin: 4rem 0 ;
    display: flex;
    justify-content: space-between;
    text-align:center;
}