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

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

 #cont-smart{ display: none; }

}

/* フォントスタイルの指定 */
 body {line-height: 100%; font-family: "Meiryo UI" , "メイリオ" , "ＭＳ Ｐゴシック" , sans-serif;}

/* 文字色と、マウスオーバー時の色の指定 */
 a { text-decoration: none; color:#000000;}
 a:hover { text-decoration: underline; color:red;}

 /* X 中央寄せ */
 .twitter-timeline {
    margin-left: auto;
    margin-right: auto;
} 