@charset "UTF-8";
/* CSS Document */
body {
	width: 100%;
	height: 100%;
	background-color: #fff;
	margin: 0px;
}

div {
	position: relative;
	width: 100%;
}

img {
	position: relative;
	margin-top: 5vw;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	width: 95vw;
	display: block;
	border-width: 0;
	-webkit-box-shadow: 2px 2px 8px 2px rgba(187,187,187,1);
    -moz-box-shadow: 2px 2px 8px 2px rgba(187,187,187,1);
    box-shadow: 2px 2px 8px 2px rgba(187,187,187,1);
}

.last {
	margin-bottom: 5vw;
}

.cover {
	width: 50%;
}
