@charset "utf-8";
/* CSS Document */
img.bgmaximage {
	position:fixed !important;
}
#maincontent {
    z-index: 50;
    width: 100%;
  	margin-right: auto;
	margin-left: auto;
}
#feature_content {
	background-image: url(images/feature_content.png);
	background-repeat: no-repeat;
	height: 471px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 80px;
	color: #FFF;
}
#feature_explain {
	width: 370px;
	padding-top: 130px;
	padding-left: 20px;
	float: left;
}
#feature_explain h2 {
	text-align: center;
}
#feature_explain p {
	font-size: 14px;
}
#feature_4feature {
	float: right;
	margin-right:10px;
	margin-top:60px;
}
#feature01 {
	background-image: url(images/feature01.png);
	height: 80px;
	width: 473px;
	margin-bottom:15px;
}
#feature01 p {
	margin-left: 130px;
	padding-top: 15px;
}
#feature02 {
	background-image: url(images/feature02.png);
	height: 80px;
	width: 473px;
	margin-bottom:15px;
}
#feature02 p {
	margin-left: 130px;
	padding-top: 10px;
	width:330px;
	font-size:14px;
}
#feature03 {
	background-image: url(images/feature03.png);
	height: 80px;
	width: 473px;
	margin-bottom:15px;
}
#feature03 p {
	margin-left: 130px;
	padding-top: 15px;
}
#feature04 {
	background-image: url(images/feature04.png);
	height: 84px;
	width: 473px;
}
#feature04 p {
	margin-left: 130px;
	padding-top: 10px;
	font-size:14px;
	width:330px;
}
#feature_result {
	background-color: #333;
	width: 150px;
	hight: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 150px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;	
}
#feature_result p {
	text-align: center;
}
