html {
	font-size: 6.25%
}
body {
	background-color: #eee;
}
#wrap {
	width: 640px;
	margin: 0 auto;
	font-size: 14rem;
	color: #222;
}
#wrap #contact {
	margin: 15px;
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: #fff;
	line-height: 1.4;
}
#wrap #contact p {
	margin: 0 0 1em 0;
	color: #666;
}
#wrap #contact .title {
	text-align: center;
	font-size: 18rem;
}
#wrap #contact .note {
	border: 1px dotted #ccc;
	padding: 15px;
	font-size: 12rem;
	border-radius: 4px;
}
#wrap #contact dl {
}
#wrap #contact dl dt {
	clear: both;
	float: left;
	width: 8em;
	padding: 0.5em 0;
	text-align: right;
}
#wrap #contact dl dd {
	margin: 0 0 1em 0;
	padding: 0.5em 0 0.5em 9em;
	border-bottom: 1px dotted #ccc;
}
#wrap #contact .submit {
	margin: 2em 0;
	text-align: center;
}
@media screen and (max-width: 768px) {
	#wrap {
		width: 100%;
	}
	#wrap #contact dl {
	}
	#wrap #contact dl dt {
		float: none;
	}
	#wrap #contact dl dd {
		padding: 0.5em 0;
	}
}
