@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.image {
	position: relative;
	width: 1000px;
	margin-top: 10px;
}
.image #close {
	position: absolute;
	top: 25px;
	right: 40px;
	width: 30px;
	height: 30px;
}
.image #close img {
	width: 100%;
}