/*===============================================
●tablet.css 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px){
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
#container{
width:100%;
}
ｰ以下、画面の横幅が768pxまでの場合のスタイル記入ｰ
}
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
BODY {
line-height:150%; 
background-color:#ffffff; 
background-image:url(); 
color:#262626;
font-size:10pt;
font-family:sans-serif;
margin-top:0;
margin-left:0;
}