@charset "utf-8";


/*  ■■■■■  799px under style ■■■■■ */
@media only screen and (max-width: 799px) {

.WineList #table tbody td:nth-of-type(1):before {
	content: "【vint.】 ";
	color: #993355;
}
.WineList #table tbody td:nth-of-type(2):before {
	content: "【生産者】 ";
	color: #993355;
}
.WineList #table tbody td:nth-of-type(3):before {
	content: "【生産国】 ";
	color: #993355;
}
.WineList #table tbody td:nth-of-type(4):before {
	content: "【地 域】 ";
	color: #993355;
}
.WineList #table tbody td:nth-of-type(5):before {
	content: "【登場場面】 ";
	color: #993355;
}
.WineList #table tbody td:nth-of-type(6):before {
	content: "【価 格】 ";
	color: #993355;
}

}
