@charset "UTF-8";
/* CSS Document */

.facilities {
	display: flex;
	justify-content: space-between;
}
.facilities p {
	width: 31%;
}
.facilities p span img {
	width: 100%;
	height: auto;
}
#leftcolumn .p_photo .p_bottm img {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}