@charset "utf-8";

/*PC*/
@media print, screen and (min-width:641px) {
}

/* 印刷CSS pc */
@media print {
}

/*tablet*/
@media screen and (max-width:1000px) and (min-width:641px) {
}

/*smart*/
@media screen and (max-width:640px) {
	/* .xxxxxxxxxx */
	.xxxxxxxxxx {
	}
}