@charset "utf-8";

/* ==================================================

style sheet

================================================== */


/*  Default
--------------------------------------------------------------------*/


/*  count down
--------------------------------------------------------------------*/
#count {
	background:#e50012;
	z-index:1;
	left:0;
}

#count .timer {
	width:500px;
	margin:0 auto;
	padding:7px 0;
	color:#fff;
	font-size:120%;
	font-weight:bold;
}

