/*
Theme Name: UPRIDE 2020
Text Domain: upride2020
Version: 1.0
Author: Lokal Japan Inc.
*/

html,
body {
	border : none;
	margin : 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
	border     : none;
	font-size  : inherit;
	line-height: inherit;
	margin     : 0;
	padding    : 0;
	text-align : inherit;
}

blockquote::before,
blockquote::after {
	content: "";
}

html {
	font-size      : 62.5%;
	/* 1rem = 10px */
	scroll-behavior: smooth;
}