@import url("../ishiijimusyo_pc.css") screen and (min-width: 800px); /* 769ȏ */
@import url("ishiijimusyo_sp.css") screen and (max-width: 799px); /* 768ȉ */

@media screen and (max-width: 800px){
.pconly{display:none;}}

@media screen and (min-width: 799px){
.sponly{display:none;}}

@media only screen and (max-width: 800px) {
img { max-width: 100%; }
}

img {
  width: 100%;
  height: auto;
}
