@charset 'UTF-8';
@import "01_icon.css";
@import "02_modal.css";
@import "03_app.css";
* {
	margin:0;
	padding:0;
	list-style:none;
	font-family: verdana,calibri,helvetica,sans-serif;
	font-size: 1em;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
body {
	width: 100%;
}

