@import url('https://fonts.googleapis.com/css?family=Roboto:700');
.hidden {
  display: none !important;
}
.secret {
  display: none;
}
.lazy-image-appear {
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
  animation: fadeIn 1s ease 0s 1 normal;
}
body,
ul,
ol,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}
img {
  border: none;
}
body {
  background: #fff;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "Helvetica", "Arial", sans-serif;
}
a {
  text-decoration: none;
  color: #000;
}
a:active,
a:hover {
  color: #dc5448;
}
#page-viewer .header {
  padding-bottom: 1px;
  margin-bottom: -1px;
}
#page-viewer .header-container {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.header {
  height: 76px;
}
@media screen and (max-width: 750px) {
  .header {
    height: 90px;
  }
}
.header a {
  display: block;
}
.header-container {
  background: #fff;
  height: 100%;
  box-sizing: border-box;
  border-bottom: 4px dotted #eaeaea;
  overflow: hidden;
}
.header nav {
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
}
@media screen and (max-width: 1120px) {
  .header nav {
    width: auto;
    padding: 0 16px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 750px) {
  .header nav {
    padding: 20px 0;
  }
}
.header-logo {
  background: url("https://cdn.comic-days.com/images/logo.svg") left center no-repeat;
  background-size: 150px 22px;
  width: 150px;
  height: 22px;
  box-sizing: border-box;
  float: left;
  margin-left: 16px;
  margin-top: 27px;
}
@media screen and (max-width: 1120px) {
  .header-logo {
    margin-top: 33px;
  }
}
@media screen and (max-width: 750px) {
  .header-logo {
    float: none;
    margin: 6px 0 0 14px;
  }
}
.header-logo a {
  width: 100%;
  height: 22px;
}
.header-logo a:hover {
  opacity: .9;
}
.header-logo span {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.header-description {
  float: left;
  height: 76px;
  color: #333;
  font-size: 12px;
  line-height: 76px;
  margin-left: 16px;
}
@media screen and (max-width: 1120px) {
  .header-description {
    float: none;
    position: absolute;
    top: 14px;
    line-height: 1.3;
    font-size: 10px;
    height: auto;
  }
}
@media screen and (max-width: 750px) {
  .header-description {
    top: 8px;
    box-sizing: border-box;
    margin-left: 14px;
    text-align: left;
  }
}
.header-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 76px;
}
@media screen and (max-width: 750px) {
  .header-nav {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    height: 42px;
    margin-left: 14px;
  }
}
.header-nav li {
  cursor: pointer;
  font-size: 13px;
}
@media screen and (max-width: 1120px) {
  .header-nav li {
    padding-top: 12px;
  }
}
@media screen and (max-width: 750px) {
  .header-nav li {
    padding-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .header-nav li {
    font-size: 12px;
  }
}
@media screen and (max-width: 370px) {
  .header-nav li {
    font-size: 11px;
  }
  .header-nav li:nth-child(1) a {
    margin-left: 0;
  }
  .header-nav li:nth-child(4) a {
    margin-right: 0;
  }
}
.header-nav li a {
  text-decoration: none;
  margin: 0 24px 0 0;
}
@media screen and (max-width: 370px) {
  .header-nav li a {
    margin: 0 10px;
  }
}
@media screen and (max-width: 750px) {
  .header-nav li.premium-button-container {
    position: absolute;
    right: 14px;
    top: 26px;
  }
}
@media screen and (max-width: 600px) {
  .header-nav li.premium-button-container {
    font-size: 11px;
  }
}
.header-nav li.premium-button-container a.premium {
  padding: 4px 12px 5px;
  background: -webkit-linear-gradient(left, #dc5448, #db9e48);
  background: linear-gradient(to right, #dc5448, #db9e48);
  color: #fff;
  border-radius: 15px;
  font-weight: bold;
  box-shadow: 0px -2px 0px 0 rgba(0, 0, 0, 0.15) inset;
}
@media screen and (max-width: 600px) {
  .header-nav li.premium-button-container a.premium {
    margin: 0;
    padding: 3px 10px 4px;
  }
}
.header-nav li.premium-button-container a.premium:hover {
  background-image: -webkit-linear-gradient(left, #dc5448 0%, #fe9e03 80%);
  background-image: linear-gradient(90deg, #dc5448 0%, #fe9e03 80%);
}
.header-nav li.premium-button-container a.premium span {
  display: inline-block;
  line-height: 1.2;
  vertical-align: baseline;
}
.header-nav li.premium-button-container a.premium .free-budge {
  background: #ffffff;
  padding: 2px 5px 2px 6px;
  border-radius: 9px;
  margin-right: 2px;
  margin-left: -6px;
  color: #db332a;
  font-size: 12px;
  letter-spacing: 1px;
}
@media screen and (max-width: 600px) {
  .header-nav li.premium-button-container a.premium .free-budge {
    font-size: 11px;
    padding: 2px 3px 2px 4px;
    margin-left: -5px;
  }
}
.footer {
  background-color: #f1f1f1;
  margin-top: 56px;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #dc5448;
}
.footer-comicdays-container {
  background-color: #333;
}
.footer-comicdays-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  margin: 0 auto;
  width: 980px;
}
@media screen and (max-width: 980px) {
  .footer-comicdays-box {
    padding: 20px 18px;
    width: 100%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 600px) {
  .footer-comicdays-box {
    padding: 15px 16px;
  }
}
.footer-comicdays-box p {
  font-size: 12px;
  margin-left: 40px;
  line-height: 1.9;
}
@media screen and (max-width: 600px) {
  .footer-comicdays-box p {
    margin-left: 6%;
  }
}
.footer-logo {
  background: url("https://cdn.comic-days.com/images/logo_white.png") left center no-repeat;
  background-size: 150px 22px;
  width: 150px;
  height: 22px;
  box-sizing: border-box;
}
.footer-logo:hover {
  opacity: .9;
}
@media screen and (max-width: 600px) {
  .footer-logo {
    background-size: 125px auto;
    width: 125px;
    height: auto;
  }
}
.footer-logo a {
  width: 100%;
  height: 22px;
  display: block;
}
.footer-logo span {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.footer-navi-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 980px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 24px 0;
}
@media screen and (max-width: 980px) {
  .footer-navi-container {
    width: 100%;
    padding: 24px 20px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 600px) {
  .footer-navi-container {
    padding: 24px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer-navi-container h2 {
  font-size: 12px;
  margin-bottom: 8px;
  font-weight: 700;
}
.footer-navi-container .footer-button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.footer-navi-container .footer-button-info {
  margin-right: 40px;
}
@media screen and (max-width: 980px) {
  .footer-navi-container .footer-button-info {
    margin-right: 16px;
  }
}
@media screen and (max-width: 600px) {
  .footer-navi-container .footer-button-info {
    width: 100%;
    margin-bottom: 20px;
  }
}
.footer-navi-container .button-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 980px) {
  .footer-navi-container .button-box {
    display: block;
  }
}
.footer-navi-container .button-box li {
  height: 43px;
  width: 160px;
}
@media screen and (max-width: 980px) {
  .footer-navi-container .button-box li {
    width: auto;
    max-width: 160px;
  }
}
@media screen and (max-width: 600px) {
  .footer-navi-container .button-box li {
    height: 40px;
  }
}
.footer-navi-container .button-box li:not(:last-child) {
  margin-right: 10px;
}
@media screen and (max-width: 980px) {
  .footer-navi-container .button-box li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.footer-navi-container .blog-button,
.footer-navi-container .twitter-button {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.footer-navi-container .blog-button {
  display: block;
  background: #fff url("https://cdn.comic-days.com/images/logo/logo_blog.png") center no-repeat;
  background-size: 100px auto;
  border: solid 1px #999;
  box-sizing: border-box;
}
.footer-navi-container .blog-button:hover {
  opacity: 0.65;
}
.footer-navi-container .blog-button span {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.footer-navi-container .twitter-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #55acee url("https://cdn.comic-days.com/images/icon_twitter.png") 10px center no-repeat;
  background-size: 18px 15px;
  line-height: 1.1;
  color: #fff;
}
@media screen and (max-width: 320px) {
  .footer-navi-container .twitter-button {
    background: #55acee url("https://cdn.comic-days.com/images/icon_twitter.png") 8px center no-repeat;
    background-size: 14px 10px;
  }
}
.footer-navi-container .twitter-button:hover {
  color: #fff;
  opacity: .9;
}
.footer-navi-container .twitter-button p {
  font-size: 12px;
  padding-left: 34px;
}
@media screen and (max-width: 320px) {
  .footer-navi-container .twitter-button p {
    padding-left: 24px;
  }
}
.footer-navi-container .twitter-button span {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 320px) {
  .footer-navi-container .twitter-button span {
    font-size: 10px;
  }
}
@media screen and (max-width: 980px) {
  .footer-navi-container .footer-button-app {
    width: 180px;
  }
}
@media screen and (max-width: 600px) {
  .footer-navi-container .footer-button-app {
    width: 100%;
    margin-bottom: 24px;
  }
}
.footer-navi-container .footer-button-app .button-box {
  position: relative;
}
.footer-navi-container .footer-button-app .button-box li {
  width: auto;
}
@media screen and (max-width: 600px) {
  .footer-navi-container .footer-button-app .button-box li {
    text-align: left;
  }
}
.footer-navi-container .footer-button-app img {
  width: auto;
  height: 43px;
  vertical-align: bottom;
}
@media screen and (max-width: 600px) {
  .footer-navi-container .footer-button-app img {
    height: 40px;
  }
}
.footer-navi-container .footer-link-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
}
.footer-navi-container .footer-link-container a {
  color: #000;
}
.footer-navi-container .footer-link-container a:hover {
  color: #dc5448;
}
.footer-navi-container .footer-link-container ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer-navi-container .footer-link-container ul:not(:last-child) {
  margin-right: 40px;
}
@media screen and (max-width: 600px) {
  .footer-navi-container .footer-link-container ul:not(:last-child) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 600px) {
  .footer-navi-container .footer-link-container ul {
    width: 50%;
  }
}
.footer-navi-container .footer-link-container li {
  padding-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .footer-navi-container .footer-link-container li:last-child {
    padding-bottom: 0;
  }
}
.footer-logo-container {
  text-align: center;
  padding: 12px 16px 20px;
}
.footer-logo-container .logo-list {
  margin-bottom: 8px;
  display: inline-block;
  line-height: 0;
}
.footer-logo-container .logo-list li {
  display: inline-block;
}
.footer-logo-container .logo-list li:not(:last-child) {
  margin-right: 16px;
}
@media screen and (max-width: 600px) {
  .footer-logo-container .logo-list li {
    margin: 0 12px 6px 0;
  }
}
.footer-logo-container .logo-list img {
  width: auto;
  height: 24px;
  opacity: .3;
}
.footer-logo-container .logo-list img:hover {
  opacity: .6;
}
.footer-copyright {
  text-align: center;
  padding: 24px 24px 60px;
  background-color: #eaeaea;
}
@media screen and (max-width: 600px) {
  .footer-copyright {
    padding: 24px 16px 60px;
  }
}
.footer-copyright a {
  color: #999;
}
.footer-copyright a:hover {
  color: #dc5448;
}
.footer-copyright p {
  font-size: 10px;
  color: #999;
}
@media screen and (max-width: 600px) {
  .footer-copyright p {
    text-align: left;
  }
}
.footer-copyright .abj-mark {
  width: 72px;
}
/*
  Responsive: yes
 */
/* ヘッダやタイトルなど共通部分 */
.hatena-module-title {
  color: #297ec2;
  font-weight: 700;
  font-size: 15px;
  padding: 24px 0 12px;
}
.hatena-module-title a {
  color: #297ec2;
  font-weight: 700;
}
.hatena-module .urllist-date-link a {
  color: #999;
}
#top-box {
  background: #fafafa;
  margin-bottom: 32px;
}
#top-box .breadcrumb {
  padding: 16px 0;
  width: 980px;
  margin: 0 auto;
}
#top-box .breadcrumb-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
}
#top-box .breadcrumb-link {
  text-decoration: underline;
}
#top-box .breadcrumb-gt {
  font-size: 11px;
  margin: 0 10px;
}
#top-box .breadcrumb-child span {
  color: #297ec2;
}
/* サイドバーのあるレイアウト */
body.page-index #content-inner,
body.page-archive #content-inner {
  width: 980px;
  margin: 16px auto 40px;
  zoom: 1;
}
body.page-index #content-inner:after,
body.page-archive #content-inner:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
@media screen and (max-width: 980px) {
  body.page-index #content-inner,
  body.page-archive #content-inner {
    max-width: 690px;
    width: auto;
    padding: 0 16px;
  }
}
@media screen and (max-width: 600px) {
  body.page-index #content-inner,
  body.page-archive #content-inner {
    max-width: 400px;
  }
}
body.page-index #wrapper,
body.page-archive #wrapper {
  width: 690px;
  float: left;
}
@media screen and (max-width: 980px) {
  body.page-index #wrapper,
  body.page-archive #wrapper {
    float: none;
    width: auto;
  }
}
body.page-index #box2,
body.page-archive #box2 {
  width: 230px;
  float: right;
}
@media screen and (max-width: 980px) {
  body.page-index #box2,
  body.page-archive #box2 {
    float: none;
    width: auto;
  }
}
/* トップのカテゴリ */
#main-inner .category-特集 ul.hatena-urllist li {
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  #main-inner .category-特集 ul.hatena-urllist li {
    margin-bottom: 24px;
  }
}
#main-inner .category-特集 ul.hatena-urllist li .urllist-date-link {
  margin: 0;
  font-size: 13px;
}
@media screen and (max-width: 600px) {
  #main-inner .category-特集 ul.hatena-urllist li .urllist-date-link {
    font-size: 12px;
  }
}
#main-inner .category-特集 ul.hatena-urllist li .urllist-title-link {
  font-size: 17px;
  font-weight: 700;
}
@media screen and (max-width: 980px) {
  #main-inner .category-特集 ul.hatena-urllist li .urllist-title-link {
    font-size: 15px;
  }
}
@media screen and (max-width: 600px) {
  #main-inner .category-特集 ul.hatena-urllist li .urllist-title-link {
    font-size: 15px;
  }
}
#main-inner .category-特集 ul.hatena-urllist li .urllist-entry-body {
  font-size: 12px;
  margin: 4px 0 0 370px;
}
@media screen and (max-width: 980px) {
  #main-inner .category-特集 ul.hatena-urllist li .urllist-entry-body {
    font-size: 10px;
  }
}
@media screen and (max-width: 600px) {
  #main-inner .category-特集 ul.hatena-urllist li .urllist-entry-body {
    margin: 2px 0 0;
    font-size: 10px;
  }
}
#main-inner .category-特集 ul.hatena-urllist li .urllist-image {
  margin: 0 1.2em .5em 0;
  float: left;
  vertical-align: bottom;
  width: 352px;
  height: auto;
}
@media screen and (max-width: 600px) {
  #main-inner .category-特集 ul.hatena-urllist li .urllist-image {
    margin: 0 0 .5em 0;
    float: none;
    width: 100%;
    height: auto;
  }
}
/* トップのサイドバー */
#box2-inner .hatena-module-body {
  background: #fafafa;
  padding: 16px;
}
#box2-inner ul.hatena-urllist li {
  margin-bottom: 1em;
  font-size: 13px;
}
#box2-inner ul.hatena-urllist li:last-child {
  margin-bottom: 0;
}
#box2-inner .urllist-date-link {
  font-size: 12px;
}
#box2-inner .urllist-title-link {
  font-size: 13px;
}
#box2-inner .urllist-with-thumbnails li .urllist-image {
  max-width: 200px;
  margin: 0 10px 5px 0;
}
@media screen and (max-width: 600px) {
  #box2-inner .urllist-with-thumbnails li .urllist-image {
    max-width: 100%;
    margin: 0 0 5px 0;
  }
}
/* アーカイブページ */
.page-archive .archive-heading {
  color: #297ec2;
  font-weight: 700;
  font-size: 15px;
  padding: 24px 0 12px;
}
.page-archive .archive-entry {
  position: relative;
  min-height: 160px;
  padding-bottom: 24px;
}
.page-archive .entry-thumb {
  width: 140px;
  height: 140px;
  background-size: cover;
  float: left;
  border: 1px solid #eaeaea;
  margin: 0 10px 10px 0;
}
@media screen and (max-width: 600px) {
  .page-archive .entry-thumb {
    width: 100px;
    height: 100px;
  }
}
.page-archive .date a {
  color: #999;
  font-size: 12px;
}
@media screen and (max-width: 600px) {
  .page-archive .date a {
    font-size: 11px;
  }
}
.page-archive .entry-title {
  line-height: 1.3;
  margin: 4px 0 8px;
}
@media screen and (max-width: 600px) {
  .page-archive .entry-title {
    line-height: 1.2;
  }
}
.page-archive .entry-title-link {
  font-size: 20px;
}
@media screen and (max-width: 600px) {
  .page-archive .entry-title-link {
    font-size: 17px;
  }
}
.page-archive .categories {
  position: absolute;
  top: 0;
  left: 90px;
}
@media screen and (max-width: 600px) {
  .page-archive .categories {
    left: 80px;
  }
}
.page-archive .categories a {
  font-size: 12px;
  font-weight: 700;
  margin-right: 6px;
}
@media screen and (max-width: 600px) {
  .page-archive .categories a {
    font-size: 11px;
  }
}
.page-archive .entry-description {
  font-size: 12px;
}
@media screen and (max-width: 600px) {
  .page-archive .entry-description {
    font-size: 11px;
  }
}
.entry-footer .entry-footer-section {
  font-size: 10px;
  color: #999;
  margin-bottom: 8px;
}
.entry-footer .entry-footer-section a {
  color: #999;
  text-decoration: underline;
}
.entry-footer .entry-footer-section a:hover {
  color: #000;
}
.page-entry .header-container {
  border-bottom: 1px solid #eaeaea;
}
.page-entry .author {
  display: none;
}
.category-お知らせ .categories a {
  padding: 5px 9px;
}
.category-お知らせ .entry-title {
  padding-top: 12px;
  padding-bottom: 4px;
  font-weight: 700;
}
.category-お知らせ .entry-date {
  padding-left: 5em;
}
.category-お知らせ .entry-date a {
  color: #999;
  text-shadow: none;
}
.category-お知らせ .entry-date a:hover {
  color: #999;
}
.category-お知らせ .entry-content p {
  margin: 1em 0;
  line-height: 210%;
}
.pager {
  border-top: 1px solid #eaeaea;
  margin: 50px 0 0;
  display: table;
  width: 100%;
  text-align: center;
  clear: both;
}
@media screen and (max-width: 600px) {
  .pager {
    display: block;
  }
}
.pager a {
  display: block;
  padding: 0 12px;
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .pager a {
    font-size: 12px;
  }
}
.pager .pager-next,
.pager .pager-prev {
  position: relative;
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  text-align: center;
  padding: 24px 0;
}
@media screen and (max-width: 600px) {
  .pager .pager-next,
  .pager .pager-prev {
    display: block;
    width: 100%;
    padding: 18px 0;
  }
}
.pager .pager-next:before,
.pager .pager-prev:before {
  color: #999;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 2px;
  margin-bottom: 4px;
  display: block;
}
@media screen and (max-width: 600px) {
  .pager .pager-next:before,
  .pager .pager-prev:before {
    font-size: 11px;
  }
}
.pager .pager-prev:before {
  content: '次の記事';
}
.pager .pager-next:before {
  content: '前の記事';
}
.pager-prev + .pager-next {
  border-top: 1px solid #eee;
}
.static-page-help .entry-content p,
.static-page-help_ios .entry-content p,
.static-page-help_android .entry-content p,
.static-page-terms_of_service .entry-content p,
.static-page-sct .entry-content p {
  margin: 0 0 1em;
}
.static-page-help .entry-content a,
.static-page-help_ios .entry-content a,
.static-page-help_android .entry-content a,
.static-page-terms_of_service .entry-content a,
.static-page-sct .entry-content a {
  color: #dc5448;
  text-decoration: underline;
}
.static-page-help .entry-content a:hover,
.static-page-help_ios .entry-content a:hover,
.static-page-help_android .entry-content a:hover,
.static-page-terms_of_service .entry-content a:hover,
.static-page-sct .entry-content a:hover {
  color: #d33628;
}
.static-page-help #content,
.static-page-help_ios #content,
.static-page-help_android #content,
.static-page-terms_of_service #content,
.static-page-sct #content {
  margin: 32px auto 48px;
  padding: 0;
  max-width: 980px;
  width: auto;
}
@media screen and (max-width: 980px) {
  .static-page-help .entry-header,
  .static-page-help_ios .entry-header,
  .static-page-help_android .entry-header,
  .static-page-terms_of_service .entry-header,
  .static-page-sct .entry-header {
    padding: 0 16px;
  }
}
@media screen and (max-width: 600px) {
  .static-page-help .entry-header,
  .static-page-help_ios .entry-header,
  .static-page-help_android .entry-header,
  .static-page-terms_of_service .entry-header,
  .static-page-sct .entry-header {
    padding: 0 8px;
  }
}
.static-page-help .entry-content,
.static-page-help_ios .entry-content,
.static-page-help_android .entry-content,
.static-page-terms_of_service .entry-content,
.static-page-sct .entry-content {
  padding: 0 0 24px;
}
@media screen and (max-width: 980px) {
  .static-page-help .entry-content,
  .static-page-help_ios .entry-content,
  .static-page-help_android .entry-content,
  .static-page-terms_of_service .entry-content,
  .static-page-sct .entry-content {
    padding: 0 16px 24px;
  }
}
@media screen and (max-width: 600px) {
  .static-page-help .entry-content,
  .static-page-help_ios .entry-content,
  .static-page-help_android .entry-content,
  .static-page-terms_of_service .entry-content,
  .static-page-sct .entry-content {
    padding: 0 8px 16px;
  }
}
.static-page-help .entry-title,
.static-page-help_ios .entry-title,
.static-page-help_android .entry-title,
.static-page-terms_of_service .entry-title,
.static-page-sct .entry-title {
  font-size: 27px;
  font-weight: 300;
  padding: 28px 0 16px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .static-page-help .entry-title,
  .static-page-help_ios .entry-title,
  .static-page-help_android .entry-title,
  .static-page-terms_of_service .entry-title,
  .static-page-sct .entry-title {
    text-align: center;
    font-size: 20px;
  }
}
.help-container h2 {
  color: #999;
  margin: 56px 0 24px;
}
@media screen and (max-width: 600px) {
  .help-container h2 {
    font-size: 20px;
    margin: 40px 0 16px;
  }
}
.help-container h3 {
  font-size: 17px;
  font-weight: bold;
  margin: 40px 0 16px;
}
@media screen and (max-width: 600px) {
  .help-container h3 {
    font-size: 15px;
    margin: 24px 0 12px;
  }
}
.help-container p {
  margin: 12px 0;
  font-size: 15px;
}
@media screen and (max-width: 600px) {
  .help-container p {
    margin: 8px 0;
    font-size: 14px;
  }
}
.help-container p.date {
  text-align: center;
  margin: 8px 0 56px;
}
@media screen and (max-width: 600px) {
  .help-container p.date {
    margin: 0 0 32px;
  }
}
.help-container ul,
.help-container ol {
  margin: 12px 0;
  font-size: 15px;
}
@media screen and (max-width: 600px) {
  .help-container ul,
  .help-container ol {
    margin: 8px 0;
    font-size: 14px;
  }
}
.help-container ul li,
.help-container ol li {
  margin: 0 0 8px;
}
@media screen and (max-width: 600px) {
  .help-container ul li,
  .help-container ol li {
    margin: 0 0 6px;
  }
}
.help-container ul ul,
.help-container ol ul,
.help-container ul ol,
.help-container ol ol {
  margin: 8px 0 8px 16px;
}
@media screen and (max-width: 600px) {
  .help-container ul ul,
  .help-container ol ul,
  .help-container ul ol,
  .help-container ol ol {
    margin: 4px 0 4px 12px;
  }
}
.help-container .answerBold {
  font-weight: bold;
  font-size: 14px;
  padding: 16px;
  background: #fafafa;
  border: 1px solid #eaeaea;
  margin: 8px 0 12px;
}
@media screen and (max-width: 600px) {
  .help-container .answerBold {
    font-size: 13px;
    padding: 8px;
  }
}
.help-container .answerBold li {
  margin: 0 0 1em;
}
.help-container .answerBold a.list-url {
  margin-left: 16px;
}
