@charset "utf-8";
/* CSS Document */

/* .contact
----------------------------------------*/
.contact {
	width: 100%;
	padding: 10px 10px 35px 10px;
	background: #ebf8fc;
	margin: 20px 0;
	box-sizing: border-box;
}
.contact .contact_title {
	font-size: 167%;
	font-weight: bold;
	background: #FFF;
	padding: 4px 20px;
	margin-bottom: 15px;
	text-align: center;
}
.contact dl {
	margin-left: 0;
}