@charset "utf-8";
/* CSS Document */

body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,p{
	padding:0;
	margin:0;
	font-size: 100%;
	font-weight: normal;
}
ul{
	list-style:none;
}
a img {
	border: none;
}

*, *:before, *:after {
    box-sizing: border-box;
}