/*
言語切り替えボタン用css
・翻訳バーの分の上部余白
・ヘッダーの切り替えボタンスタイル
*/
html:has(.le_translated) body{
/* Styles for non-Japanese language pages */
/*top:0 !important;*/
/*margin-top:0 !important;*/
position:relative !important;
}
.language_select {
    background:none;
    border:none;
    color:#317EE6;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
/* Hide the top Google Translate bar */
#gt-nvframe {
  /*display: none !important;*/
  /*visibility: hidden !important;*/
}