@charset "utf-8";
/* CSS Document */

.grid {
	margin-top: 25px;
}
.pane .styled_label {
	display: block;
}
.pane .styled_label span {
	background: url(/common/img/ico-window.png) no-repeat right center;
	padding-right: 20px;
}
.grid:after {
	content: "."; visibility: hidden; display: block; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
.grid .col {
	width: 214px;
	float: left;
	margin-bottom: 16px;
}
.grid .col .pane {
	display: block;
	font-size: 100%;
	color: #222222;
	line-height: 1.714;
}

/* .contact
----------------------------------------*/
.contact {
	width: 734px;
	padding: 10px 10px 35px 10px;
	background: #ebf8fc;
	margin-top: 45px;
}
.contact .contact_title {
	font-size: 167%;
	font-weight: bold;
	background: #FFF;
	padding: 4px 20px;
	margin-bottom: 25px;
}
.contact dl {
	font-size: 117%;
	margin-left: 20px;
}
.contact dl dt {
	background: url(/common/img/ico-circle.png) no-repeat left center;
	padding-left: 15px;
	font-weight: bold;
	margin-bottom: 8px;
}