#content .title-common {
	margin-top: 20px;
	margin-bottom: 15px;
}
#content .title-common:first-child {
	margin-top: 0;
}

#content .title-common .new {
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -4px;
	width: 27px;
	height: auto;
}

#content table.goods_item {
	width: 100%;
	border-bottom: 2px solid #000;
}

#content table {
	display: block;
	padding-bottom: 15px;
}
#content .goods_item tbody,
#content .goods_item tr,
#content .goods_item td {
	display: block;
	padding: 0;
	font-size: 1.1rem;
	line-height: 163.636%
}
#content .goods_item th,
#content .goods_item td {
	max-width: 300px;
	margin: 0 auto;
}
#content .goods_item tr + tr {
	margin-top: 15px;
}

#content .goods_item .desc {
	margin-top: 10px;
	font-size: 1.1rem;
	line-height: 163.636%
}
#content .goods_item img.thumbnail {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	border: 1px solid #000;
}
#content .goods_item img.btn-buy {
	margin-top: 10px;
	width: 52px;
	height: 18px;
}
#content .goods_item img.btn-buy2 {
	margin-top: 10px;
	width: 105px;
	height: 28px;
}

.shop-link {
	margin: 0 15px;
	text-align: center;
}
.shop-link img {
	max-width: 100%;
	height: auto;
}

#content .archive-link {
	margin-top: 20px;
	text-align: center;
}
#content .archive-link a {
	font-size: 1.1rem;
}