@charset "utf-8";


/* Reset styles
======================================================================= */
html, body,
h1, h2, h3, h4, h5, h6,
dl, dt, dd, ul, ol, li,
p, blockquote,
form, input, textarea, button,
th, td { margin: 0; padding: 0; }

body { font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif; }
body, table, input, textarea, button { line-height: 1.6; font-size: 12px; }

address, em { font-style: normal; }
img { border: 0; line-height: 1 !important; }
a:link img { text-decoration: none !important; }
br { letter-spacing: 0; }

table { border: none; border-collapse: collapse; border-spacing: 0; empty-cells: show; }
th, td { border: none; }


/* Common classes
======================================================================= */
.clearfix:after { display: block; clear: both; height: 0; visibility: hidden; content: "."; }
.clearfix { display: inline-table; min-height: 1%; }
/* \*/
* html .clearfix { height: 1% !important; }
.clearfix { display: block; }
/* */

.fl { float: left; }
.fr { float: right; }

