@charset "utf-8";
/* reset.css */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, img, strong, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;

}

body {
  line-height: 0;
/*   font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  font-family: 'Hiragino Mincho ProN', serif;
  background:#ffffff;
-webkit-text-size-adjust: 100%; 
  -webkit-font-smoothing: antialiased;
}


ol, ul {
  list-style: none;
}
 
 table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:link, a:visited, a:hover, a:active {
	text-decoration:none;
}

img{
  display: block;
}

