@charset "UTF-8";
/* ==============================


print.css


============================== */
@media only print {
  /*--------------------------
  共通レイアウト 　
  --------------------------*/
  .header.header_f {
    position: relative !important;
  }

  #header_f {
    display: none;
  }

  #pageBottom {
    display: none !important;
  }

  /*--------------------------
  ----------------------------
  トップページ
  ----------------------------
  --------------------------*/
  body#top_page div#mainVidual {
    height: auto;
  }
  body#top_page div#mainVidual #mainVidual_img {
    overflow: visible;
    background-image: none;
    position: relative;
    top: auto;
    padding-top: 128px;
  }
  body#top_page div#mainVidual #mainVidual_img img {
    visibility: visible;
  }
  body#top_page .scroll_down {
    display: none !important;
  }

  /*--------------------------
  bxslider
  --------------------------*/
  .bxslider_pane:before, .bxslider_pane:after {
    display: none;
  }
  .bxslider_pane .bx-wrapper {
    width: auto !important;
    max-width: 820px !important;
  }
  .bxslider_pane .bx-wrapper .bx-prev,
  .bxslider_pane .bx-wrapper .bx-next {
    display: none;
  }
  .bxslider_pane .bx-viewport {
    height: auto !important;
  }

  .bxslider {
    width: 820px !important;
    margin: 0 auto;
    transition-duration: 0s !important;
    transform: translate3d(0, 0, 0) !important;
  }
  .bxslider > li {
    float: none !important;
  }
  .bxslider > li ~ li {
    margin-top: 40px;
  }
  .bxslider > li.bx-clone + li {
    margin-top: 0;
  }
  .bxslider .bx-clone {
    display: none !important;
  }

  /*--------------------------
  bxslider カテゴリートップ
  --------------------------*/
  .bxslider_pane .bx-wrapper {
    max-width: 880px !important;
  }

  body#information.information_index .bxslider {
    width: 880px !important;
    margin: 0 auto;
  }
  body#information.information_index .category_top_list li.list02 {
    page-break-after: always;
  }
}

/*# sourceMappingURL=print.css.map */
