@charset "UTF-8";

@media print, screen and (max-width:480px) {
    .LINE_bnr {
      padding: 0;
      position: fixed;
      width: 100%;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.65);
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -o-border-radius: 0;
      z-index: 1000;
      color: #fff;
      overflow: hidden
    }
    .LINE_bnr img {
      width: 100%;
    }
}
