/* SPVIEW */
@media screen and (max-width:480px) { 
html, body {font-size:83%;line-height:2;}
.spView {display:block;}
.pcView {display:none;}
.sp_frame {
padding: 0 10px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
}
/* PCVIEW */
@media screen and (min-width:481px) {
html, body {font-size: 95%;}
.spView {display:none;}
.pcView {display:block;}
}