﻿
img {
 max-width: 100%;
 height: auto;
}

@media screen and (min-width:481px) {
.index_p {
 width:550px;
 }
}
@media screen and (max-width:480px) {
.index_s {
 width:100%;
 height:auto;
 }
}