/* Contdonwn */

.bg-gradient {
    position: fixed;
    width: 1000px;
    height: 1000px;
    top: 50%;
    left: 50%;
    z-index: -1;
    margin: -500px 0 0 -500px;
}

.container {
    text-align: center;
    margin: 0 auto;
    width: 800px;
    height: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -400px;
}
 
/*モーダルウィンドウ フワーとポップアップ*/
/*開始*/


/*終了*/

h1,
h2 {
    margin: 0;
    color: #eee;
    -moz-text-shadow: 0 3px 3px #000000;
    -webkit-text-shadow: 0 3px 3px #000000;
    text-shadow: 0 3px 3px #000000;
}
    
h1 {
    font-size: 40px;
    margin: 0 0 10px;
    line-height: 1;
}

h2 {
    font-size: 18px;
}

#CDT {
    font-size: 40px;
    color: #eee;
    font-weight: bold;
	margin-bottom: -60px;
	margin-right: 30px;
}

#CDT .number-wrapper {
    margin: 10px;
    -moz-box-shadow: 0 5px 8px #000000;
    -webkit-box-shadow: 0 5px 8px #000000;
    box-shadow: 0 5px 8px #000000;
    position: relative;
}

#CDT .number {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: #000;
    background-image: linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
    background-image: -o-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
    background-image: -moz-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
    background-image: -webkit-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
    background-image: -ms-linear-gradient(bottom, #000000 2%, #3c3c3c 50%, #000000 100%);
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 0 12px;
    height: 55px;
    line-height: 60px;
    text-align: center;
    border: 1px solid #555;
    -moz-box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.2);
    -moz-text-shadow: 0 3px 3px #000000;
    -webkit-text-shadow: 0 3px 3px #000000;
    text-shadow: 0 3px 3px #000000;]
	margin-right: 40px;
}
       
#CDT .line {
    position: absolute;
    width: 100%;
    height: 1px;
    top: 52%;
    left: 0;
    background: #000;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
	margin-right: 40px;
}
       
.caption {
   font-size: 25px;
   position: absolute;
   top: -1000px;
   right:-60px;
   text-align: center;
   width: 100%;
   color: #777;
}
    
footer {
    font-size: 11px;
    font-weight: normal;
    text-align: center;
    color: #777;
}

footer p {
    margin: .5em 0;
    line-height: 1.5;
}
.count{
	margin: 25px auto 35px;
	width: 60%;
	background-color: #ffeaea;
	border: solid 1px #999999;
	border-radius: 15px;
	padding: 15px 0;
}
.font1{
		font-size: 35px;
	}
.font2{
	font-size: 20px;
}
.font3{
	font-size: 30px;
}

/*--------PC用css-追従ボタン-------*/
@media screen and (min-width:801px)
{
	.EC_btn_sp{
		display: none;
}

	.spECmail_btn{
		display: none;
}
	.EC_btn_tb{
		display: none;
}

	.tbECmail_btn{
		display: none;
}

}

/*--------tb用css-追従ボタン-------*/
@media screen and (min-width: 479px) and (max-width: 800px) 
{
	.EC_btn_sp{
		display: none;
}

	.spECmail_btn{
		display: none;
}
	.EC_btn_pc{
		display: none;
}

	.pcECmail_btn{
		display: none;
}

}

/*--------スマホ用css-追従ボタン-------*/
@media screen and (max-width:479px)
{
	.font1{
		font-size: 20px;
	}
	.font2{
		font-size: 15px;
	}
	.font3{
		font-size: 20px;
	}
	#CDT{
		font-size: 40px;
	}
	#CDT .number {
		height: 40px;
		font-size: 30px;
		line-height: 40px;
	}
	.caption {
		font-size: 20px;
		right: -50px;
	}
	.count{
		margin: 10px auto 15px;
		width: 90%;
	}

	.EC_btn_pc{
		display: none;
}

	.pcECmail_btn{
		display: none;

}
	.EC_btn_tb{
		display: none;
}

	.tbECmail_btn{
		display: none;
}	
}