@charset "Shift_JIS";

body#photoL {
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-align: center;
}
.largeFrame {
	position: relative;
	display: inline-block;
}
.largeFrame img.blank {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}
.largeFrame img.photo {
	position: relative;
	z-index: 0;
	width: 100%;
	height: auto;
	max-width: 2000px;
}
