@charset "utf-8";

/* PC View */
@media print, screen and (min-width:650px) {
  #sp_bottom_menu{
    display: none;
  }
}

/* Smart Phone View */
@media only screen and (max-width: 649px) {
  #sp_bottom_menu {
    text-align: center;
    background-image:-webkit-gradient(
    linear,left bottom,left top,
    from(#FFFFFF),
    color-stop(0.50,#FFFFFF),
    to(rgba(255,255,255,0)));
    color: #333333;
    font-weight: bold;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 2000;
  }
  #sp_bottom_menu img {
    width: 90%;
  }
}
