@charset "utf-8";

/*-- category color --*/

#category li:first-child a div.catLeft {
    background-color: #7cacca;
}

#category li:nth-child(2) a div.catLeft {
    background-color: #b1ce6f;
}

/*--#category li:nth-child(3) a div.catLeft {
    background-color: #e9c44b;
}--*/

#category li:nth-child(3) a div.catLeft {
    background-color: #ffffff;
}

#category li:nth-child(5) a div.catLeft {
    background-color: #ffffff;
}
/*-- floorplan --*/

#floorplan {
}

/*-- article --*/

article {
    background-image: url(../images/bgICCB.jpg);
}


/*-- for PC --*/

@media screen and (min-width:1001px) {
    
	#floorplan .wrapper {
        background-image: url(../images/floorplan/floorplanYCCW.png);
    }
    /*-- 感應區 --*/
    #floorplan .wrapper a.areaAMPAMYANMAR {
        /*Hall1*/
        width: 340px;
        height: 180px;
        left: 80px;
        top: 240px;
		transform: rotate(-12deg);
    }
	
	#floorplan .wrapper a.areaPOWERMYANMAR {
        /*Hall1A*/
        width: 230px;
        height: 160px;
        left: 390px;
        top: 210px;
		transform: rotate(77deg);
   }
	
	/*--#floorplan .wrapper a.areaMOTORSHOW {
        width: 120px;
        height: 220px;
        left: 80px;
        top: 290px;
		transform: rotate(-12deg);
    }--*/
	
	#floorplan .wrapper a.areaTAIWANEXCELLENCE {
        /*Hall2*/
        width: 80px;
        height: 70px;
        left: 220px;
        top: 370px;
		transform: rotate(-12deg);

   }
   
   
}


/*-- for mobile --*/

@media screen and (max-width:1000px) {
    #floorplan .wrapper {
        background-image: url(../images/floorplan/floorplanYCCMobile.png);
    }
}