@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:Lucida Grande, Helvetica, Arial, sans-serif;
}
html {
    text-align: center;
    white-space: nowrap;
    background-color: gainsboro;
}
h1 {
    font-size: clamp(10px, 4vw, 20px);
    background-color: gray;
}
p {
    font-size: 16px;
}
a {
    color: inherit;
    text-decoration: none;
}
.menu {
    font-size: clamp(10px, 2vw, 15px);
}
.itterasshai {
    display: block-inline;
    font-size: 10px;
    text-align: left;
}
.yeah {
    background-color: silver;
    font-size: clamp(10px, 2vw, 20px);
}
.℟ {
    color:gray;
    text-align: right;
}
.suichoku {
    writing-mode: vertical-rl;
    position: absolute;
    left: 0;
    text-orientation: sideways;
}
.not-selected {
    text-decoration:underline;
} 
.currently-selected {
    border: 2px dotted black;
}
.fa- {
    padding: 0px 5vw 1rem;
    text-align: left;
    box-sizing: border-box;
    word-break: break-all;
    width: 100%;
    white-space: normal;
}