@charset "utf-8";

/* ========photo 1======== */
.photo {
   width:700px;
   margin-bottom:50px;
   text-align:justify;
   text-justify:distribute;
   font-size:13px;
   line-height:1.4;
}

/* 回り込み解除 ここから */
.photo {
   ⁄zoom:1;
}

.photo:after {
   content:'';
   display:block;
   clear:both;
}
/* 回り込み解除 ここまで */

.photo p {
   /zoom:1;
   overflow:hidden;
   margin:1em 0;
}

/* 写真が右 */
.photoRight img {
   float:right;
   margin:0 0 1em 1em;
}

/* 写真が左 */
.photoLeft img {
   float:left;
   margin:0 1em 1em 0;
}

/* ========photo 2======== */
.photo2 {
   width:700px;
   margin-bottom:50px;
   text-align:justify;
   text-justify:distribute;
   font-size:13px;
   line-height:1.4;
}

/* 回り込み解除 ここから */
.photo {
   ⁄zoom:1;
}

.photo:after {
   content:'';
   display:block;
   clear:both;
}
/* 回り込み解除 ここまで */

.photo p {
   margin:1em 0;
}

/* 写真が右 */
.photoRight img {
   float:right;
   margin:0 0 1em 1em;
}

/* 写真が左 */
.photoLeft img {
   float:left;
   margin:0 1em 1em 0;
}

/* ========photo 3======== */
.photo3 {
   width:700px;
   margin-left:-20px;
   margin-bottom:50px;
   text-align:justify;
   text-justify:distribute;
   font-size:13px;
   line-height:1.4;
}

/* 回り込み解除 ここから */
.photo {
   ⁄zoom:1;
}

.photo:after {
   content:'';
   display:block;
   clear:both;
}
/* 回り込み解除 ここまで */

.photo h5 {
   margin:1em 0;
   font-size:13px;
   font-weight:bold;
}

.photo p {
   /zoom:1;
   overflow:hidden;
   margin:1em 0;
}

.photoInner {
   display:inline; /* for IE6 */
   width:220px;
   float:left;
   margin-left:12px;
}