/*default
-----------------------------------------------------------*/

html { font-size: 62.5%; -ms-overflow-style:scrollbar!important;}
body:before, body:after {
    content: "";
    display: table;
}
body:after { clear: both; }
* {
    zoom: 1;
}

body {
	font-size: 62.5%;
	line-height: 200%;
	font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
	color: #111;
	font-style: normal;
	font-weight: 400;
	margin:0;
	padding:0;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    font-size: 1.6rem;
}

@media screen and (max-width: 800px) {
	
	body {
        font-size: 1.4rem;
    }
	
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

:root {
	-ms-overflow-style: -ms-autohiding-scrollbar;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
			text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: auto;
}

h1, h2, h3, h4, h5, h6, p, ul, li {
	margin:0;
	padding:0;
	font-weight: normal;
}

a {
	outline: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	text-decoration: none;
	color: #111;
}

a:active,
a:hover {
	outline-width: 0;
}

img, source {
	border-style: none;
    -ms-interpolation-mode: bicubic;
	display: block;
	width: 100%;
	height: auto;
}

picture { display: block; }

ul, li { list-style: none; }

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