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

#clicktag, 
#preload, #preload_svg, 
#container, .border,
#shoes, #s1a, #s1b, #s2a, #s2b, #s3a, #s3b,
#image1, #image2,
.bar,
#f1, #t1a, #t1bC, #t1b, #t1cC, #t1c,
#f2, #t2a, #t2bC, #t2b, #t2cC, #t2c, #t2dC, #t2d,
#constant
{
	position: absolute;
	left: 0;
	top: 0;
	width: 300px;
	height: 600px;
}

#image1, #image2{
	left: 34px;
	top: 240px;
	width: 232px;
	height: 311px;
}

#t1bC{height: 135px;}

#t1cC{height: 184px;}

#t2bC{height: 141px;}

#t2cC{height: 184px;}

#t2dC{height: 226px;}

.bar{background-color: #49a1d0;}

#bar1{
	left: 29px;
	top: 101px;
	width: 242px;
	height: 34px;
}

#bar2{
	left: 71px;
	top: 113px;
	width: 158px;
	height: 28px;
}

#bar3{
	left: 31px;
	top: 156px;
	width: 238px;
	height: 28px;
}

#bar4{
	left: 58px;
	top: 198px;
	width: 184px;
	height: 28px;
}

.c{overflow: hidden;}

#clicktag{
	cursor:pointer;
}

#preload{
	overflow:hidden;
	background-color:#FFFFFF;
	visibility:hidden;
}

#preload_svg{
	left:50%;
	top:50%;
	width:40px;
	height:40px;
	transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	-o-transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	opacity:0;
}

#container{
	overflow:hidden;
	visibility:hidden;
	background-color:#c8e3dc;
}

.border{
	width:298px;
	height:598px;	
	border:#000000 solid 1px;
}