@charset "utf-8";

/*==============================================
	Reset
==============================================*/
*{
	box-sizing:border-box;
}
html{
	font-size:10px;
}
body,div,pre,p,blockquote,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,
ul,ol,li,
embed,object,
figure{
	margin:0;
	padding:0;
	-webkit-text-size-adjust: 100%; 
}
main,section{
	display: block;
}
img{
	border:0;
}
img{
	vertical-align:top;
}
img{
	max-width:100%;
}
li{
	list-style:none;
}
a{
	outline:0;
}
em{
	font-style:normal;
}
header,footer,nav,main,
article,section,aside,
figure,figucaption,
small{
	display:block;
}