@charset "utf-8";


/* contact css --------------------------------------------------------------- */
@media screen and (max-device-width: 480px){
	body#contact #container {
		overflow: hidden;
	}
}
#contact-outer {
	width: 1083px;
	margin-right: -83px;
	position: relative;
	left: 0px;
	top: 0px;
	zoom: 1;
}
#contact-outer:after {
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
	content: " ";
	line-height: 0; 
}

#contact-outer hr {
	clear: both;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0px;
	font-size: 0.01em;
	line-height: 0.01em;
	background: #ffffff;
	color: #ffffff;
	filter: alpha(opacity=0);
	opacity: 0;
	-moz-opacity: 0;
}

.contact-section {
	display: inline; /* for IE6 */
	float: left;
	width: 460px;
	margin-right: 80px;
	padding-bottom: 15px;
}
.contact-section p {
	margin-bottom: 25px;
}





































