
/*===============================================
●layout.css 画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 769px){
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
#container{
width:100%;
}


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