.content_div{
	margin-top:30px;
	border-bottom: 1px dashed #d3d3d3;
}

.content_div a{
	font-size:20;
	font-weight:bold;
}

.content_section{
	margin-top:100px;
}

.content_section  p{
	margin-top:10px;
	margin-bottom: 20px;
	font-size:14;
	line-height:40px;
	white-space:normal;
}

.wrapper{
	width:400px;
	height:50px;
	margin:auto;
	margin-top:40px;
}

.count_down{
	width:216px;
	height:118px;
	position:absolute;
	top:0px;
	right:0px;
}

.day_text{
	font-size:24px;
	font-weight:bold;
	height:60%;
	line-height:70px;
}

.day_num{
	height:40%;
	font-size:30px;
	color:red;
	text-align:center;
}

