@charset "utf-8";

.property_detail {
	width:96%;
	max-width: 930px;
	margin: 0 auto 75px;
	border-top: 3px solid #575757;
}

.property_detail h3 {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding: 30px 0;
}

.property_detail h4 {
	font-family: "Times New Roman", Times, "Sawarabi Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
	font-size: 18px;
	text-align: center;
	margin-bottom: 15px;
}

.property_detail .detailBox,
.property_detail .detailLib,
.property_detail .detailMap {
	margin-bottom: 50px;
}

.property_detail .detailBox .imagePhoto {
	border: 6px solid #dfe0e2;
	text-align: center;
	margin-bottom: 30px;
	padding: 10px;
}

.property_detail .detailBox .imagePhoto p {
	width: 50%;
	margin: 0 auto;
}

.property_detail .detailBox .imagePhoto img {
	max-width: 100%;
	height: auto;
}

.property_detail .detailBox .data table {
	width: 100%;
	table-layout: fixed;
	display: table;
}

.property_detail .detailBox .data table:first-of-type {
	border-top: 1px solid #565656;
}

.property_detail .detailBox .data table th,
.property_detail .detailBox .data table td {
	border-bottom: 1px solid #565656;
	padding: 20px 15px;
    line-height: 160%;
    max-height: 100%;
	font-size: 13px;
	display: table-cell;
	box-sizing: border-box;
}

.property_detail .detailBox .data table th {
	font-weight: bold;
	text-align: left;
    background: #F5F5F5;
    width: 17%;
}

.property_detail .detailBox .data table:first-of-type td {
	width: 33%;
}

.property_detail .detailBox .data table tr th:nth-child(3) {
	border-left: 1px solid #565656;
}

.property_detail .detailLib .gallery {
	background: #ebebeb;
	padding: 16px 20px;
}

.property_detail .detailLib .galleryIn {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.property_detail .detailLib .galleryIn li:not(.empty) {
	margin: 13px;
}

.empty {
	width: 131px;
	height: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.property_detail .detailLib .gallery p {
	text-align: center;
	font-size: 13px;
}

.pageBack {
	text-align: center;
}

.pageBack a {
    display: inline-block;
    text-align: center;
    padding: 10px 32px 10px 55px;
    text-decoration: none;
    font-size: 15px;
	font-family: "Times New Roman", Times, "Sawarabi Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
    letter-spacing: 0.1em;
    color: #fff;
    background: #000000;
    position: relative;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    border: 1px solid #000000;
    box-sizing: border-box;
}

.pageBack a:before {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    content: "";
    vertical-align: middle;
    left: 20px;
    width: 14px;
    height: 14px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.pageBack a:hover {
	background: #fff;
	color: #000000;	
}

.pageBack a:hover::before {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}



@media screen and (max-width:768px) {
	.property_detail .detailBox .imagePhoto p {
		width: 80%;
	}
	
	.property_detail .detailBox .data table th,
	.property_detail .detailBox .data table td {
		display: block;
		width: 100%;
	}
	
	.property_detail .detailBox .data table:first-of-type td {
		width: 100%;
	}
	
	.property_detail .detailBox .data table tr th:nth-child(3) {
		border-left: none;
	}
	.property_detail .detailBox .data table .view_pc {
		padding: 0;
		border-bottom: none;
	}
}


@media screen and (max-width:480px) {
	.property_detail .detailLib .gallery {
		padding: 16px 5px;
	}
	.property_detail .detailLib .galleryIn {
		margin-bottom: 5px;
	}
	.property_detail .detailLib .galleryIn li:not(.empty) {
		margin: 2px 5px;
	}
	.empty {
		width: 115px;
	}
}