@charset "utf-8";

.sentence .photoright {
  margin:0 0 0 10px;
  padding:0;
  float:right;
  display:inline;
  text-indent:0;
  width:308px;
  background-color:#ffc;
}

.photoright img ,
.photoleft img {
  border:4px solid #f5deb3;
}

.sentence .photoleft {
  margin:0 10px 0 0;
  padding:0;
  float:left;
  display:inline;
  text-indent:0;
  width:308px;
  background-color:#ffc;
}

