@charset "shift-jis";
/* CSS Document */


#property .imgwrap {
  background:url(/corporate/property/img/property_mainimg.jpg) no-repeat;
  background-size:cover;
}

.inner {
    padding: 14px;
}
p.catchcopy {
	clear: both;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 20px;
}
p.btn {
	text-align: center;
}
p.btn a {
	color: white;
	font-size: 16px;
	background: #C82527;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	margin: 0 10px 50px;
	width: 90%;
	height: 54px;
	line-height: 54px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-shadow: none;
}
p.btn a:hover {
	background: #ED6A60;
}






div#propertytable {
	margin: 0px 0px 50px;
}

#property table {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-collapse: collapse;
	width: 100%;
	display: table;
}
#property table td {
	padding: 15px 20px;
	border-bottom: 1px solid #CCCCCC;
	display: block;
	text-align: center;
}
#property table th {
	display: block;
	border-bottom: 1px solid #CCCCCC;
	width: 100%;
	padding: 10px 0;
	background-color: #EEEEEE;
}
#property table th.bcon {
	background-color: #CCCCCC !important;
}
#property section {
	width: auto;
	height: auto;
	float: left;
	border: solid 1px #CCCCCC;
	background-color: #FFFFFF;
	padding: 15px;
	margin-bottom: 35px;
}
#property section img {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
	border: solid 1px #CCCCCC;
}
#property section.middle {
	margin: 0;
	margin-bottom: 35px;
}
#property section h4 {
	width: 100%;
	font-size: 1.35em;
	text-align: center;
	line-height: 1.6;
	margin: 10px 0;
	display: block;
}

p.notice {
	line-height: 1.8em;
	margin-bottom: 30px;
	clear: both;
}


 @media (max-width: 320px){
    #info dl:nth-child(3) {
      padding: 20px 5px 70px 5px;
    }
    #info dl:nth-child(5){
      padding: 20px 5px 50px 5px;
    }
    #info dl:nth-child(6) {
      padding: 20px 5px 85px 5px;
    }
}