/* 商品画像 */
[class^="curtain_img"]{
width:700px;
height:500px;
text-align:left;
}
/* 背景画像設定 */
.haikei {
z-index: 10;
}
/* ドレープ（前幕）画像設定 */
.drape {
z-index: 30;
}
/* レース（後幕）画像設定 */
.lace {
z-index: 20;
}
.rel {
position: relative;
}
.abs {
position: absolute;
}