@charset "UTF-8";

/*キャプション*/
.entryinner .caption {
  margin-top:20px;
  font-size:79%;
  font-weight:bold;
  text-align:center;
  line-height: 1.4;
}

/*メイン写真*/

.entryinner .mainphoto{
  width:640px;
}


/*横写真*/

.entryinner .yokophoto{
   width:600px;
   margin:20px;
}


/*縦写真*/

.entryinner .tatephoto{
  width:100%;
  text-align: center;
}

.entryinner .tatephoto img{
  margin:10px 0;
  max-height: 400px;
}



/*youtube*/
.entryinner .youtube{
	width:600px;
	margin: auto;
}


.entryinner .mainphoto img,
.entryinner .yokophoto img {
  width:100%;
}

.entryinner h3{
  color:#181818;
  font-size:115%;
}