
table.winelist {
	width:auto;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-collapse: separate;
	border-spacing: 2px;
}
.winelist th {
	text-align: center;
	width:auto;
	font-weight: bold;
	font-size: 14px;
	height:40px;
	background: #FCC;
}
.winelist tr:nth-child(even) {
	background: #f9f9f9;	
}
.winelist td {
	width:auto;
	border-bottom: solid 1px #CCC;
	padding: 8px;
	font-size: 13px;
}
td.name {
	height: 30px;
}
td.name a {
	color: #00F;
	text-decoration: none;
}
td.name a:hover {
	color:#09F;
	text-decoration: none;
}
td.price1 {
	width:10%;
	text-align: right;
}
td.percent {
	width:10%;
	text-align: center;
}
td.price2 {
	width:10%;
	color: #ff0000;
	text-align: right;
}
td.comment {
	font-size: 11px;
	white-space: nowrap;
}
table.winelist tr:hover {
	background-color: #f3f3f3;
}

@media screen and ( max-width:479px )
{
.comment {
	display:none;
}
.comment0 {
	display:none;
}


}