@charset "utf-8";



div.contact ul.information {
	margin-bottom: 1em;
	}

div.contact ul.information li {
	margin-left: 2em;
	list-style: disc;
	}

div.contact form {
	padding: 20px;
	border: 1px solid #ccc;
	background: #fff;
	}

div.contact dt {
	color: #080;
	font-weight: bold;
	}

div.contact dt.error {
	color: #e71b85;
	}

div.contact dd {
	margin-bottom: 20px;
	}

div.complete p {
	margin: 1em;
	text-align: center;
	}

div.complete dl {
	margin: 0 15px;
	padding: 20px;
	border: 1px solid #ccc;
	background: #fff;
	}

div.complete dt {
	color: #080;
	font-weight: bold;
	}

div.complete dd {
	margin-bottom: 20px;
	}





