@charset "utf-8";
/* #323 */
@media screen and (max-width: 600px) {
  #index_tab ol::after {
    content: none;
  }
  #index_tab ol::before {
    content: none;
  }
  #index_tab a {
    width: auto;
  }
}

@media screen and (max-width: 1200px) {
  #main_col {
    width: auto;
  }
}

/* #995 */
@media screen and (max-width: 900px) {
  body.single #main_content {
    margin-right: 5%;
    margin-left: 5%;
    width: auto;
  }
}

/* #1059 ロゴ */
@media screen and (max-width: 1200px) {
  #header_logo img.mobile {
    display: block;
    max-height: 100%;
  }
}

@media screen and (max-width: 1200px) {
  #bread_crumb {
    width: auto;
  }
}
/* #1394 */
@media screen and (max-width: 1000px) {
  body.single .post_content {
    margin: 0;
  }
}

/* ブログ詳細ページ #1422 */
@media screen and (max-width: 800px) {
  body.single-post #main_content {
    margin-right: 5% !important;
    margin-left: 5% !important;
    width: auto !important;
  }
  body.single-post.show_sidebar #side_col {
    margin-right: 0;
    margin-left: 0;
  }
}
