@charset "utf-8";
/*--------------------------------------------------------------------
年齢認証用
--------------------------------------------------------------------*/

#Authentication {	
	position:absolute;
	width:100%;
	height:100%;
	z-index:1000;
	left: 0;
	top: 0;
	overflow: auto;
	visibility: visible;

	filter: Alpha(opacity=80);
  opacity:0.8;
	background:#000000;
}

#authWindow{
	width:570px;
	height:300px;
	margin:auto;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-285px;
	margin-top:-150px;
	background-image: url(http://cubancigar.jp/shop_builder/test/agecheck.gif);
	background-repeat: no-repeat;
}

#authWindow ul{
	margin-top:155px;
	margin-left:115px;
	list-style:none;
}

#authWindow ul li{
	width:130px;
	height:40px;
	float:left;
	margin-right:10px;
}

#authWindow ul li a{
	width:130px;
	height:40px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
}

li#ageck_y{	background-image:url(http://cubancigar.jp/shop_builder/test/ageck_y_f2.gif); }
li#ageck_n{	background-image:url(http://cubancigar.jp/shop_builder/test/ageck_n_f2.gif); }


li#ageck_y a{	background-image:url(http://cubancigar.jp/shop_builder/test/ageck_y.gif); }
li#ageck_n a{	background-image:url(http://cubancigar.jp/shop_builder/test/ageck_n.gif); }


li#ageck_y a:hover{ background:none; }
li#ageck_n a:hover{ background:none; }



/*            ------------------------------------------------- */
#over18confirm {
	display:none;
	}
/*            ------------------------------------------------- */
#confirm-overlay {
	background-color:#eee;
	cursor:wait;
}
/*            -------------------------------------------background:url(img/over18bg.jpg) repeat-x;----	background:#000;-- */
#confirm-container {
	width:570px;
	height:300px;
	position:absolute;
	top:50%;
	left:50%;
	background-image: url(http://cubancigar.jp/shop_builder/test/agecheck.gif);
	background-repeat: no-repeat;
}
}
/*            ------------------------------------------------- */
/*            ------------------------------------------------- */
#confirm-container .header span {
	padding-left: 8px;
	visibility: hidden;
}
/*            ------------------------------------------------- */
#confirm-container .message {
	color:#fff; font-size:14px; margin:0;
	padding:12px 4px 12px 8px;
	}

	
/*            ------------------------------------------------- */
#confirm-container .buttons {
	line-height:26px;
	width:450px;
	float:right;
	padding:10px 8px 0;
	margin:45px 0px 0px 0px;
  } 
/*            ------------------------------------------------- */
#confirm-container .buttons div {
	cursor:pointer;
	float:right;
	margin: 0px 10px 0px 0px;
	padding:10px 0px 0px 0px;
	width:90px;
	height:40px;
	color:#ff0000;
	font-weight:bold;
	text-align:center;
	border:solid 1px #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background:#000;
} 


#slideshow2 {
　position:relative;
　height:350px;
}
#slideshow2 a {
　position:absolute;
　top:0;
　left:0;
　z-index:8;
　opacity:0.0;
}
#slideshow2 a.active {
　z-index:10;
　opacity:1.0;
}
#slideshow2 a.last-active {
　z-index:9;
}