* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

body {
	width: 100%;
	height: 100%;
	background: #ffeef4;
}

#wrap {
	width: 100%;
	overflow: hidden;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

ul {
	list-style-type: none;
}

ul li {
	list-style-type: none;
}

a {
	text-decoration: none;
}