/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
#container{
width:100%;
}
ｰ以下、画面の横幅が640pxまでの場合のスタイル記入ｰ
}
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

BODY {
line-height:150%; 
background-color:#ffffff; 
background-image:url(); 
color:#262626;
font-size:11pt;
font-family:sans-serif;
margin-top:0;
margin-left:0;
}