@charset "UTF-8";

/*キャプション*/
.entryinner .caption {
  margin-top:10px;
  font-size:79%;
  font-weight:bold;
  text-align:center;
  line-height: 1.4;
}

/*メイン写真*/

.entryinner .mainphoto{
  width:100%;
}

.entryinner .mainphoto img {
  width:100%;
}

/*横写真*/

.entryinner .yokophoto{
   width:100%;
   text-align: center;
}

.entryinner .yokophoto img {
  margin:10px 0;
  width:90%;
}

/*縦写真*/

.entryinner .tatephoto{
  width:100%;
  text-align: center;
}

.entryinner .tatephoto img{
  margin:10px 0;
  max-height: 200px;
}


/*youtube*/

.entryinner .youtube{
	position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.entryinner .youtube iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/*小見出し*/

.entryinner h3{
  color:#181818;
  font-size:100%;
}

