@charset "utf-8";
/* CSS Document */

#sysVariation table.sysFormVariationTable tr:nth-child(1) th.sysFormVariationName:before {
	height: 3px;
}	
#sysVariation table.sysFormVariationTable tr:nth-child(2) th.sysFormVariationName:before {
	background-image: url("https://image.rakuten.co.jp/brightlele/cabinet/wig/p257/p257-bk.jpg?fitin=320:320");
}
#sysVariation table.sysFormVariationTable tr:nth-child(3) th.sysFormVariationName:before {
	background-image: url("https://image.rakuten.co.jp/brightlele/cabinet/wig/p257/p257-cr.jpg?fitin=320:320");
}
#sysVariation table.sysFormVariationTable tr:nth-child(4) th.sysFormVariationName:before {
	background-image: url("https://image.rakuten.co.jp/brightlele/cabinet/wig/p257/p257-gre.jpg?fitin=320:320");
}
#sysVariation table.sysFormVariationTable tr:nth-child(5) th.sysFormVariationName:before {
	background-image: url("https://image.rakuten.co.jp/brightlele/cabinet/wig/p257/p257-uba.jpg?fitin=320:320");
}


#sysVariation table.sysFormVariationTable th:before {
    display: table;
    content: "";
    width: 50px;
    height: 50px;
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center;
}