@charset "utf-8";
/* CSS Document */


#main {
	width:1000px;
	height:600px;
	margin:0 auto;
}

.thanks{
	text-align:center;
	margin-top:160px;
	font-size:15px;
	font-weight:bold;
}

h2{
	font-size:20px;
	margin-left:60px;
	text-align:left;
	color:#555;
}
.hr-1{
	width:900px;
	border-top: 2px dotted #ccc;
}


.thanks p{
	margin-top:50px;
}


@media screen and (max-width: 768px) {
	
#main{
	width: auto;
	height:auto;
}

.thanks{
	margin-top:160px;
}

h2{
	font-size:20px;
	margin-left:20px;
	text-align:left;
	color:#555;
}

.hr-1{
	width:100%;
}


}