@charset "UTF-8";
/* CSS Document */

#container{
	position: absolute;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 300px;
	height: 600px;
	border:solid;
	border-color:black;
	border-width:1px;
	overflow:hidden;
	display: none;
}
#preload,#preloadWrap{
	position: absolute;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 300px;
	height: 600px;
	border:solid;
	border-color:black;
	border-width:1px;
	overflow:hidden;
}
body{
	margin: 0px;
}
#click_screen {
	width: 100%;
	height: 100%;
	cursor: pointer;
}
#topImg{
	position: absolute;
	left: -300px;
	top: 0;
	width: 600px;
	height: 300px;
}
#bottomImg{
	position: absolute;
	left: 0;
	top: 300px;
	width: 600px;
	height: 300px;
}
#leftImg{
	position: absolute;
	width: 150px;
	height: 600px;
	top: -600px;
	left: 0;
	z-index: 1;
}
#rightImg{
	position: absolute;
	width: 150px;
	height: 600px;
	top: 600px;
	right: 0;
}
#shop, #bottle, #hashtag, #shop_rollover{
	opacity: 0;
	position: absolute;
	z-index: 1;
}
#f1_txt{
	position: absolute;
	z-index: 3;
	opacity: 0;
}