/* 製品情報詳細ページの画像エリア */
#contentArea .layout-block-01 .img-box {
	float: left;
	text-align: center;
	padding-bottom: 25px;
}

#contentArea .layout-block-01 .img-box-thum {
	text-align: center;
	margin-top: 25px;
}

#contentArea .layout-block-01 .img-box .image-resize {
	max-width: 300px;
	max-height: 300px;
}
* html body #contentArea .layout-block-01 .img-box .image-resize {
	width: expression(this.width >= this.height ? "300px" : "auto") !important;
	height: expression(this.width <= this.height ? "300px" : "auto") !important;
}
#contentArea .layout-block-01 .img-box .image-resize-thum {
	max-width: 50px;
	max-height: 50px;
}
* html body #contentArea .layout-block-01 .img-box .image-resize-thum {
	width: expression(this.width >= this.height ? "50px" : "auto") !important;
	height: expression(this.width <= this.height ? "50px" : "auto") !important;
}

#contentArea .layout-block-01 .img-box img {
	-ms-interpolation-mode: bicubic;
}

