@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	font-size: 0.625em;
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1;
}

li{
	list-style: none;
}

a {
	color: #333;
	text-decoration: none;
}


