@charset "UTF-8";
/* CSS Document */

#white {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	background: url(../img/out.png) no-repeat top center;
}
#white .people {
	background: url(../img/people.png) no-repeat left top;
	width: 420px;
	padding:30px;
	margin-left:20px;
	
}
#white .environment {
	background: url(../img/environment.png) no-repeat right bottom;
	width: 450px;
	text-align:right;
	padding-right:30px;
	padding-bottom:50px;
	margin-top:50px;
}
#white h2 {
	display: none;
}
#white .people h3 {
	display: none;
}
.people p {
	margin-top: 20px;
}
#white .environment h3 {
	display: none;
}

#overGreen #shop {
	margin: 0px auto;
	width: 930px;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-box;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left:30px;
}
#shop h2 {
	display: none;
}

#shop article {
	width: 260px;
	margin-left:30px;
	
}
#shop article h3 {
	display: inline;
	font-size:16px;
	
}
#shop article p {
	margin-left: 18px;
}
#shop article .check {
	margin-right: 27px;
	margin-top: 10px;
}
#overGreen #map {
	margin: 0px auto;
	width: 960px;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-box;
	
}
#map iframe {
	margin-left: 150px;
}
#map p {
	margin-top: 30px;
	margin-left: 50px;
}
