@charset "utf-8";

.leftSide, .rightSide{
	width:100%;
	float:left;
	overflow:hidden;
	
}



.infoColumn{
	width:100%;
	overflow:hidden;
	display:block;
	margin:0;
	padding:0;
	color:#003E6A;
	margin-bottom:20px;
}

.infoColumn li{
	display:block;
	width:100%;
	overflow:hidden;
	margin-bottom:5px;
	
}

.infoTitle{
	font-weight:700;
	border-bottom:1px solid #003E6A;
	padding-bottom:3px;
}

.infoBefore:before{
	content:"";
	display:block;
	float:left;
	width:12px;
	height:12px;
	margin-right:8px;
	margin-top:2px;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;	
	
}

.infoAddress{
	text-align:justify;
	
}

.infoAddress:before{
	background-image:url(../assets/locationB.png);
}

.infoTel:before{
	background-image:url(../assets/phoneB.png);
}

.infoFax:before{
	background-image:url(../assets/faxB.png);
}

.infoFax:before{
	background-image:url(../assets/faxB.png);
}


#map{
	padding:0;
	padding-bottom:100px;	
	
}

.map{
	display:block;
	width:100%;
	height:300px;
	border:1px solid #000;
	box-sizing:border-box;	
}

.map iframe{
	width:100%;
	height:298px;
	box-sizing:border-box;	
}

@media (min-width: 700px) {

.leftSide{
	width:45%;
	float:left;	
	
}
.rightSide{
	width:50%;
	float:right;	
	
}


.map{
	height:400px;
}

.map iframe{
	height:398px;
}

}







