@charset "utf-8";

.photo {
   width:500px;
   margin-bottom:10px;
   margin-left: auto;
   margin-right: auto;  
   text-align: left;
   text-justify:distribute;
   font-size:13px;
   line-height:1.4;
   height:260px;
}

.photo2 {
   width:500px;
   margin-bottom:10px;
   margin-left: auto;
   margin-right: auto;  
   text-align: left;
   text-justify:distribute;
   font-size:13px;
   line-height:1.4;
   height:300px;
}

.photo3 {
   width:500px;
   margin-bottom:5px;
   margin-left: auto;
   margin-right: auto;  
   text-align: left;
   text-justify:distribute;
   font-size:13px;
   line-height:1.4;
   height:25px;
}



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

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

.photo phoot2 p {
   margin:1em 0;
}

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

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


.photoLeft img2 {
	float: right;
}
