@charset "utf-8";
/* CSS Document */

/*============================================================

  common

============================================================*/
.sp {
	display: none!important;
}

.center {
	text-align: center;
}


/* スマホ */
@media screen and (max-width: 640px) {
	.sp {
		display: block;
	}
	
	.pc {
		display: none!important;
	}
}