/* Option 3, 4のための非表示スタイル（これは維持） */
.hide-ruby rt,
.hide-ruby rp {
    display: none;
}

/* 以前の swap-display のスタイルは削除するかコメントアウトしてください */
/* 
.swap-display rt {
    display: block; 
    font-size: 0.8em;
}
*/

#options label {
    margin-right: 15px;
    cursor: pointer;
}

body {
    font-family: serif;
    line-height: 1.6;
    font-size: 1.3rem;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

ruby {
    white-space: nowrap;
}

rt {
    color: red;
    font-size: .7em;
}
