@charset "utf-8"; 


*,
*:before,
*:after {
	box-sizing: border-box;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,input,p,blockquote,th,td { margin:0;padding:0; }
address,caption,cite,code,dfn,th,var { font-style:normal;font-weight:normal; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
	margin:0;
	display: block;}

html {
	font-family: "Noto", YuGothic, 'Yu Gothic', '游ゴシック体', '游ゴシック', 'メイリオ', Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif;
	overflow-y: scroll;
	font-size: 62.5%;
	font-weight: 500;
	text-align: justify;
	width: 100%;
	-webkit-text-size-adjust: 100%;}
ol, ul {
    list-style: none;}
small {
	font-size: 80%;}
	
input[type="submit"],
input[type="button"],
input[type="reset"]  {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus,
input[type="reset"]::focus {
  outline-offset: -2px;
}


	
	
	
	
	
	
	
	
	
	
	
	
	