/* GoodsPriceColorRed1クラスの中のGoodsPriceというクラスに適用 */
.GoodsPriceColorRed1 .GoodsPrice{
    color: rgb(255, 0, 0);
}

.GoodsPriceColorPink1 .GoodsPrice{
    color: rgb(255, 192, 203);
}

.GoodsPriceColorOrange1 .GoodsPrice{
    color: rgb(255, 165, 0);
}

.GoodsPriceColorYellow1 .GoodsPrice{
    color: rgb(255, 255, 0);
}

.GoodsPriceColorYellowGreen1 .GoodsPrice{
    color: rgb(154, 205, 50);
}

.GoodsPriceColorGreen1 .GoodsPrice{
    color: rgb(0, 255, 0);
}

.GoodsPriceColorLightBlue1 .GoodsPrice{
    color: rgb(0, 238, 255);
}

.GoodsPriceColorBlue1 .GoodsPrice{
    color: rgb(0, 0, 255);
}

.GoodsPriceColorPurple1 .GoodsPrice{
    color: rgb(128, 0, 128);
}

.GoodsPriceColorBrown1 .GoodsPrice{
    color: rgb(163, 74, 22);
}

.GoodsPriceColorBlack1 .GoodsPrice{
    color: rgb(0, 0, 0);
}

.GoodsPriceColorWhite1 .GoodsPrice{
    color: rgb(255, 255, 255);
}
