@charset "utf-8";

* { margin: 0; padding: 0; }
a { text-decoration: none; }
a:hover{ text-decoration: underline; }
ul, ol { list-style: none; }
img { vertical-align: middle; max-width: 100%; border: none; }
html{ line-height: 1.5; }

h1, h2, h3, h4, h5, h6 { margin-bottom: 25px; }
h1 {
	font-size: 49px;
	line-height: 1;
}
h2 {
	font-size: 37px;
	line-height: 1.3333;
}
h3 {
	font-size: 25px;
	line-height: 1;
}
h4, h5, h6 {
	font-size: 17px;
	line-height: 1.5;
}

p {
	margin-bottom: 1em;
}

/* rndz */