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

#shop h2 {
	background:url(../images/line_l.jpg) 91px 0 no-repeat;
}

.goodsBox {
	margin-bottom: 120px;
}

.goodsBox .title {
	margin-bottom: 2em;
}

.goodsBox .caption {
	padding-left: 1em;
}

.soldout{
	background:url(../images/shop/ico_soldout.gif) right center no-repeat;
	padding-right: 77px;
}

.priceList {
	margin-bottom: 40px;
	line-height: 1;
}

.priceList th,
.priceList td {
	padding: 0.5em;
}

.priceList th {
	border-bottom: solid #333 1px;
}

.title {
	line-height: 1;
}

.title img {
	padding-left: 10px;
}


