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



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