@media print{
//
  /*-----共通部分-----*/
  .body_1 *{
      margin: 0;
      box-sizing: border-box;
      font-family:メイリオ, Meryo, sans-serif;
  }
  .center{
      margin: auto;
      width: 80%;
      text-align: center;
  }
  .center img{/*-----タイトル画像の幅設定-----*/
      width: 100%!important;
      display: block;
      margin: auto;
  }

  .item-list{
    margin: auto;
    width: 95%;
    text-align: center;
  }
  /*----- 背景全体 -----*/
  .haikei{
      background-image: url(https://d3t0ae4e2cnggp.cloudfront.net/resource/20200205/main_haikei.png);
      margin: auto;
      text-align: center;
      background-attachment:fixed;
      background-size: cover;
  }

  /*----- ヘッダー -----*/
  .header{
    background-image: url(https://d3t0ae4e2cnggp.cloudfront.net/resource/20200205/0_top_haikei.png);
    background-repeat:no-repeat;
    background-size: cover;
    margin: auto;
    max-width: 100%;
    }
  .top_title{
    padding:30px 0px;
    max-width: 85%;
  }
  /*----- 1_売れ筋ベスト10 -----*/
  .best10-title{
    max-width: 85%;
    padding: 40px 0px;
  }
  .best10-list{
    display: flex; /*----- 親要素に追加 -----*/
    justify-content: center; /*----- 上のフレキシブルに対して中央寄せ -----*/
  }
   .best10-list img{
    max-width: 100%;
    padding: 10px;
  }
  .best10-gazo-2dan img{
    max-width: 95%;
  }
  /*----- 2_おすすめ製作素材 -----*/

  .osusume-title{
    max-width: 80%;
    padding: 60px 0px 20px 0px;
  }
  .reshipi_copy{
    max-width: 65%;
    padding: 0px 0px 15px 0px;
  }
  .reshipi_copy2{
    max-width: 80%;
    padding: 0px 0px 15px 0px;
  }
  .reshipi_gazo{
    max-width: 50%;
  }
  .btn-reshipi {
    display: inline-block;
    padding: 0.7em 1em;
    text-decoration: none;
    background: #f7f7f7;
    border-left: solid 6px #ea1b5f;/*左線*/
    color: #ea1b5f;/*文字色*/
    font-weight: bold;
    box-shadow: 4px 5px 2px rgba(0, 0, 0, 0.29);
    margin-bottom: 30px;
  }
  .btn-reshipi:active {
    box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
    transform: translateY(2px);
  }
  .osusume-title2{
    max-width: 90%;
    padding: 20px 0px 30px 0px;
  }

  /*----- 3_新年度の準備 -----*/
  .sinnendo-title{
    padding: 50px 0px;
  }
  /*----- 4_チラシダウンロード -----*/
  .chirashi_DL{
    max-width: 60%;
    padding: 20px 0px 55px 0px;
  }

  #contentInner{width:100%;padding:0;margin:0}
}
