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

/*
* TITLE
******************************************************/
.property-title {
	margin-top: 10px;
	background: #5D0101;
	padding: 30px 15px 5px 15px;
	line-height: 1.8em;
}
.property-title h2 {
	font-size: 160%;
	color: #fff;
}

/*
* CONTENTS
******************************************************/
.property__wrapper {
	padding-top: 30px;
}
.property__content {

}
.property__content-inner {
	width: 100%;
	max-width: 880px;
	margin:auto;
	padding: 60px 0;
}
.property__content-inner h3 {
	color:#bc000f;
	border-top: 2px solid #bc000f;
	border-bottom: 2px solid #bc000f;
	padding: 5px 0;
	margin: 20px 0;
}
.property-table {
	width: 100%;
	max-width: 880px;
	margin:auto;
}
.property-table table {
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
}
.property-table th {
	background: #fcf2f3;
	border-bottom: 2px solid #FFFFFF;
  font-weight:normal;
	color:#bc000f;
	width: 30%;
	padding: 5px 15px;
}
.property-table td {
	background: #fef9f9;
	border-bottom: 2px solid #FFFFFF;
	width: 80%;
	padding: 5px 15px;
}
@media screen and (max-width:600px) {
	.property__wrapper {
		padding-top: 0px;
	}
	.property__content {
		width:auto;
		margin:15px;
	}
	.property__content-inner {
		padding: 15px 30px;
		width: auto;
	}
	.property-table th {
		width: auto;
		display: block;
		padding: 5px 10px;
	}
	.property-table td {
		width: auto;
		display: block;
	}
}
