@charset "big5";
/* CSS Document */

/*coupon_over.png→搶購一空*/
/*coupon_yet.png→即將開搶*/
/*隱藏起來就可以點*/
/*這裡更動後，index.html要改?v版本*/

/*9月9日*/
.item_1:before {content: ''; background: url(../images/coupon_over.png) no-repeat center center;}

/*9月11日*/
.item_2:before {content: ''; background: url(../images/coupon_over.png) no-repeat center center;}

/*9月16日*/
/*.item_3:before {content: ''; background: url(../images/coupon_yet.png) no-repeat center center;}*/

/*9月18日*/
.item_4:before {content: ''; background: url(../images/coupon_yet.png) no-repeat center center;}


