/* 幅100%で表示 */
@media only screen and (max-width: 600px) {
    img { max-width: 100%; height: auto;}
}