@charset "utf-8";
/* CSS Document */
/*制式頁*/

@media screen and (min-width:991px) {

    /*.standard_cont .anchor_menu .menu_pc {margin-top:25px;}*/
    .standard_cont .anchor_menu .menu_pc .cont ul li {
    padding: 0px 20px;
    font-size: 20px;
    font-size: 1rem;
    margin: 0px auto;
    width: auto;
    display: inline-block;
    }


    
/* media min-width991=====================*/
}
@media screen and (max-width: 1200px){
.standard_cont .anchor_menu .menu_pc {
    display: block;
    white-space: nowrap;
    overflow-x: scroll;
}
}
@media screen and (max-width:990px) and (min-width:581px) {
    .standard_cont .anchor_menu .menu_pc .cont ul li {
    padding: 0px 20px;
    font-size: 20px;
    font-size: 1rem;
    margin: 0px auto;
    width: auto;
    display: inline-block;
    }
/* media max-width990=====================*/
}

@media screen and (max-width:580px) {
    .standard_cont .anchor_menu .menu_pc .cont ul li {
    padding: 0px 10px;
    font-size: 20px;
    font-size: 1rem;
    margin: 0px auto;
    width: auto;
    display: inline-block;
    }


/* media max-width580=====================*/
}




.standard_cont .anchor_menu {
}
.standard_cont .anchor_menu .menu_pc {
    background-color: #231b19;
    border-top:1px solid #231b19;
    border-bottom:1px solid #231b19;
    opacity: .8;
    box-shadow:0px 5px 6px rgba(20%,20%,40%,0.1);
}
.standard_cont .anchor_menu .menu_pc .cont {
    margin: 0px auto;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.standard_cont .anchor_menu .menu_pc .cont ul {
}



.standard_cont .anchor_menu .menu_pc .cont ul li a {
    color: white;
    font-weight: bold;
    text-decoration: none;
    display: block;
}

