@charset "UTF-8";

.lang_ja {
    width: 100%;
    margin: 0;
    color: #333;
    font-weight: normal;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", メイリオ, Meiryo, sans-serif; 
    word-break: break-all;
}

.lang_en {
    width: 100%;
    margin: 0;
    color: #333;
    font-weight: normal;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    word-break: keep-all;
}

.lang_fr {
    width: 100%;
    margin: 0;
    color: #333;
    font-weight: normal;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    word-break: keep-all;
}

.lang_zh {
    width: 100%;
    margin: 0;
    color: #333;
    font-weight: bold;
	font-family: "Helvetica Neue",Helvetica,Arial,STHeiti,"Microsoft JhengHei",sans-serif;
    word-break: break-all;
}

.lang_ko {
    width: 100%;
    margin: 0;
    color: #333;
    font-weight: bold;
	font-family: 'Noto Sans KR', 'Nanum Gothic', 'Malgun Gothic', sans-serif;
    word-break: break-all;
}


.input_en {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}

.input_fr {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.input_zh {
font-family: "Helvetica Neue",Helvetica,Arial,STHeiti,"Microsoft JhengHei",sans-serif;
}

.input_ko {
font-family: 'Noto Sans KR', 'Nanum Gothic', 'Malgun Gothic', sans-serif;
}
  
  