@charset "utf-8";


/*----------------------------------------------------------------------------------------

	riset.css

----------------------------------------------------------------------------------------*/

* {
    box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	font-style: normal;
    text-decoration: none;
}

html {
	overflow-y: scroll;
}
body {
    -webkit-text-size-adjust: 100%;
}
body,a {
	color: #333;
}


h1, h2, h3, h4, h5, h6	{
	font-size: 100%;
}

table	{
	border-collapse: collapse;
	border-spacing: 0;
}
dt,dd {
	font-weight: normal;
}

img	{
	border: 0;
	vertical-align: bottom;
}

li	{
	list-style-type: none;
}

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

