@charset "utf-8";
div.support_feature {
	width: 450px;
	height: 185px;
	background-repeat: no-repeat;
	float: left;
	margin: 0 0 30px 40px;
	overflow: hidden;
}
div.support_feature.right {
	margin: 0 0 30px 15px;
}
div.support_feature a {
	float: right;
	color: #34b1e4;
	font-weight: bold;
	display: block;
	margin: 145px 30px 0 0;
}

div.support {
	float: left;
	width: 410px;
	margin: 0 0 30px 40px;
}

div.support.right {
	margin: 0 0 30px 70px;
}

div.support img {
	float: left;
}

div.support div.inner {
	float: left;
	width: 323px;
	margin-left: 12px;
}
div.support div.full {
	float: left;
	width: 425px;
	margin-left: 12px;
}
div.support h2 {
	font-weight: normal;
	color: #555;
	font-size: 24px;
}

div.support h3 {
	font-weight: normal;
	color: #999;
	font-size: 18px;
}

div.support p {
	color: #484848;
	font-size: 12px;
}

div.support a {
	font-size: 14px;
	color: #42AEF0;
}

.support_clear {
	clear: both;
	display: block;
}