@media screen and (max-width: 768px) {
.main .company dl dt {
	font-weight:bold;
	padding:4px 0;
}
.main .company dl dt:before {
	content: "\f0d7";
	font-family:FontAwesome;
	margin-right:4px;
	font-weight:normal;
	text-decoration:none;
	color:#fb6400;
}
.main .company dl dd {
	border-bottom:#CCC 1px dotted;
	margin-bottom:10px;
	padding-bottom:4px;
}
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom:10px;
}
.ggmap iframe, .ggmap object, .ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
}
