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

#property .imgwrap {
	background: url(/corporate/property/img/property_mainimg.jpg) no-repeat;
	background-size: cover;
}
div.inner {
	margin-bottom: 50px;
	width: 980px;
	margin: 0 auto;
}

p.catchcopy {
	clear: both;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 20px;
}
p.btn {
	text-align: center;
	margin-bottom: 30px;
}
p.btn a {
	color: white;
	font-size: 16px;
	background: #C82527;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	margin: 10px;
	width: 320px;
	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-bottom: 50px;
}
#property table {
	border-collapse: collapse;
	width: 100%;
	display: table;
}
#property table th, table td {
	padding: 15px 20px;
	border: 1px solid #CCCCCC;
	text-align: left;
}
#property table th {
	background-color: #EEEEEE;
	width: 20%;
}
#property section {
	width: 45%;
	height: auto;
	float: left;
	border: solid 1px #CCCCCC;
	background-color: #FFFFFF;
	padding: 15px;
	margin-bottom: 35px;
}
#property section.last {
	margin: 0 0 0 3%;
}


#property section img {
	width: 49%;
	height: auto;
	margin-bottom: 15px;
	border: solid 1px #CCCCCC;
}
#property section p {
	text-align: center;
}

#property section h4 {
	width: 100%;
	font-size: 1.3em;
	text-align: center;
	line-height: 1.6;
	margin: 10px 0;
	display: block;
}
p.notice {
	line-height: 1.8em;
	margin-bottom: 30px;
	clear: both;
}


