/* ---------------------------------------------------------------
	start min 701px
--------------------------------------------------------------- */

@media print,screen and ( min-width: 701px ) {

	.tab_none {
		display: none;
	}


	p.pagetop a:hover {
		filter: alpha(opacity=100);
		-ms-filter: "alpha(opacity=100)";
		opacity: 1;
		-moz-opacity: 1;
		-khtml-opacity: 1;
	}

	.opacity:hover {
		opacity: 0.7;
	}


	.img {
		image-rendering: -webkit-optimize-contrast;
	}








}

/* ---------------------------------------------------------------
	end min 701px
--------------------------------------------------------------- */
