jsよりcss先に読み込むべし

When using scripts that rely on the value of CSS style properties, it's important to reference external stylesheets or embed style elements before referencing the scripts.

http://api.jquery.com/ready/

CSSに依存するJSがあった場合、DOMContentLoadedで実行した場合でもCSSが読み込まれてない可能性があるからCSSのほうを最初に書いたほうがいいらしい。