@charset "utf-8";
@import url("../default_/style.css");
#board_gallery_show ul li div .photo { background-size:cover !important; width:100%; position:relative; overflow:hidden; }
#board_gallery_show ul li div .photo a { display:block; position:absolute; left:0; top:0; width:100%; height:100%; }
#board_gallery_show ul li div .photo img { opacity:0; }

.sl_pic_zone img { opacity:0;  }
.sl_pic_zone { background-attachment: local !important; background-size:cover !important; }


@media all and (max-width:1024px) { 
#board_gallery_show ul li div .photo a {  }
#board_gallery_show ul li div .photo {  width:100%;  }

}