@charset "UTF-8";

/* 画像サイズパターン
height: 130px; 正方形（元画像 450px x 450px）
  width: 130px; height: 130px;
------------------------------------------------------------------------*/

/* height: 150px; 長方形
-------------------------------------------------------------*/
#bush_shirt_beige_1 {
  width: 130px; height: 150px;
  background: url(bush_shirt_beige_1.jpg) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  text-decoration: none;
  display: block;
  float: left;
}

#bush_shirt_khaki_1 {
  width: 130px; height: 150px;
  background: url(bush_shirt_khaki_1.jpg) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  text-decoration: none;
  display: block;
  float: left;
}

#hunting_jacket_brown_1 {
  width: 130px; height: 150px;
  background: url(hunting_jacket_brown_1.jpg) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  text-decoration: none;
  display: block;
  float: left;
}

#mud_trailblazer_jacket_brown_1 {
  width: 130px; height: 150px;
  background: url(mud_trailblazer_jacket_brown_1.jpg) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  text-decoration: none;
  display: block;
  float: left;
}

/* height: 130px; 正方形
-------------------------------------------------------------*/

/*__________________________________ */

