@charset "utf-8";



.WineList #table td p {
	line-height: 1.2em;
	margin-top: 0px;
	margin-bottom: 3px;
}


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


.WineList #table tbody td:nth-of-type(1):before {
	content: "【生産者】　";
	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: "【登場場面 [vint.] 】　";
	color: #993355;
}
.WineList #table tbody td:nth-of-type(5):before {
	content: "【価 格】　";
	color: #993355;
}
.WineList #table td p {
	margin-bottom: 0px;
}

}
