	footer{position:relative;}
	#fixed{
position:fixed;
bottom:0;
right:20px;
z-index:1000;
}


.pc{display:none;}


@media only screen and (min-width: 64em) {
 .cel{display:none;}
 .pc{display:inline;}

}
