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

.FoodsPriceColorPink1 .FoodsPrice{
    color: rgb(255, 192, 203);
}

.FoodsPriceColorOrange1 .FoodsPrice{
    color: rgb(255, 165, 0);
}

.FoodsPriceColorYellow1 .FoodsPrice{
    color: rgb(255, 255, 0);
}

.FoodsPriceColorYellowGreen1 .FoodsPrice{
    color: rgb(154, 205, 50);
}

.FoodsPriceColorGreen1 .FoodsPrice{
    color: rgb(0, 255, 0);
}

.FoodsPriceColorLightBlue1 .FoodsPrice{
    color: rgb(0, 238, 255);
}

.FoodsPriceColorBlue1 .FoodsPrice{
    color: rgb(0, 0, 255);
}

.FoodsPriceColorPurple1 .FoodsPrice{
    color: rgb(128, 0, 128);
}

.FoodsPriceColorBrown1 .FoodsPrice{
    color: rgb(163, 74, 22);
}

.FoodsPriceColorBlack1 .FoodsPrice{
    color: rgb(0, 0, 0);
}

.FoodsPriceColorWhite1 .FoodsPrice{
    color: rgb(255, 255, 255);
}
