@charset "Shift_JIS";

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