@media only screen and (max-width: 480px) {



/*======================================

	common
	
========================================*/

.page-header {
	background: transparent url(../i/h2_privacy.jpg) no-repeat center center ;
	background-size: cover;
}



.privacy{
	width:100%;
	margin: auto;
}







}
@media only screen and (min-width: 481px) {


/*======================================

	common
	
========================================*/

.page-header {
	background: transparent url(../i/h2_privacy.jpg) no-repeat center center ;
	background-size: cover;
}

.privacy{
	width:750px;
	margin: auto;
}



}