/*===============================================
●style.css 画面の横幅が1280px以上
===============================================*/
@media screen and (min-width: 1280px){
img{
max-width: 100%;
height: auto;
width /***/:auto;
}
table{
height: auto;
width :auto;
}
.header1{
font-size: 400%;
}
.header2{
font-size: 300%;
}
#container{
width:100%;
}


