@media only screen and (max-width: 801px) {	// for smartphone
}

@media only screen and (min-width: 801px),print { // for PC
}
