html, body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: visible;
}
body {
    display: block;
    width: 100%;
}
.int_s01 u {
    text-decoration: none;
    color: #00a6ba;
    border-bottom: solid 1px #00a6ba;
    padding: 0 1px;
    transition: all 0.2s ease;
}
.int_s02 u {
    text-decoration: none;
    color: #f88c87;
    border-bottom: solid 1px #f88c87;
    padding: 0 1px;
    transition: all 0.2s ease;
}
@media screen and (min-width: 700px) {
.int_s01 u:hover {
    color: #0092a6;
    border-bottom: solid 1px #0092a6;
}
.int_s02 u:hover {
    color: #f47873;
    border-bottom: solid 1px #f47873;
}
}