@charset "utf-8";

/*----------------------------------------------------
elements
----------------------------------------------------*/
html { font-family: 'メイリオ', Meiryo,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;}

body {
  -webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}

img { vertical-align: bottom;}

li { list-style: none;}

/*================================================
table
==================================================*/
table {
  border-collapse: collapse;
  border-spacing: 0px;
}
