@charset "UTF-8";


.contact_btn_big a:hover {
	filter:alpha(opacity=70);
	-ms-filter:""alpha(opacity=70)"";
	-moz-opacity:0.7;
	-khtml-opacity:0.7;
	opacity:0.7;
}


.platform-Box dt {
	float: left;
	width: 120px;
	font-weight: bold;
	color: #060;
}
.platform-Box dd {
	float: left;
	width: 810px;
}


.platform-Box {
	background-color: #ECF2DF;
	padding: 10px;
	margin-bottom: 10px;
}

.platform-Box:nth-child(odd) {
	background-color: #ECF2DF;

}
.platform-Box:nth-child(even){
	background-color: #f8f8f8;

}
