@charset "UTF-8";

/* 画像サイズパターン
height: 150px; 長方形（元画像 450px x 520px）
  width: 130px; height: 150px;

height: 130px; 正方形（元画像 450px x 450px）
  width: 130px; height: 130px;

height: 520px; 長方形（画像1枚だけのページ用）
  width: 100%; height: 520px;
  background-size: contain;
------------------------------------------------------------------------*/


/* height: 130px; 正方形
-------------------------------------------------------------*/
#beret_black_1 {
  width: 130px; height: 130px;
  background: url(beret_black_1.jpg) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  text-decoration: none;
  display: block;
  float: left;
}

/* height: 150px; 長方形
-------------------------------------------------------------*/
#rachel_white_blue_1 {
  width: 130px; height: 150px;
  background: url(rachel_white_blue_1.jpg) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  text-decoration: none;
  display: block;
  float: left;
}

