﻿

body {
    /*font-family:'Microsoft Yahei','PingHei', sans-serif;*/
    /*font-family: "Hiragino Sans GB","Hiragino Sans GB W3","STXihei","Microsoft YaHei", "微软雅黑",'SimSun', sans-serif;*/
    /*font-family:"Hei", "Microsoft YaHei", "微软雅黑",'SimSun', sans-serif;*/
    /*font-family: "RyomCN-sanserif-re", "Hei", "Microsoft YaHei", sans-serif;*/
    /*font-family: PingFangSC-Regular,Helvetica,Arial,Microsoft Yahei,sans-serif;*/
    /*font-family: 'Roboto', sans-serif;*/
    /*font-family:'Noto Sans SC', 'Hei', 'Microsoft YaHei', '微软雅黑','SimSun', sans-serif;*/
    font-family:"Microsoft YaHei", "微软雅黑",'SimSun', 'PingFangSC-Regular', sans-serif;
}

/*
#cornerTtl > p,
h1,h2,h3,
strong{
    font-family: "RyomCN-sanserif-bo", sans-serif;
}
*/
#pcSelector > p{
    background-image: url("../image/cn.svg");
}

#pcSelector > ul > li:nth-child(1){
    display:none;
}

ul.subNav {
    width:auto;
    min-width: 180px;
}


/*未リンクボタン非アクティブ処理*/
#globalNavi a[href="#"]{
    pointer-events:none;
    color:#cccccc;
}
#sitemap a[href="#"]{
    pointer-events:none;
    color:#3c3c3c;
}

/***************by ma 20200319 s*****************/
#pcLogin > ul > li > a[href = "http://www.prclogin.com"],
a[href^="https://dnwall.prcbroker.net"]{
    /* pointer-events:none; */
    /* color:#3c3c3c!important; */
}
/***************by ma 20200319 e*****************/

/* for Sp --------------------*/
@media screen and (max-width: 750px) {

    #globalNavi a[href="#"]{
        color:#3c3c3c;
    }

}

