/* CSS Document */ /*------------------------------*/ /* forSp, forPc */ /*------------------------------*/ .forSp { display: none; } .forPc { display: block; } /*========================================================================================= for smart phone start =========================================================================================*/ @media only screen and (max-width: 480px){ /*------------------------------*/ /* forSp, forPc */ /*------------------------------*/ .forSp { display: block; } .forPc { display: none; } } /*========================================================================================= for smart phone end =========================================================================================*/