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

#viewer {
    margin:5px 0 0px 0;
    width: 300px;
	height: 110px;
    text-align: left;
    overflow: hidden;
    position: relative;
}
 
#viewer img {
	padding:10px 0 0px 0;
    top: 0;
    left: 0;
    position: absolute;
}
