/* カスタム CSS をここに入力してください */
/*スマホ時横並び */
@media screen and (max-width:480px){
  .topbana {
    width: 100%;
    float: none;
  }
}
