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

.SweetsPriceColorPink1 .SweetsPrice{
    color: rgb(255, 192, 203);
}

.SweetsPriceColorOrange1 .SweetsPrice{
    color: rgb(255, 165, 0);
}

.SweetsPriceColorYellow1 .SweetsPrice{
    color: rgb(255, 255, 0);
}

.SweetsPriceColorYellowGreen1 .SweetsPrice{
    color: rgb(154, 205, 50);
}

.SweetsPriceColorGreen1 .SweetsPrice{
    color: rgb(0, 255, 0);
}

.SweetsPriceColorLightBlue1 .SweetsPrice{
    color: rgb(0, 238, 255);
}

.SweetsPriceColorBlue1 .SweetsPrice{
    color: rgb(0, 0, 255);
}

.SweetsPriceColorPurple1 .SweetsPrice{
    color: rgb(128, 0, 128);
}

.SweetsPriceColorBrown1 .SweetsPrice{
    color: rgb(163, 74, 22);
}

.SweetsPriceColorBlack1 .SweetsPrice{
    color: rgb(0, 0, 0);
}

.SweetsPriceColorWhite1 .SweetsPrice{
    color: rgb(255, 255, 255);
}
