@charset "UTF-8";

html{
	box-sizing:border-box;
	line-height:1;
}
h1,h2,h3,h4,h5,h6{
	font-size:2.0rem;
	margin:0.7rem 0;
}
hr{height:0;}
small{font-size:70%;}
a{
	text-decoration:none;
}
img{
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
	border-style:none;
}
button,input,textarea{
	font-size:100%;
	line-height:1.1;
}
button{overflow: visible;}
ol,ul {
	list-style-type: none;
	padding: 0;
}
h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,ul,li,body,main,button,input,textarea {
	margin: 0;
}
*, *::before, *::after {
	box-sizing: inherit;
}

