@charset "utf-8";
.wrapper{
	padding-bottom:390px;
}

.section1{
	position:relative;
	width:1030px;
}

.section1 .countdown{
	position:absolute;
	top:0;
	right:0;
}

.section1 .countdown_image{
	position:absolute;
	top:80px;
	right:30%;
}

.section1 .left{
	width:620px;
	float:left;
}

.section1 .right{
	width:410px;
	float:left;
	padding-top:230px;
}

.section1 .right p:nth-child(1){
	margin-bottom:55px;
	margin-left:-120px;
}


.section2{
	width:950px;
}

@media all and (min-width: 0) and (max-width: 736px)  {
	.section1,
	.section2 {
		width:98%;
		margin:0 auto 20px auto;
	}

	.section1 .countdown {
		width:30%;
		top:5%;
	}

	.section1 .countdown .countdown_image {
		width:45%;
		right:30%;
		top:37%;
	}

	.section1 .left {
		width:auto;
		float:none;
		text-align:center;
	}

	.section1 .left img {
		width:80%;
	}

	.section1 .right {
		width:auto;
		float:none;
		padding-top:0;
		text-align:center;
	}

	.section1 .right p:nth-child(1) {
		margin-bottom:auto;
		margin-left:auto;
	}

	.section1 .right p {
		margin-bottom:10px !important;
	}

	h2 { padding: 0; }
	h2.news img { height: 20px; }
}