@charset "utf-8";

body {
	height: 1000px;
	background-color: #eee;
}

div {
	margin: 1px 0;
	border: 5px solid #515f68;
	width: 400px;
	height: 200px;
}

div#box-A {
	background-color: #b2c0c9;
}

div#box-B {
	border-color: #d33576;
	position: fixed;
	top: 100px;
	left: 100px;
	background-color: #fb5d9e;
}

div#box-C {
	background-color: #b2c0c9;
}