@media print, screen and (min-width: 641px) {

#thanks h3 {
	text-align: center;
	margin-bottom: 30px;
}
#thanks p {
	text-align: center;
	margin-bottom: 50px;
}
#thanks address {
	text-align: center;
	font-style: normal;
	font-size: 14px;
	line-height: 1.8em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 40px;
}
#form .box h3 {
	margin-bottom: 10px;
}
#form .box .tel {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: #eee;
}
#form .tel dl {
	font-size: 32px;
	overflow: hidden;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 500px;
}
#form .tel dl dt {
}
#form .tel dl .tel {
	float: left;
	width: 250px;
	text-align: left;
}

}



@media print, screen and (max-width: 640px) {

#thanks h3 {
	text-align: center;
	margin-bottom: 30px;
}
#thanks p {
	text-align: center;
	margin-bottom: 50px;
}
#thanks address {
	text-align: center;
	font-style: normal;
	font-size: 14px;
	line-height: 1.8em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 40px;
}
#form .box h3 {
	margin-bottom: 10px;
}
#form .box .tel {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: #eee;
}
#form .tel dl {
	font-size: 24px;
	overflow: hidden;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 500px;
}
#form .tel dl dt {
	float: left;
	width: 190px;
}
#form .tel dl .tel {
	float: left;
	width: 250px;
	text-align: left;
}

}

