画面サイズ別にCSSを切り替える方法
<link rel="stylesheet" href="sp.css" type="text/css" media="screen and (max-width: 640px)"> <link rel="stylesheet" href="style.css" type="text/css" media="screen and (min-width: 641px)">