@charset "utf-8";

/* BACKGROUND */

#page-shop,
#page-shop-https {
	background-color: #ffffff;
}

#page-shop {
	background-image: none; /* (none|url(.+)) */
}

#page-shop-https {
	background-image: none; /* (none|url(.+)) */
}

/* KEY */

.text-key {
	color: #333333;
}

.bg-key {
	background-color: #333333;
}

.border-key,
.border-key * {
	border-color: #333333;
}

/* BASE */

.text-base {
	color: #ffffff;
}

.bg-base {
	background-color: #ffffff !important;
}

.border-base,
.border-base * {
	border-color: #ffffff;
}

/* ASSORT */

.text-assort {
	color: #ffc393;
}

.bg-assort {
	background-color: #ffc393 !important;
}

.border-assort,
.border-assort * {
	border-color: #ffc393;
}

/* SUB */

.text-sub {
	color: #ffc393;
}

.bg-sub {
	background-color: #ffc393 !important;
}

.border-sub,
.border-sub * {
	border-color: #ffc393;
}

/* DEEP */

.text-deep {
	color: #FF0000;
}

.bg-deep {
	background-color: #FF0000 !important;
}

.border-deep,
.border-deep * {
	border-color: #FF0000;
}

/* ACCENT */

.text-accent {
	color: #330000;
}

.bg-accent {
	background-color: #330000 !important;
}

.border-accent,
.border-accent * {
	border-color: #330000;
}

/* TONE */

.text-tone {
	color: #fff2e7;
}

.bg-tone {
	background-color: #fff2e7 !important;
}

.border-tone,
.border-tone * {
	border-color: #fff2e7;
}

/* LINK */

a,
.text-link {
	color: #0000ff; /*(#00f|#f60)*/
}

a:visited,
.text-visited {
	color: #9900cc; /*(#90c|#c00)*/
}

a:hover,
a:active {
	color: #cc0000; /*(#c00|#90c)*/
}
