@charset "UTF-8";
/* CSS Document */

.shop_tb{
	font-size: 0.95em;
	border-bottom: dashed 1px #D0D0D0;
	width: 100%;
	margin: 0px 0px 2em;
}

.shop_tb th{
	background-color: #EDECE9;
	font-weight: normal;
	width: 55%;
	text-align: left;
	padding: 10px 19px;
}

.shop_tb td{
	padding-left: 20px;
}


.wineshop a{
	color: #7F2744;
	position: relative;
	padding: 0 0 0 20px;
}

.wineshop a:hover{
	color: #9E9E9F;
	text-decoration: underline;
}

.wineshop a:before{
	position: absolute;
	top: 4px;
	left: 0px;
	content: "";
	width: 14px;
	height: 14px;
	background: transparent url("../img/arrow.png") no-repeat scroll 0% 0%;
}