@charset "utf-8";
/* CSS Document */

@media only screen and (max-width: 800px) {
#nav {height:52px; color:#FFF; font-size:12px; width:100%; background-color:#fff; font-weight: 600;}
}

@media only screen and (max-width: 1100px){
#contentAll{margin:50px 0px 0px 10px; font-size:12px; overflow:auto; height:65%;}
	#contentCompare{margin:10px 0px 0px 20px; font-size:12px; overflow:auto; height:50%;}

}

@media only screen and (max-height: 800px){
#contentAll{margin:50px 0px 0px 10px; font-size:12px; overflow:auto; height:65%;}
	#contentCompare{margin:10px 0px 0px 20px; font-size:12px; overflow:auto; height:50%;}
}
