@charset "UTF-8";
/* CSS Document */

<style>
  img {
    max-width: 100%;
    height: auto;
  }

  #superwrapper {
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
  }

  @media (max-width: 700px) {
    body {
      padding: 0 8px;
    }

    #superwrapper,
    #bottomer,
    #mainbox,
    #promobox,
    #promoboxred,
    #promoboxauction550,
    #promoboxred550,
    #randybox,
    #listmiddle {
      width: 100% !important;
      max-width: 100% !important;
    }

    h1 {
      font-size: 28px;
      line-height: 1.2;
    }

    h2 {
      font-size: 22px;
      line-height: 1.25;
    }

    iframe {
      width: 100% !important;
      height: 320px;
    }
  }
</style>


