#moreItem {
  text-align:right;
  margin-top:15px;
}

@media screen and (min-width: 801px){
  #other-info-ban {
    width:100%;
    text-align:center;
    margin-bottom:15px;
  }
  #other-info-ban img {
    width:700px;
  }
}

/* SP */
@media screen and (max-width: 800px){
  #other-info-ban {
    width: 90%;
    margin:0 auto 15px;
  }
  #other-info-ban img {
  width:100%;
  }
  
}