@charset "utf-8";
body {
margin: 0px;
height:100%;
}
.wrap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	margin: auto;
	height: auto;
	width: 80%;
	position:relative;
	box-sizing: border-box;
	text-align: center;
}
.wrap img{
width:80%;
}
.wrap .content{
width:100%;
height: auto;
margin: auto;
box-sizing: border-box;
}
.wrap .content .address {
width:100%;
height:auto;
box-sizing: border-box;
text-align:center;
margin-bottom:20px;
}
.wrap .content .construction{
font-size:2em;
width:100%;
height:auto;
text-align:center;
}
.wrap .icons {
position: absolute;
bottom:0;
right:0;
width:5%;
height:auto;
}
.wrap .icons img{
width: 100%;
}

