/*===============================================
smartphone.css
v1.0.0
Last Updated: 2015-11-09
Author: SAY Computer Inc.

画面の横幅が640pxまでのスタイル設定
===============================================*/

@media screen and (max-width:640px){
img {
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}

#container{
	width:100%;
}
～以下、画面の横幅が640pxまでの場合のスタイル記入～
}