@charset "UTF-8";
/* CSS Document */
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media only screen and (max-width : 667px) {
  #wrapper, #header, #content, .bnr_top-head a, .list-wrap .list ul, #header .headnavi, #header .headnavi .btn-hn, #side, .sidehead, .r1, .r2, .r3, #footer .f-navi {
    width: 100%;
  }
  #bg-all {
    overflow-x: hidden;
    width: 100%;
    box-sizing: border-box;
    background-image: none;
    border-left: solid 5px #b08b00;
    border-right: solid 5px #b08b00;
  }
  #wrapper {
    margin: 0;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  #container {
    padding: 20px;
  }
  .top-news {
    width: 100%;
    overflow-x: scroll;
  }
  .list-wrap .list li {
    width: 45%;
  }
  #header .headnavi {
    padding: 0;
  }
  #header .headnavi .btn-hn li {
    width: 33.3333333%;
    height: auto;
  }
  #header .headnavi .head-search {
    float: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
  }
  #header .headnavi .head-search li.search-input {
    width: 80%;
  }
  #header .headnavi .head-search li.submiter {
    width: 15%;
  }
  .list-wrap .list li a .jacket img {
    height: auto !important;
    width: 100%;
  }
  .r1 .rank-right, .r2 .rank-right, .r3 .rank-right {
    width: 67%;
  }
  .sidehead {
    background-position: center;
  }
  .side_saledate li {
    padding: 0;
  }
  #footer #copyright {
    font-size: 11px;
  }
  #footer .f-navi li {
    float: none;
    text-align: center;
  }
  /**/
  #content {
    float: none;
    margin-left: 0;
  }
  .detail {
    width: 100%;
    padding: 0;
    border: none;
    margin-bottom: 30px;
  }
  .detail_jacket, .detail_jacket img {
    width: 100%;
    float: none;
  }
  .detail-right {
    width: 90%;
    float: none;
  }
  .jac_text {
    padding: 10px 0 30px;
  }
  .detail-bottom-btn li {
    float: none;
    width: 100%;
  }
  .bottom-dmmtext {
    padding: 10px;
  }
  .btn_year ol, .btn_month {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .btn_year ol li, .btn_month li {
    float: none;
    width: 50%;
  }
  .monthlist {
    margin-bottom: 30px;
  }
  .contact {
    max-width: 100%;
      border: none;
  }
  .contact td {
    border: solid 1px #ccc;
    display: block;
    width: 85%;
      text-align: left;
  }
    #content .submiter {
  width: 100%;
    }
    .submiter .btn_delete, .submiter .btn_inquiry {
  float: none;
  width: 100%;
  text-align: center;
}
}