@charset "utf-8";
/**
 * ページ個別のスタイルを設定する
 */

div#mainImage {
	width: 378px;
}

div#mainBody {
	width: 470px; /* 848px - (mainImage width) */
}

div#subImage {
	position: absolute;
	left: 15px;
	top: 35px;
}

div#mainBody div.info {
	top: 180px;
}

div#mainBody div.craftsmen {
	top: 280px;
}

div#mainBody div.location {
	position: absolute;
	top: 355px;
}

div#reverseSide {
	text-align: left;
}

div#reverseSide img {
	margin-right: 2px;
}