@charset "utf-8";

.over-ray-ynu {
  position: relative;
  }

.over-ray-ynu a {/*aタグを画像の真ん中に*/
  position: absolute;
  top: 25%;
  right: 1%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  /*以下装飾*/
  margin:0;/*余計な隙間を除く*/
  font-size: 20px;/*文字サイズ*/
  border: solid white 2px; /*線で囲う*/
  padding: 7px;/*文字と線の間の余白*/
  color: white;/*文字色*/
  text-decoration: none;/*下線を表示させない*/
  background: rgba(0, 0, 0, 0.3);/*背景を半透明に*/
  line-height: 1.5;*/行間
  }

.over-ray-ynu a:hover{/*カーソルを当てたとき*/
  background: rgba(255, 255, 255, 1);/*背景を半透明に*/
  color: black;/*文字色*/

  }

.over-ray-ynu img {
  width: 100%;
  }
