* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  min-width: 100px;
	font-size: 62.5%;
}

body {
  min-width: 100px;
	font: 62.5%/1.5 'Lucida Grande', Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',  sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
	letter-spacing: 0.08em;
	font-size: small;
	font: x-small;
	-webkit-text-size-adjust: 100%;
}

footer,header,hgroup,main,nav,section {
  display: block;
}

p,table {
  margin: 0;
}

h1,h2,h3,h4,h5,h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

img {
  border-style: none;
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}
