@charset "UTF-8";

/*修正 ie8偽類 selectivizr使用css必須相對路徑*/

#product .p_2 .p_img:nth-child(2n),
.p_2 .p_img:nth-child(2n),
#product .p_3 .p_img:nth-child(3n),
.p_3 .p_img:nth-child(3n),
#product .p_4 .p_img:nth-child(4n),
.p_4 .p_img:nth-child(4n),
#product .p_5 .p_img:nth-child(5n),
.p_5 .p_img:nth-child(5n) {float:right;margin-right:0;}

