@charset "Shift-JIS";
/* CSS Document */

.countdown {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	padding:10px;
	font-size:18pt;
	font-weight:bold;
	color: #ff0000;
	text-align:center;
}

.count_txt1 {
	margin-bottom:10px;
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	line-height:250%;
	background:#ff0000;
}

.count_txt2 {
	margin-top:10px;
	color:#000000;
	font-size:18px;
	font-weight:bold;
	line-height:200%;
}

.count {
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:0px;
	text-align:center;
	overflow:hidden;
	border : 2px solid #ff0000;
}