@charset "UTF-8";

/*------------------------------------------------------------Bg_maintitle*/
#bg_maintitle {
	height: 340px;
	width: 100%;
	min-width: 1040px;
	text-align: center;
	margin-bottom: 0px;
	background: url(../img/common_img/bg_maintitle.jpg) no-repeat center center;
}
/*------------------------------------------------------------MainTitle*/
#maintitle {
	position: relative;
	width: 1040px;
	top: 0px;
	z-index: 0;
	margin: 0px auto 0px;
}
/*------------------------------------------------------------content*/
.search {
	clear: both;
	margin-top: 20px;
}
.search p.att {
	font-size: 14px;
	line-height: 22px;
	color: #000;
}
.search_area {
	padding: 15px 0px;
	border: 2px solid #19aa67;
	border-radius: 8px;
	width: 450px;
	background: url(../img/baibai_img/search.png) no-repeat 20px center;
	margin: 20px auto 0px;
}
.search select {
	background: #eee;
	border: 1px solid #eee;
	margin:0px 0px 0px 165px;
}
.search input#submit1 {
	border-radius: 8px;
	background: rgba(25,170,103,1);
	color: #fff;
	margin-left: 10px;
	font-size: 14px;
	border: 0px solid #000;
	padding: 3px 10px;
	cursor: pointer;
}
.search input#submit1:hover {
	background: rgba(25,170,103,0.6);
	color: #fff;
}
#property {
	clear: both;
	margin-top: 30px;
}
#property h4 {
	font-size: 20px;
	border-radius: 8px;
	background: rgba(255,170,0,1);
	color: #000;
	padding: 10px;
	clear: both;
}
#property div.article {
	clear: both;
	margin-top: 30px;
}
#property div.article div.photo {
	float: left;
}
#property div.article div.photo div.ph {
	border-radius: 0px 0px 8px 8px;
	width: 220px;
	height: 145px;
	overflow: hidden;
}
#property div.article div.photo div.ph img {
	width: 100%;
	height: auto;
}
#property div.article div.photo p.land {
	border-radius: 8px 8px 0px 0px;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	background: #F60;
}
#property div.article div.photo p.house {
	border-radius: 8px 8px 0px 0px;
	font-size: 14px;
	line-height: 25px;
	color: #fff;
	background: #F69;
}
#property div.article div.photo p.mansion {
	border-radius: 8px 8px 0px 0px;
	font-size: 14px;
	line-height: 30px;
	color: #000;
	background: #ffab25;
}
#property div.article div.photo p.btn a {
	display: block;
	border-radius: 8px;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	background: #19aa67;
	margin-top: 15px;
	text-decoration: none;
}
#property div.article div.photo p.btn a:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
#property div.article div.photo p.mansion {
	border-radius: 8px 8px 0px 0px;
	font-size: 14px;
	line-height: 30px;
	color: #000;
	background: #ffab25;
}
#property div.article div.photo p.office {
	border-radius: 8px 8px 0px 0px;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	background: #960;
}
#property div.article div.detail {
	width: 800px;
	float: right;
}
#property div.article div.detail table.detail_table {
	width: 800px;
	clear: both;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 14px;
	color: #000;
}
#property div.article div.detail table.detail_table th, #property div.article div.detail table.detail_table td {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 10px;
	text-align: left;
}
#property div.article div.detail table.detail_table th {
	width: 12%;
	font-weight: normal;
	background: rgba(255,170,0,0.1);
}
#property div.article div.detail table.detail_table td {
	width: 38%;
}
#property div.article div.detail table.detail_table td.price {
	color: #C00;
}
/*----------------------------------------------------PageNavi*/
nav#pagenavi{
	padding: 5px 0 10px;
	margin-top: 40px;
}
nav#pagenavi ul{
	text-align: center;
}
nav#pagenavi ul li {
	display: inline;
	margin: 0 2px;
	padding: 0;
}
nav#pagenavi ul li span {
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
	margin-bottom: 5px;
	padding: 3px 10px;
	color: #fff;
	border: 1px solid #19aa67;
	background: #19aa67;
	/* CSS3 */
	border-radius: 3px;
	/* Webkit */
    -webkit-border-radius: 3px;
	/* Firefox */
    -moz-border-radius: 3px;
}
nav#pagenavi ul li a {
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
	margin-bottom: 5px;
	padding: 3px 10px;
	color: #19aa67;
	border: 1px solid #19aa67;
	background: #fff;
	/* CSS3 */
	border-radius: 3px;
	/* Webkit */
    -webkit-border-radius: 3px;
	/* Firefox */
    -moz-border-radius: 3px;
	/* IE */
	zoom: 1;
}
nav#pagenavi ul li span {
	color: #fff;
}
nav#pagenavi ul li a:hover {
	background: #19aa67;
	color: #fff;
}
/* slider */
.slideimg {
	margin-top:30px;
}
.bxslider {
	width: 640px;
	margin: 0 auto;
}
.bxslider li img {
	width: 100%;
	height: auto;
} 
.bx-pager a img {
	border: 2px solid rgba(255,255,255,0.4);
}
.bx-pager a:hover img, .bx-pager a.active img {
	border: 2px solid #ffaa00;
}
.bx-pager {
	font-size:0;
	text-align: center;
	margin: 0px auto;
	width: 660px;
}
.bx-pager a {
	display: inline-block;
	width: 94px;
	margin: 10px 7px 0;
	box-sizing: border-box;
}
.bx-pager a img {
	width:100%;
	height:auto;
}
/*詳細ページ*/
#property_info {
	margin-top: 20px;
}
#property_info div.article div.info table.info_table {
	width: 1040px;
	clear: both;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 14px;
	color: #000;
	margin: 20px 0px 30px;
}
#property_info div.article div.info table.info_table th, #property_info div.article div.info table.info_table td {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 10px;
	text-align: left;
}
#property_info div.article div.info table.info_table th {
	width: 12%;
	font-weight: normal;
	background: rgba(255,170,0,0.1);
}
#property_info div.article div.info table.info_table td {
	width: 38%;
}
#property_info div.article div.info table.info_table td.price {
	color: #C00;
}
/*-------------------------------------------------------------Mitori*/
#mitori {
	margin: 20px 0px 30px;
}
/* list_drawing */
.list_drawing {
	font-size:0;
	margin-bottom: 40px;
}
.list_drawing li {
	display: inline-block;
	width:300px;
	margin:0 15px;
	vertical-align: top;
}
.list_drawing li img {
	width:100%;
	height:auto;
}
/*-------------------------------------------------------------Pdf*/
#pdf {
	margin: 20px 0px 0px;
}
/* list_pdf */
.list_pdf {
	font-size:0px;
	margin-bottom: 0px;
}
.list_pdf li {
	display: inline-block;
	margin:0 15px;
	vertical-align: top;
}
.list_pdf li a {
	border-radius: 8px;
	color: #fff;
	display: block;
	padding:8px 20px 8px 50px;
	text-decoration: none;
	border:solid 1px #19aa67;
	background: #19aa67 url(../img/baibai_img/icon_pdf.png) 20px center no-repeat;
	background-size:auto 24px; 
}
.list_pdf li a:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
/* btn_contact */
div.btn_contact {
	clear: both;
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px dotted #000;
}
div.btn_contact ul li {
	display: inline-block;
}
div.btn_contact ul li.contact a {
	font-size: 14px;
	line-height: 40px;
	color: #000;
	background: rgba(255,170,0,1);
	height: 40px;
	width: 240px;
	border-radius: 8px;
	display: block;
	text-decoration: none;
	margin-right: 15px;
}
div.btn_contact ul li.contact a:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
div.btn_contact ul li.back a {
	font-size: 14px;
	line-height: 40px;
	color: #fff;
	background: rgba(25,170,103,1);
	height: 40px;
	width: 240px;
	border-radius: 8px;
	display: block;
	text-decoration: none;
}
div.btn_contact ul li.back a:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}