#TimeLeft{
	width:304px;
	height:50px;
	margin:0 auto;
	font-size: 25px;
	font-family:"MS UI Gothic","Hiragino Kaku Gothic Pro", "ƒqƒ‰ƒMƒmŠpƒS Pro W3","Osaka",arial;
	text-align:center;
	background:url(../../../img/page/top/countdown.gif);
	background-repeat:no-repeat;
	letter-spacing:6px;
	text-indent:15px;
	color:#f18b26;
	padding-top:32px;
	overflow:hidden;
}

*:first-child+html #TimeLeft{
	width:304px;
	height:50px;
	margin:0 auto;
	font-size: 25px;
	font-family:"MS UI Gothic","Hiragino Kaku Gothic Pro", "ƒqƒ‰ƒMƒmŠpƒS Pro W3","Osaka",arial;
	text-align:center;
	background:url(../../../img/page/top/countdown.gif);
	background-repeat:no-repeat;
	letter-spacing:6px;
	text-indent:3px;
	color:#f18b26;
	padding-top:32px;
	overflow:hidden;
}

.position{
	width: 1.1em;
	height:25px;
	display: inline-block;
	position: relative;
	top:10px;
	left:5px;
}

.digit{
	height:25px;
	width:1.0em;
	position:absolute;
	display:block;
	background-color:#fff;
	text-align:center;
	color:#f18b26;
	letter-spacing:0px;
}

.digit.static{
	height:28px;

	padding:0px;
	background-image: linear-gradient(bottom, #fdfdfd 50%, #e4e5e5 50%);
	background-image: -o-linear-gradientbottom, #fdfdfd 50%, #e4e5e5 50%);
	background-image: -moz-linear-gradient(bottom, #fdfdfd 50%, #e4e5e5 50%);
	background-image: -webkit-linear-gradient(bottom, #fdfdfd 50%, #e4e5e5 50%);
	background-image: -ms-linear-gradient(bottom, #fdfdfd 50%, #e4e5e5 50%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.5, #f3f4f4),
		color-stop(0.5, #f3f4f5)
	);
}

/**
 * You can use these classes to hide parts
 * of the countdown that you don't need.
 */

.countDays{ /* display:none !important;*/ }
