@charset "utf-8";

*, ::after, ::before {
    box-sizing: border-box;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-all;
}
.emoji {
    font-family: apple color emoji,segoe ui emoji,noto color emoji,android emoji,emojisymbols,emojione mozilla,twemoji mozilla,segoe ui symbol;
}

a {
    color: #0090ff;
}
a:active {
    -webkit-opacity: 0.5 !important;
    opacity: 0.5 !important;
}

li {
    text-align: -webkit-match-parent;
}

ul.prefectures li:not(:last-child)::after {
    content: "/";
    color: #cccccc;
    margin: 0 0.25rem;
}
ul.prefectures {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-tabs .nav-link {
    color: #0090ff;
}

.highlight {
    background-color: yellow;
}
