@charset "utf-8";

/*************************************************
CSS
/cmn_g_jp_v1/css/smallImageTrigger.css

15.12.01
update:yy.mm.dd
*************************************************/

/* ------------------------- TOC
Setting
-------------------------- */



/* ============================================================ Setting */

.img_ico { display: none; }
.img_wrapper { display: none; }
.smallImageTriggerIcon { display: none; }

/* @media */
@media (max-width: 640px) {
	.smallTable.hidden { display: none; }
	.img_ico { display: block; }
	.img_wrapper { width: 1024px; margin-top: 50px; padding: 0 15px; }
	.img_btn { margin-bottom: 20px; }
	.smallImage,
	.smallImageModal { text-align: center;}
	.smallImageTrigger { background: none no-repeat scroll 1px #f3f3f3; border-radius: 5px; padding: 3px 10px 3px 24px; text-align: center; background-image: url("/cmn_v1/img/icon_s_zoom_01.png"); display: inline-block; font-size: 14px; }
	.smallImageTriggerIcon { display: block;
  position: absolute;
  bottom: 7px;
  right: 7px;
  width: 48px;
  height: 48px;
  padding: 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url("/cmn_v1/img/icon_l_zoom_03.png");
  background-color: transparent;
  border-radius: 0;
}
}
