@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto');
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	font-family: 'Roboto',"游ゴシック","Yu Gothic",sans-serif;
	outline: 0;
}

* {
	box-sizing: border-box;
	-webkit-appearance: none;
}

input[type="submit"], input[type="button"], input[type="reset"] {
	border-radius: 0;
}

fieldset, img {
	border: 0;
}

abbr, acronym {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

html {
	min-height: 100%;
	position: relative;
}

a {
	text-decoration: none;
	outline : none;
}

li {
	list-style: none;
}