@charset "UTF-8";
.contact-container {
	clear:both;
	position:relative;
	width:100%;
	margin:20px 0;
}
.address {
	float:left;
	width:49.5%;
}
.access {
	float:left;
	width:49.5%;
}
.access dl {
	margin:20px 0;
}
.access dt {
	width:20%;
	text-align:center;
	padding:0px 5px;
	margin:2px 0;
	color:#FFF;
	border-radius:2px;
	background:#999;
}
.access dd {
	margin:0 0 10px 0;
	line-height:150%;
}

@media screen and (max-width: 940px) {
.address {
	float:left;
	width:49.5%;
}
.access {
	float:left;
	width:49.5%;
}
}
@media screen and (max-width: 768px) {
.address {
	float:none;
	width:100%;
}
.access {
	float:none;
	width:100%;
}
}

