/* jQuery Countdown styles 2.0.0. */

@font-face {
font-family: 'DSEG7Classic';
src:url('../fonts/DSEG7-Classic-MINI/DSEG7ClassicMini-LightItalic.woff') format('woff');
}

#contents{
	margin:0;
 	padding-top: 10vh;
 	padding-buttom: 10vh;
	text-align: center;
  display:inline-block;
}

/*smart phone*/
@media (max-width:767px) {
	#Countdown-outer {
		background-color: rgba(0, 0, 0, 0.8);
		min-width: 270px;
		max-width: 100%;
	  margin-left: auto;
	  padding: 10px;
	}
	.is-countdown {
	  text-align: center;
		display:inline-block;
		background-color: rgba(0, 0, 0, 0);
	  color:#fff;
	}

}
/*for pc only*/
@media (min-width:767px) {
	#Countdown-outer {
		background-color: rgba(0, 0, 0, 0.8);
		max-width: 450px;
	  text-align: center;
	  margin-left: auto;
	  padding: 10px;
	}
	.is-countdown {
		display:inline-block;
		background-color: rgba(0, 0, 0, 0);
	  color:#fff;
	}

}

.countdown-rtl {
	direction: rtl;
}
.countdown-holding span {
	color: rgba(0, 0, 0, 0);
}
.countdown-row {
	clear: both;
	width: 40%;
	padding: 0px 2px;
	text-align: center;
}

/*
.countdown-show1 .countdown-section {
	width: 98%;
}
.countdown-show2 .countdown-section {
	width: 48%;
}
.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%;
}
*/

/*smart phone*/
@media (max-width:767px) {
	.countdown-section {
		float: left;
	  font-size: 1.2em;
		padding-left:10px;
	  width: auto;
		text-align: center;
	}
	.countdown-amount {
	/*  font-size: 200%;*/
	  font-family: 'sans-serif';
		color:orange;
	  font-size: 1.3em;
	}
}

/*for pc only*/
@media (min-width:767px) {
	.countdown-section {
		float: left;
	  font-size: 1.2em;
		padding-left:10px;
	  width: auto;
		text-align: center;
	}
	.countdown-amount {
	/*  font-size: 200%;*/
	  font-family: 'sans-serif';
		color:orange;
	  font-size: 1.2em;
	}
}

.countdown-period {
    display: block;
/*    background-color: rgba(0, 0, 0, 0.8);*/
		color:#fff;
}
.countdown-descr {
	display: block;
	width: 100%;
}
