@charset "utf-8";
.jp, .cn, .kr {
    display:none;
}
#ln_en a {
    font-size:120%;
    text-decoration:underline;
    color:white;
}
#ln_en a:hover {
    color:white;
}
#ln_ja, #ln_cn, #ln_kr {
    font-size:100%;
    text-decoration:none;
    color:#333333;
}
