@charset "utf-8";
/* CSS Document */
.DoorThumbs {
	margin-bottom:100px;	
}
.DoorThumbs .door {
	display: inline-block;
	margin-bottom: 20px;
	margin-right: 26px;
}
.DoorThumbs .door img {
	border:2px solid #b8b8b8;
}
@media all and (max-width:767px) {
	.DoorThumbs {
		text-align: center;
	}
}
