/* tablet.css 幅1007px以下 */

@media screen and (max-width: 1007px){
 img{ max-width: 100%; height: auto; width: auto; }
 #container{ width:100%; }
 }

 body {line-height: 130%; font-family: "Meiryo UI" , sans-serif;}