@charset "utf-8";



/* ---- Mobile 320px〜559px ---- */
@media screen and (max-width: 559px) {
	
} /* ---- Mobile 320px〜559px ---- */


/* ---- PC 560px〜959px ---- */
@media screen and (max-width: 959px) {
	
} /* ---- PC 560px〜959px ---- */


/* ---- WideScreen ---- */
@media screen and (min-width:1024px) {
	
} /* ---- WideScreen ---- */