@charset "UTF-8";

.hidePC {
  display: none
}

@media screen and (max-width: 599px) and (orientation: portrait), screen and (max-width: 749px) and (orientation: landscape) {

  body.shutto .product_finder_contents {
    display: none;
  }

  body.shutto .showSMP {
    display: block;
    margin-top: 20px;
  }

  body.shutto > div #container #content #main .showSMPlist,
  body.shutto > div #container #content #main .showSMPlist > li {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  body.shutto > div #container #content #main .showSMPlist > li {
    margin-top: 10px;
  }

  body.shutto > div #container #content #main .showSMPlist > li:first-of-type {
    margin-top: 0;
  }

  body.shutto > div #container #content #main .showSMPlist > li > a {
    display: inline-block;
    padding: 0;
    border: 1px solid #ddd;
  }

  .showSMPlist > li > a > img {
    width: 100%;
    height: auto;
  }

  .showSMPlist > li > a > span {
    display: none;
  }

}
