@charset "utf-8";
/* CSS Document */

/*===============================================
●tablet.css 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px){
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
#headerwrap{
width:100%;
}
#photo_imageslider{
width:100%;
}
#contents{
width:100%;
}
footer{
width:100%;
}
}