@charset "utf-8";

/* goods style
------------------------------------*/
.item {
	padding: 20px;
	height: 320px;
}
.item img {
	float: left;
	margin-right: 20px;
}
.item table {
	text-align: center;
}
.item table caption {
	font-size: 18px;
	border-bottom: thin solid #036;
}
.item .no-image {
	height: 322px;
	width: 340px;
	float: left;
	margin-right: 20px;
	text-align: center;
	
}
