@import url("search.css");


table.pricelist{
	width: 90%;
	margin: 0 auto
}

table.pricelist th{
	background: #eee;
	padding: .8em
}

table.pricelist td{padding: 1em;
	border-bottom: solid 1px #ccc;
	vertical-align: middle
}

.itemimg{
	text-align: center;
	vertical-align: middle
}

.itemimg img{
	width: auto;
	height: 80px;
}

ul.shiyo{
	display: flex;
}

ul.shiyo li:not(:last-child):after{
	content: "/";
	padding: 0 5px
}

td.price{
	font-weight: bold;
	text-align: right
}

td.price .nebiki{
	color: red
}