@charset "utf-8";
#TOPIMAGE #BASEIMAGE {

}

#TOPIMAGE a {
	display:block;
	font-size:0;
	position:relative;
}

#TOPIMAGE .count {
	/*background-image: url(../images/countdown/count.png);*/
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 40px;
	height: 70px;
	position: absolute;
	overflow: hidden;
	/*    text-indent: 100%;
    white-space: nowrap;	
	*/
	top: 230px;
}
#TOPIMAGE .count img {
	position: absolute;
	left: 0px;
	top: 0px;
}

#TOPIMAGE #d1 {
	left:12px;
}
#TOPIMAGE #d2 {
	left:52px;
}

#TOPIMAGE #h1 {
	left:143px;
}
#TOPIMAGE #h2 {
	left:183px;
}
#TOPIMAGE #m1 {
	left:250px;
}
#TOPIMAGE #m2 {
	left:290px;
}
#TOPIMAGE #s1 {
	left:361px;
}
#TOPIMAGE #s2 {
	left:401px;
}

@media screen and (max-width: 639px) {
#TOPIMAGE .count {
	/*background-image: url(../images/countdown/count.png);*/
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 12px;
	height: 21px;
	position: absolute;
	overflow: hidden;
	/*    text-indent: 100%;
    white-space: nowrap;	
	*/
	top: 82px;
}
#TOPIMAGE .count img {
	position: absolute;
	left: 0px;
	top: 0px;
}

#TOPIMAGE #d1 {
	left:5px;
}
#TOPIMAGE #d2 {
	left:17px;
}

#TOPIMAGE #h1 {
	left:52px;
}
#TOPIMAGE #h2 {
	left:64px;
}
#TOPIMAGE #m1 {
	left:88px;
}
#TOPIMAGE #m2 {
	left:100px;
}
#TOPIMAGE #s1 {
	left:126px;
}
#TOPIMAGE #s2 {
	left:138px;
}


}