<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset 'utf-8';

.FS2_CartButton_area .FS2_InCartButton_D{
	background: -webkit-linear-gradient(top, #007cf7 0%,#005dba 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top, #007cf7 0%,#005dba 100%); /* IE10+ */
	background: linear-gradient(to bottom, #007cf7 0%,#005dba 100%); /* W3C */
}


#FS2_ItemDetail .itemPrice{
	color: #CC0000;
}</pre></body></html>