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