/* pc.css 画面の横幅が900px以上 */

@media screen and (min-width: 900px){
 img{ max-width: 100%;height: auto; width /***/:auto;  }
 div.main{ width:900px; margin-right: auto; margin-left : auto;}
 }

 body {line-height: 130%; font-family: "Meiryo UI" , "メイリオ" , "ＭＳ Ｐゴシック" , sans-serif;}