/* Asset Support - Custom Styles */

/* ドロップダウンメニューの修正 */
.group .absolute {
    writing-mode: horizontal-tb !important;
    text-orientation: mixed !important;
}

/* メニュー項目のテキストを確実に横書きに */
nav a, nav span {
    writing-mode: horizontal-tb !important;
    text-orientation: mixed !important;
}
