<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('unas_email.css');

/*** TEXT_DEFAULT ***/
.text_smaller {
	color:#000000;
	font-size:10px;
}

.text_small {
	color:#000000;
	font-size:11px;
}

.text_normal {
	color:#000000;
	font-size:12px;
}

.text_big {
	color:#000000;
}

.text_bigger {
	color:#000000;
}

.text_biggest {
	color:#000000;
}

/*** TEXT_COLOR ***/
.text_color_fault {
	color:#bc1300;
}

.text_color_fault2 {
	color:#bc1300;
}

/*** BG_COLOR ***/
.bg_color_dark1 {
	background-color:#ab1903;	
}

.bg_color_dark2 {
	background-color:#c71b02;	
}

.bg_color_dark3 {
	background-color:#de280d;	
}

.bg_color_dark4 {
	background-color:#e9381d;	
}

.bg_color_dark4:hover {
	background-color:#e94b33;	
}

/*** BORDER ***/
.border_1 {
	border:1px #911503 solid;	
}

/*** IMG ***/
.page_artlist_price_save_1 {
    background-image: url("../image/product_discount.png");
}

.page_artdet_price_save {
    background-image: url("../image/product_discount.png");
}

.page_artdet_status_new {
    background-image: url("../image/product_new.png");
}</pre></body></html>