@charset "utf-8";
/* CSS Document */

html{
	font-size:20px;
}

h1{
  font-size:1.6rem;
}
h2{
  font-size:1.4rem;
}

body {
	background-image:url("../images/bk_content_01.jpg");
	margin: 5%;
}


.delete-marker {
    list-style: none;
