@charset "utf-8";

/*-- tw btn--*/

ul#quickLink li.lang a {
    background-image: url(../images/langTW.svg);
}


/*-----------------------for PC-----------------------*/

@media screen and (min-width:801px) {
    /*-- left menu --*/
    #category li a div.catRight h3 {
        font-size: 15px;
    }
    /*-- expo name --*/
    #title div.titleLeft p {
        font-size: 13px
    }
}


/*------------------for mobile------------------------*/

@media screen and (max-width:800px) {
    /*-- venue name --*/
    #title div.titleRight h2 {
        display: block;
        line-height: 110%;
    }
}