/* CSS Document */
#top_img {
    width: 100%;
    height: 500px;
    background: url("../img/contact/contact_top.jpg") no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
}

.title {
/*	display: inline-block;*/
	font-size: 30px;
	color: #326291;
	border-bottom: solid 4px #326291;
	margin-top: 40px;
	margin-bottom: 20px;
    letter-spacing: 1px;
}


.left_cap {
/*	float: left;*/
	width: 40%;
	margin-left: 10%;
	padding-bottom: 3%;
	/*	padding-right: 30px;*/
}

#wall {
	max-width: 50vw;
}
.left_cap p {
	font-size: 15px;
}

.left_cap td {
	white-space: nowrap;
}
.left_img img {
/*	float: left;*/
	margin-left: 10%;
	margin-right: 5%;
	width: 40%;
	margin-bottom: 5%;
	margin-top: 10%;

}

.right_img img {
	width: 40%;
	margin-bottom: 5%;
	margin-left: 5%;
	margin-top: 5%;}
.right_cap {
	width: 40%;
	float: left;
	padding-bottom: 3%;
}

.right_cap p {
	font-size: 15px;
}

.tel {
	padding: 3% 3%;
	width: 70%;
	background:#DEDEDE;
	border: solid 2px #000;
	border-radius: 5px;
	text-align: center;
	margin: 30px auto;
	font-size: 150%;
	font-weight: bold;
}
.tel a {
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	color: blue;
}

@media screen and (max-width: 940px) {
    .tel {
        font-size: 100%;
    }
    .tel a {
        font-size: 100%;
    }

}