.left-box {
    float: left;
}

@media screen and ( max-width:640px ) {
    .left-box {
        float: none;
    }
}

a.kouza_link {
    background-color: white !important; color: #0073C9 !important; text-decoration: none;
    font-size: 1.05em !important;font-weight: normal !important;text-align: left !important;padding: 0.2em 0 !important;
}
a.kouza_link:hover { text-decoration: underline !important; }
a.kouza_link:after {content: none !important;}


@media screen and ( max-width:640px ) {
  .branch-detail-link {
    display: block !important;
  }
}
