@charset "UTF-8";
.pnone {
	pointer-events: none;
	opacity: 0.5;	
}

/*----------------------------------------------*/
/*1120px以下のcss*/
/*----------------------------------------------*/
@media screen and (max-width: 1120px) {

}

/*----------------------------------------------*/
/*1024px以下のcss*/
/*----------------------------------------------*/
@media screen and (max-width: 1024px) {

}

/*----------------------------------------------*/
/*768px以下のcss*/
/*----------------------------------------------*/
@media screen and (max-width: 768px) {
	
}

/*----------------------------------------------*/
/*480px以下のcss*/
/*----------------------------------------------*/
@media screen and (max-width: 480px) {
	
}