@charset "utf-8";
/*------------------------------------------
Reset css
Author: M - http://kyousou-gakudan.com/
@m150mmmm
------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, a, em,
img, b, u, i, dl, dt, dd, ol, ul, li,
table, tbody, thead, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
	vertical-align: baseline;
	background: transparent;
  border-collapse: collapse;
  border-spacing:0;
}

ol, ul{
	list-style-type:none;
}

* {
	box-sizing: border-box;
}
