/* jQuery Countdown styles 2.0.0. */
.is-countdown {
	display: table;
	padding-top: 20px;
	left: -5px;
	position: relative;
	height: 25px;
}
.countdown-rtl {
	direction: rtl;
}
.countdown-holding span {
	color: #888;
}
.countdown-row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown-show1 .countdown-section {
	width: 99%;
}
.countdown-show2 .countdown-section {
	width: 28%;
}
.countdown-show3 .countdown-section {
	width: 32.5%;
}
.countdown-show4 .countdown-section {
	width: 24.5%;
}
.countdown-show5 .countdown-section {
	width: 19.5%;
}
.countdown-show6 .countdown-section {
	width: 16.25%;
}
.countdown-show7 .countdown-section {
	width: 14%;
}
.countdown-section {
	display: block;
	float: left;
	font-size: 13px;
	line-height: 24px;
	text-align: center;
	color: #e5edf2;
	min-width: 72px;
}
.countdown-amount {
	font-size: 42px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	color: #e5edf2;
}
.countdown-period {
    display: block;
	padding-top: 7px;
}
.countdown-descr {
	display: block;
	width: 100%;
}
