/* use opacity #1F1F1F */
#glayer {
  position: fixed!important;
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:100;
  background-color:#ffffff;
  -moz-opacity: 0.8;
  opacity:.80;
  filter: alpha(opacity=80);
}

/* use png */
#glayer_img {
  position: fixed!important;
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:100;
  background-image: url(/js/whiteout.png);
}
* html #glayer_img {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/js/whiteout.png", sizingMethod="scale");
}

#popup{

	position: fixed!important;
	position:relative;
	background-image: url(/img/bg-pc.gif);
	top:50%;
	left:50%;
	width:320px;
	height:210px;
	margin-top:-105px;
	margin-left:-160px;
	z-index:101;
	/*text-align:center;*/
    display: none;

}

.cartin-box .kago{

	position: fixed!important;
	position: relative;
	background-image: url(/img/bg-pc.gif);
	/*top:50%;*/
	/*left:50%;*/
	width:320px;
	height:210px;
	/*margin-top:-105px;*/
	/*margin-left:-160px;*/
	z-index:110;
	/*text-align:center;*/
	display: none;

}

.cart-text {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 9pt;
	line-height: 160%;
}