@charset "UTF-8";
/* ------------------------------------------------------------
	= Contents =	00. RESET
					01. FONT
   ------------------------------------------------------------ */
   
/* ------------------------------------------------------------
	00. RESET SETTING CSS
   ------------------------------------------------------------ */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td, figure{
	margin: 0; 
	padding: 0;
}
html{
	overflow-y: scroll;
}
body{
	-webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6{
	font-size: 100%; 
	font-weight: normal;
}
ol, ul{
	list-style:none;
}
fieldset, img{
	 border:0;
    vertical-align: bottom;
}
table{
	border-collapse: collapse; 
	border-spacing:0;
}
caption, th{
	text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var{
	font-style: normal; 
	font-weight: normal;
}

/* ------------------------------------------------------------
	01. FONT SETTING CSS
   ------------------------------------------------------------ */

body {
	font-family: 'Noto Sans JP', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', arial, helvetica, clean, sans-serif;
	font-weight:400;
	font-size:16px;
	color:#434343;
}
a{
	color: #434343;
}
table {
	font-size:inherit;
	font:100%;
}

* {
	max-height: 999999px;
	box-sizing:border-box;
}