/* less than iPad landscape */
/*
@media screen and (max-width: 1023px) {
	.network_left {
		width:280px;
	}
	.group_top, .group_content {
		left:280px;
	}
}
*/
/* less than iPad portrait */
/*
@media screen and (max-width: 767px) {
	.network_left {
		width:280px;
	}
	.group_top, .group_content {
		left:280px;
	}
}
*/