/* CSS Document */

#facilityList{
	
}

.facilityList .item{
	margin-bottom: 40px;
	padding-bottom: 40px;
	line-height: 160%;
	clear: both;
	position: relative;
	
}
.facilityList .item:last-child{
	margin-bottom: 80px;
}
.item .photo{
	float:right;
	padding-left: 25px;
	margin-bottom: 45px;
}
@media screen and (max-width:575px){
	.item .photo{
		text-align: center;
		float:none;
		padding-left: 0;
		margin-bottom: 45px;
	}
}

.sep,
.sep2{
	background-color: #efefef;
	display: block;
	width: 100%;
	height: 120px;
}
.sep{
	transform: rotate(-1deg);
}
.sep2{
	transform: rotate(1deg);
}

.bgSection{
	background-color: #efefef;
}
.sep-top{
	margin-bottom: -28px;
}
.sep-bottom{
	margin-top: -28px;
}

.information{
	background-color: white;
	border: 1px solid #efefef;
	border-radius: 8px;
	padding:15px;
}
.information p:last-child{
	margin-bottom: 0;
}