@charset"utf-8";
a { text-decoration:none; color:#313131; }
a:hover { color:#000000; }

h1,h2,h3,h4,h5,h6 { font-size:100% }

address { font-style:normal; }

li {
	list-style-type:none;
}

html,body {
	width:100%;
	height:100%;
}
body { font:16px "Arial", sans-serif; }

.innerWrap {
	position:relative;
}
footer {
	width:100%;
	height:80px;
	position:relative;
	box-sizing:border-box;
	background-color:#000;
	color:#fff;
}