<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
  #wrapper .img-box img {
max-width: 100%;
    width: auto;
    height: auto;
    }

  #wrapper .img-box {
    text-align: center;
    margin: 20px 0;
}
body.second #wrapper .box-wrap {
display: block;
}
 body.second #wrapper .box-wrap .thumb-box {
    width: inherit;
    margin: 20px;
    text-align: center;
}

body.second #wrapper .box-wrap .thumb-box img {
    width: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
}</pre></body></html>