﻿@charset "utf-8";

html,body{ margin:0; padding:0;}

html * {
  margin: 0;
  padding: 0;
}

body {
  background: #fff none repeat scroll 0%;
  text-align: left;
  color: #666;
  font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-size: 100%;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1.8;
}
body * {
  font-size: 100%;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}
ul, li {
  list-style: none;
}
em,address {
  font-style: normal;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
img,
a img {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
}

div {
  display: block;
}

input[type="button"],input[type="submit"],input[type="text"],input[type="textarea"] {
  font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  -webkit-appearance: none;
}

/*EOF*/
