@charset "utf-8";
/* ------------------------------------------------------
reset setting
------------------------------------------------------ */
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, div, form, address {
font-size: 100%;
padding: 0;
margin: 0;
font-style:normal;
font-weight:normal;
}

img {
border:0;
vertical-align: bottom;
}
ul, ol { list-style: none; }
hr { display: none; }
/*架空のクラス。必要な時に使いやすいよう。*/
.cb { clear: both; }

/* ------------------------------------------------------
font size
------------------------------------------------------ */
body {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
font-size: 62.5%;
}
