﻿@charset "utf-8";

html {
	overflow-y: scroll;
}

body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, figure {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	font-size: 62.5%;
}

body, textarea {
	font-family: sans-serif, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", serif;
	font-size: 1.2rem;
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

article, header, footer, aside, figure, figcaption, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
	list-style-type: none;
}
