/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}}
#container{
width:100%;
}@media screen and (max-width:640px){

～以下、画面の横幅が640pxまでの場合のスタイル記入～
}