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