/* pc.css 幅1008px以上 */

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

 body {line-height: 1.4; font-family: "Meiryo UI" , sans-serif;}

a {
text-decoration: none;
}

a:link { color: #000000; }
a:visited { color: #000000; }
