@import url('https://unpkg.com/ress@1.2.2/dist/ress.min.css');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:500,900&subset=japanese');

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  background-color: #f9f7f3;
  color: #263D42;
}

h1, h2, h3, strong, b {
  font-weight: 900;
}

#globalheader-container {
  position: sticky;
  top: 0;
  left: 0;
  border-bottom: 1px solid #eee;
  background-color: #f9f7f3;
}

#container,
#footer {
  max-width: 64rem;
  margin: auto;
  padding: 1rem;
}

#counter {
  text-align: center;
}

#title {
  text-align: center;
}

.entry {
  margin-top: 3.5rem;
}

.entry-content {
  margin-top: 0.5rem;
}

.entry-content p {
  line-height: 1.75;
}

.entry-content > .footnote {
  display: none;
}

.entry-footer {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid #eee;
}

.entry-content > * {
  margin-top: 0.5rem;
}

.entry-content ul,
.entry-content ol {
  margin-left: 1.5rem;
}

.entry-content > h2 {
  margin-top: 1.5rem;
}

.entry-content > h3 {
  margin-top: 1.0rem;
}

.entry-see-more {
  margin-top: 0.5rem;
  padding: 0.5rem;
  display: block;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.05);
}

.footnotes {
  opacity: 0.75;
}

.pager-permalink {
  display: none;
}

.entry-date > a {
  color: inherit;
}

a {
 text-decoration: none;
 color: #5E969D;
}

a:visited {
  color: #82637C;
}

hr {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border: 0;
  border-top: 1px solid #eee;
}

.entry-header-menu {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

pre.code {
  padding: 1.0rem;
  background-color: #FEFEFE;
  border-radius: 5px;
  margin-top: 1rem;
}

.ad.ad-online-afc {
  margin: 0;
  margin-top: 20px;
}

.google-afc-image.test-google-rectangle-ads {
  min-height: 310px;
  margin-top: 0.5rem;
  background-color: #eee;
  padding: 0.5rem;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative !important;
}

.google-afc-image.test-google-rectangle-ads:before {
  content: "広告";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  padding: 0.5rem;
  font-weight: 900;
  border-bottom-right-radius: 5px;
}