/*横幅は固定できたが縦が動くので，修正したい
　　　参考：http://blog.enjoitech.com/article/135*/
table#amazon tr{
	height: 130px;
}
td.img{
	width: 100px;
}
td.img img{
	width: 100%;
}
td.data p{
	margin: 0px;
}

strong.page{
	position: absolute;
	left: calc( 50% - 90px );
}
.modal-footer span{
	position: absolute;
	left: 30px;
}