@charset "utf-8";
/*html {
height:100%;

	}*/

body {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	/* margin: 0; */
	padding: 0;
	/*    background-color: #a50871;*/
    /* height: 101%; */
	margin: 0;
	/* background-image: url(../img/bg_01.gif); */
    /* background-repeat: repeat-x; */
	float: left;
	clear: both;
	width: 100%;
}
em {
	font-style: normal !important;
}
#banner {
	background-color: #fff;
	height: 360px;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	clear: both;
	border: 20px solid #fff;
}
#content {
	padding: 0 20px;
}
article img {
border: solid 2px #8a005e;
}
.tel {
	font-size: 2em;
	font-stretch: ultra-condensed;
	color: #8a005e;
	line-height: 1.2;
	font-weight: bold;
	font-family: 'Open Sans Condensed', sans-serif;
}

footer {
	text-align: right;
	color: #FFFFFF;
	font-size: 1em;
	padding: 5px 0;
	background-color: #a50571;
	float: left;
	clear: both;
	width: 100%;
}
footer a {
	color: #FFFFFF;
	color: #FFFFFF;
	text-decoration: none;
	/* margin-left: 20px; */
    /* padding-right: 40px; */
	padding: 30px;
}
