
/*pc_css*/
@media screen and (min-width:751px){
	
	#terms #header a.nterms{
		font-weight: bold;
	}
	
	#terms .contbox .innerbox{
		line-height: 2em;
		text-align: left;
	}
}



@media screen and (max-width:750px){
	#terms #header a.nterms{
		font-weight: bold;
	}
	
	#terms .maincontainer{
		margin:60px 0 0 0;
	}
	
	#terms .contbox .innerbox{
		line-height: 2em;
		text-align: left;
	}
}
	