@charset "utf-8";

#book {
	box-shadow: 1px 3px 5px rgba(0,0,0,0.15);
}

.product-text-wrap p img {
	width: 100px;
}

@media screen and (max-width: 767px) {

	#product-figure .item-list {
		width: calc(50% - 8px) !important;
	}

}

@media screen and (max-width: 540px) {

	#product-figure  .irregular .flex-inner {
		width: 100% !important;
	}

	#product-figure .irregular-box img {
		width: 60%;
		display: block;
		margin: 0 auto;
	}

}