div.product_detail_area {
	overflow: hidden;
}
div.product_images {
	width: calc(100% - 280px);
	margin-left: 4px;
}
.zoom-small-image {
	width: calc(100% - 80px);
}
.zoom-desc {
	float: right;
}
/**/
div.add_cart {
	width: 250px;
}
div.add_cart th,
div.add_cart td {
	padding: 8px;
}
div.add_cart th {
 white-space: nowrap;
}
.other_link {
	margin-left: 1em;
	font-size: 90%;
}
/*==================================================
	タブレット・スマホに適応
==================================================*/
@media only screen and (max-width: 768px) {
	div.product_images,
	div.add_cart {
		clear: both;
		float: none;
		width: 100%;
	}
}
/*==================================================
	スマホのみに適応
==================================================*/
@media only screen and (max-width: 640px){
	.zoom-small-image .mousetrap {
		width: 100% !important;
	}
}
