メディアクエリーの書き方
[html]<a href="http://news.mynavi.jp/articles/2010/10/12/css3-media-query-template/index.html" target="_blank">参照</a>
<a href="http://stuffandnonsense.co.uk/blog/about/hardboiled_css3_media_queries" target="_blank">元記事参照</a>
<a href="http://aqua-create.com/css/css3-media-queries-width-website/">ここ</a>も参考になります
[/html]
IE8以下は、アカンようで、
[html]
<!–[if IE]>
<link href="pc.css" rel="stylesheet" type="text/css" />
<![endif]–>
[/html]
これ要るようです。