@charset "utf-8";

/*-- category color --*/

#category li:first-child a div.catLeft {
    background-color: #00bbd3;
}

#category li:nth-child(2) a div.catLeft {
    background-color: #ffcc00;
}


/*-- floorplan --*/

#floorplan {
    background-image: url(../images/floorplan/floorplanStreetAll.png);
}


/*-- for PC --*/

@media screen and (min-width:801px) {
    /*-- floorplan --*/
    #floorplan .wrapper {
        background-image: url(../images/floorplan/floorplanAll.png);
    }
    /*-- 感應區 --*/
    #floorplan .wrapper a.area1F {
        width: 550px;
        height: 150px;
        left: 200px;
        bottom: 100px;
    }
    #floorplan .wrapper a.area4F {
        width: 550px;
        height: 150px;
        left: 200px;
        top: 0;
    }
}


/*-- for mobile --*/

@media screen and (max-width:800px) {
    /*-- floorplan --*/
    #floorplan .wrapper {
        background-image: url(../images/floorplan/floorplanAllMobile.png);
    }
}