@media only screen and (min-width:600px) and (max-width:959px){}<head><!-- 内部CSS化 --><style>body{font-family:Arial;margin:0}.header{background:#333;height:60px}</style><!-- 非同期CSS読み込み（head内） --><link rel="preload" href="style.css" as="style" onload="this.onload=null;this.rel='stylesheet'"></head>