@charset "UTF-8";


/*　＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊　*/
/*　＊＊＊＊＊＊　中国語用フォント設定　＊＊＊＊＊　*/
/*　＊＊＊＊＊＊　　　2025/9/7　　　　＊＊＊＊＊　*/
/*　＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊　*/

/*-------------------------★bodyの指定：中国フォント専用*/


/* 中文だけ、文字を少し小さく、少し濃く　9/7 */
/* ただし、メニューは、サイズそのまま */

body {
    /* font-family: "PingFang HK", "Microsoft YaHei", "KaiTi", YuGothic, "游ゴシック体", "游ゴシック", "Yu Gothic", sans-serif; */
    /* 中国語フォントに特化 */
    font-family: "PingFang HK", "Microsoft YaHei", "KaiTi", YuGothic, sans-serif;
    color: #404040;
    /* 40 <= 80 */
}

h1, h2, h3, h4, h5, h6, p, a, dl, dt, dd{
    color: #404040;
    /* 40 <= 80 */
    font-weight: 200;
    font-size: 0.95em;
    }

nav ul li a {
    color: #404040;
    /* 40 <= 80 */
    font-weight: 200;
    font-size: 1em;
    }

/* 中文だけ、メニュー間の縦棒を細くする */

nav ul li {
    border-right: solid 0.5px; 
}

@media (max-width: 800px) {

    nav ul li {
        border-right: #ffffff; 
    }

}



