#add-contents-top .contents-link-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem auto;
  max-width: 600px;
}
#add-contents-top .contents-link-list li {
  margin-bottom: 0.8rem;
}
#add-contents-top .contents-link-list li a {
  display: block;
  padding: 1rem 1.5rem;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #2b140b;
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.15s;
}
#add-contents-top .contents-link-list li a:hover {
  background: rgba(139,69,19,0.08);
}
#add-contents-top .contents-link-list li a.img-link {
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
}
#add-contents-top .contents-link-list li a.img-link:hover {
  background: none;
}
#add-contents-top .contents-link-list li a.img-link img {
  display: block;
  max-width: 100%;
  height: auto;
}
#comic-page {
  padding-bottom: 3rem;
}
.comic-viewer {
  max-width: 1200px;
  margin: 1rem auto;
  text-align: center;
}
.comic-viewer .comic-page {
  margin-bottom: 15px;
}
.comic-viewer .comic-page img {
  max-width: 100%;
  height: auto;
  box-shadow: 0px 1px 1px 1px #ccc;
}
.comic-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background-color: #2e2b2c;
  font-size: 0.75rem;
  padding: 5px;
  text-align: center;
  z-index: 50;
}
.yonkoma-toc ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.yonkoma-toc ul li {
  margin-bottom: 0.5rem;
}
.yonkoma-toc ul li a {
  color: #8b4513;
  text-decoration: none;
  font-weight: bold;
}
.yonkoma-toc ul li a:hover {
  text-decoration: underline;
}
.yonkoma-series h3 {
  font-size: 1.2rem;
  color: #2b140b;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #8b4513;
  margin-bottom: 0.5rem;
}
.yonkoma-series .series-author {
  color: #666;
  font-size: 0.9rem;
  margin: 0 0 1rem;
}
.yonkoma-series .episode-nav {
  background: #f9f6f2;
  padding: 0.8rem 1rem;
  margin-bottom: 1.5rem;
  border-radius: 4px;
  line-height: 2;
}
.yonkoma-series .episode-nav a {
  color: #8b4513;
  text-decoration: none;
}
.yonkoma-series .episode-nav a:hover {
  text-decoration: underline;
}
.episode {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eee;
}
.episode h4 {
  font-size: 1rem;
  color: #2b140b;
  margin: 0 0 0.8rem;
  padding-left: 0.5rem;
  border-left: 4px solid #8b4513;
}
.episode-images {
  text-align: center;
}
.episode-images img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0.5rem auto;
}
@media (max-width: 1260px) {
  .yonkoma-series h3 {
    font-size: 1rem;
  }
  .yonkoma-series .episode-nav {
    font-size: 0.9rem;
  }
  .contents-link-list li a {
    padding: 0.8rem 1rem;
    font-size: 1rem;
  }
}
html.is-mobile-portrait .yonkoma-series h3 {
  font-size: 1rem;
}
html.is-mobile-portrait .yonkoma-series .episode-nav {
  font-size: 0.9rem;
}
html.is-mobile-portrait .contents-link-list li a {
  padding: 0.8rem 1rem;
  font-size: 1rem;
}
