.center {
	width: 100%;
	margin: 0 auto;
}
.main_develop {
	width: 656px;
	padding: 20px 50px;
	background: url(../images/develop_mainbg.png) no-repeat center center / 100% auto;
	height: 437px;
	float: left;
}
.main_develop h1,
.main_develop p {
	color: #000;
}
.main_develop h1 {
	font-size: 14px;
	font-weight: bold;
}
.main_develop p {
	margin-top: 10px;
}