@charset "Shift_JIS";

/*!
 * sample.css
 * modified: 2015.06.04
 */

body {
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.photoFrame {
  position: relative;
  display: inline-block;
}
.photoFrame img.blank {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.photoFrame img.photo {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
}
