@charset "UTF-8";
/* CSS Document */
.clear{
	clear: left;
}
.icon img{
	width: 100%;
	border-radius: 10px;
}
.icon2 img{
	width: 100%;
	border-radius: 10px;
}
.icon2{
	border-bottom-left-radius: 39px;
	border-bottom-right-radius: 39px;
	border-top-right-radius: 39px;
	float: left;
	width: 49.5%;
	margin-right: 0;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0.5%;
	padding-top: 1%;
}
.icon{
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 1%;
	padding-top: 2%;
	width: 24.6%;
	float: left;
}

.space{
	width: 100%;
	height: 100%;
}
.backimg{
	padding-top:3%; 
	background-image: url(../images/index.jpg);
	background-repeat: no-repeat;
	background-size:100% 100%;
	width: 100%;
	padding-bottom: 23%;
	padding-left: 10px;

}
