.div_03 {
	width: 100%;
	max-width: 1280px;
	float: center;
	margin: 0 auto;
}
.div_03-container {
	overflow: hidden;
	padding-top: 130px;
	padding-bottom: 100px;
	padding-left: 15%;
	padding-right: 10%;
}
.div_03-content-left {
	width: 65%;
	float: left;
}
.div_03-content-right {
	width: 35%;
	float: left;
}
.div_03-content-center {
	padding-left: 15%;
	padding-right: 15%;
	float: center;
	text-align: center;
}





.div_03-text-larger {
	color: rgba(180,180,180,1.0);
	font-size: 50px;
	font-weight: lighter;
	line-height: 44px;
	padding-bottom: 30px;
}
.div_03-text-large {
	color: rgba(0,0,0,1.0);
	font-size: 30px;
	font-weight: lighter;
	line-height: 34px;
	padding-bottom: 30px;
}
.div_03-text-medium {
	color: rgba(0,0,0,1.0);
	font-size: 20px;
	font-weight: lighter;
	line-height: 24px;
}
.div_03-text-small {
	color: rgba(0,0,0,1.0);
	font-size: 16px;
	font-weight: lighter;
	line-height: 20px;
}
.div_03-text-smaller {
	color: rgba(0,0,0,1.0);
	font-size: 14px;
	font-weight: lighter;
	line-height: 18px;
}
.div_03-text-tiny {
	color: rgba(0,0,0,1.0);
	font-size: 12px;
	font-weight: lighter;
	line-height: 16px;
}