/* CSS Document */
/*===============================================
●tablet.css 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px){
img{
max-width: 95%;
height: auto;
width /***/:auto;　
margin:auto;
}
#container{
width:100%;
}
～以下、画面の横幅が768pxまでの場合のスタイル記入～
}
#container{
width:100%;
}
.line{
background-size:auto;
}
#header_line{
background-size: auto;
}
#footer_line{
background-size: auto;
}
#mail {
	text-align: center;
	margin-bottom: 60px;
	margin-top: 10px;
}
a:hover img{
opacity:0.5;
filter:alpha(opacity=50);
-ms-filter: "alpha( opacity=50 )";
}