@charset "utf-8";
/************************************************************
CSS Information
 File name:      pages.css
 Style Info:     press / popup スタイル
************************************************************/


/*============================================================
 press popup
 ============================================================*/
 
 
/* press popup nav */
.popNav{
	margin:0 auto; 
	}
/*.itemBtn{
	margin:20px 0;
	}*/
.popNav li{
	float:left;
	width:273px;
	/*margin-bottom:20px;
	margin-right:20px;*/
	}


@media screen and (max-width: 1024px) {

	}
@media screen and (max-width: 768px) {	

	}
@media screen and (max-width: 480px) {	
.popNav li{
	width:96%;
	}
.popNav li.mr_20{ margin-right:0;}
	
	
	}
 
