/* smart.css 画面の横幅が667pxまで */

@media screen and (max-width: 667px){
 img{ max-width: 100%; height: auto; width /***/:auto; }
 #container{ width:100%; }

 #cont-pc{ 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;
} 
