@charset "shift_jis";
/* CSS Document */



/************************************************** 
 rentSearch
**************************************************/
#topContents {
	width: 960px;
	padding-bottom: 30px;
	position: relative;
	text-align: left;
}


#sideContents {
	width: 312px;
	padding-top: 30px;
	background: url(../img/side_bg.jpg) no-repeat left 89px;
}

#newsTopics div {
	width: 292px;
	height: 257px;
	margin: 0 auto;
}

#newsTopics p {
	height: 32px;
}

#newsTopics p a {
	padding: 0 18px 0 15px;
	text-decoration: none;
	line-height: 50px;
	color: #41B241;
	background: url(../common/img/icon02.png) no-repeat left center;
	display: block;
	float: right;
}

#newsTopics p a:hover {
	color: #666;
	text-decoration: underline;
}

#sideBnr {
	height: 237px;
}

#sideBnr li {
	padding: 0 0 10px 10px;
	float: left;
}

#topSlideImg {
	width: 659px;
	height: 370px;
	background: url(../img/slide_bg.jpg) no-repeat left top;
	position: absolute;
	left: 321px;
	top: 27px;
	overflow: hidden;
}

#topSlideImg li {
	left: 25px !important;
	top: 7px !important;
	display: block;
}

#newSideBnr {
	margin: 0 auto 15px;
}

#newSideBnr li {
	float: left;
	padding-right: 22.8px;
}

#newSideBnr li:last-child {
	float: left;
	padding-right: 0px;
}

#newSideBnr li#chirashi {
	padding-left: 0;
}



/************************************************** 
 recommendBox
**************************************************/
#recommendBox {
	float: left;
	margin-bottom: 10px;
}

#recommendBox section {
	width: 468px;
	border: 1px solid #8CC251;
}

#recommendSale {
	margin-bottom: 10px;
}


/************************************************** 
 rentSearch
**************************************************/
#rentSearch {
	width: 460px;
	margin-bottom: 10px;
	padding-left: 0;
	text-align: left;
	background: url(../img/rent_search_bg.png) repeat-y right top;
	float: right;
}

.tabList {
	height: 55px;
	overflow: hidden;
	float: left;
}

.tabList li {
	float: left;
	cursor: pointer;
}

.tabBox {
	clear: both;
}

.tabBox div {
	display: none;
}

.tabBox ul {
	padding-left: 9px;
}

#areaSearchBox ul {
	height: 270px;
}

#schoolSearchBox ul {
	height: 215px;
}
	#schoolSearchBox:last-child{
		height: 127px;
	}

.tabBox ul li {
	width: 90px;
	height: 27px;
	line-height: 27px;
	display: block;
	float: left;
}

.tabBox ul li a {
	padding: 0 0 0 15px;
	color: #333;
	text-decoration: none;
	display: block;
	background: url(../common/img/icon01.png) no-repeat left center;
}

.tabBox ul li a:hover {
	color: #FF6600;
	text-decoration: underline;
}

#areaSearchBox {
	background: url(../img/rent_search_area_bg.png) no-repeat left top;
}

#schoolSearchBox {
	padding-bottom: 20px;
	background: url(../img/rent_search_foot.png) no-repeat left bottom;
}

#bnr_box ul li {
	float: left;
	padding-right: 14px;
	margin-bottom: 10px;
}
	#bnr_box_02{
    position: absolute;
    right: 0;
    width: 490px;
	}
	#bnr_box_02 ul li{
		float: left;
	}
		#bnr_box_02 ul li:first-child{
    padding-left: 16px;
    padding-right: 14px;
	}
	#bnr_box{
		    height: 110px;
	}

/* bnr_col3 */
.bnr_col3 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}