@charset "utf-8";
/*===================================================
 Search Page CSS
=================================================== */
/*---------------------------------------------------
 Result Info
--------------------------------------------------- */
.resultInfo small {
	line-height:2em;
	font-size: 92%;
}
.lineRefiineBox {
	padding:5px 10px;
	background: #f5f2ec;
}
.lineRefiineBox .boxLineName {
	line-height:28px;
	float:left;
	padding-right:20px;
}
.lineRefiineBox .boxLineName select {
	line-height:30px;
 /margin-top:5px;
}
.lineRefiineBox .carouselLineModule {
	min-height:30px;
 /height:30px;
	overflow:hidden;
	zoom:1;
}
.lineRefiineBox .boxSubmitBtn {
	float:right;
	padding-left:20px;
}
/*---------------------------------------------------
 Carousel Line Module
--------------------------------------------------- */
.carouselLineModule {
	position: relative;
	padding:0 33px;
	zoom:1;
}
/* Carousel Line Navigation
--------------------------------------------------- */
.carouselLineModule .carouselNav li {
	position: absolute;
	top: 0;
}
.carouselLineModule .carouselNav li a {
	display:block;
	width:30px;
	height:30px;
}
.carouselLineModule .carouselNav li.forward {
	right: 0;
}
.carouselLineModule .carouselNav li.forward a {
	background: url(/dir_common/dir_img/module/carouselLine_btn_02.gif) no-repeat;
}
.carouselLineModule .carouselNav li.backward {
	left : 0;
}
.carouselLineModule .carouselNav li.backward a {
	background: url(/dir_common/dir_img/module/carouselLine_btn_01.gif) no-repeat;
}
.carouselLineModule .carouselNav li a:focus {
	outline:none;
}
.carouselLineModule .carouselNav li a.disabled {
	opacity: 0.50;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=70)";
	-khtml-opacity: 0.50;
	-moz-opacity: 0.50;
	cursor:default;
}
.carouselLineModule .carouselNav li a.disabled img {
	display:none;
}
/* Carousel Line Region
--------------------------------------------------- */
.carouselLineModule .carousel-region {
	position:relative;
	width:350px;
	zoom:1;
}
/* Carousel Line Controller
--------------------------------------------------- */
.carouselLineModule .carousel-controller {
	zoom:1;
}
.carouselLineModule .carousel-controller:after {
	content: ".";
	display: block;
	clear: both;
	height:0;
	visibility:hidden;
}
.carouselLineModule .carousel-packet {
	float:left;
	padding:5px 0;
}
.carouselLineModule .carousel-packet .carousel-item {
	display:inline;
	padding: 0 10px 0 0;
}
.carouselLineModule .carousel-packet .carousel-item input {
	margin-right:5px;
	vertical-align:middle;
}
.carouselLineModule .carousel-packet .carousel-item a {
	vertical-align:middle;
}
/*---------------------------------------------------
 Condition Box Unique Style
--------------------------------------------------- */
.conditionBox dl dd {
	white-space:nowrap;
}
.conditionBox dl.noSeparate dd {
	margin-left:0;
	padding-right:0;
	border-right:none;
}
/* conditionMode */
.conditionBox dl.conditionMode dd {
	margin-left:5px;
	padding-right:5px;
}
.conditionBox dl.conditionMode dd a {
	position:relative;
	float:left;
	display:block;
	height:25px;
	margin-top:-5px;
	padding:5px 0 0 40px;
}
.conditionBox dl.conditionMode dd.modeKakaku a {
	background:url(/dir_common/dir_img/module/modeKakaku_ico_01.gif) no-repeat;
}
.conditionBox dl.conditionMode dd.modeMadori a {
	background:url(/dir_common/dir_img/module/modeMadori_ico_01.gif) no-repeat;
}
/* conditionLength */
.conditionBox dl.conditionLength {
	float:right;
	margin-right:0;
	padding-left:0;
}
.conditionBox dl.conditionLength span {
	position:relative;
	display:block;
	margin-top:-1px;
}
/* for IE6 */
	* html .conditionBox dl.conditionLength select {
	margin-top:3px;
	margin-bottom:1px;
}
* html .conditionBox dl.conditionLength span {
	margin-top:-7px;
}
/* for IE 7 */
	*:first-child+html .conditionBox dl.conditionLength span {
	margin-top:-4px;
}
	/* for Safari, Chrome */
	@media screen and (-webkit-min-device-pixel-ratio:0) {
.conditionBox dl.conditionLength span {
	margin-top:-2px;
}
}
/*---------------------------------------------------
 Search Result
--------------------------------------------------- */
.resultHeaderBox {
	border-left:1px solid #DBD2BD;
	border-right:1px solid #DBD2BD;
	border-top:1px solid #DBD2BD;
	background:url(/dir_common/dir_img/module/resultHeader_bg_01.gif) no-repeat left top;
	zoom:1;
}
.resultHeaderBox:after {
	content: ".";
	display: block;
	clear: both;
	height:0;
	visibility:hidden;
}
.resultHeaderBox .boxInput {
	float:left;
	width:34px;
	padding:8px 0;
	text-align:center;
}
.resultHeaderBox .boxHeadline {
	position:relative;
	float:right;
	width:697px;
	padding:6px 6px 6px 10px;
	zoom:1;
}
.resultHeaderBox .boxHeadline p.textFrame {
	float:left;
	width: 105px;
	padding:4px 3px 2px;
	margin-right:5px;
	border: #998a79 solid 1px;
	background: #fff;
	line-height: 1.2em;
	text-align: center;
	color:#4f3d27;
	font-weight: bold;
}
.resultHeaderBox .boxHeadline .headline {
	float:left;
	padding:3px 0;
}
.resultHeaderBox .boxHeadline .headline a.inLinkIco {
	background: url(/dir_common/dir_img/module/arrow_ico_01.gif) no-repeat scroll 0 0.3em transparent;
	padding-left: 7px;
	vertical-align:middle;
}
/*121129追加ここから*/

.resultHeaderBox .boxHeadline .headline a.headLink {
	padding-right: 5px;
}
.resultHeaderBox .boxHeadline .headPict {
	width: 80px;
	text-align: right;
	line-height: 1;
}
.resultHeaderBox .boxHeadline .headIconsBlock {
	float: right;
	width: 228px;
}
/*121129追加ここまで*/

.resultHeaderBox .boxHeadline .headline img.featureIcon {
	margin-left:10px;
}
.resultHeaderBox .boxHeadline .functionIcons {
	float:right;
	width:148px;
}
.resultHeaderBox .boxHeadline .functionIcons li {
	float:left;
	display:inline;
	margin-left:5px;
	padding:1px 2px 2px;
	background:#ffffff;
}
.resultHeaderBox .boxHeadline .functionIcons li.store {
	padding-left:10px;
	background:#ffffff url(/dir_sys/buyers/dir_common/dir_img/mrf_bg_01.gif) repeat-y left top;
}
.resultOpenhouseBox {
	border-left:1px solid #DBD2BD;
	border-right:1px solid #DBD2BD;
	border-bottom:1px solid #DBD2BD;
	background:url(/dir_common/dir_img/module/resultOpenhouse_bg_01.gif) repeat-y left top;
	zoom:1;
}
.resultOpenhouseBox:after {
	content: ".";
	display: block;
	clear: both;
	height:0;
	visibility:hidden;
}
.resultOpenhouseBox .boxDate {
	float:left;
	width:238px;
	padding:10px 10px 0 10px;
}
.resultOpenhouseBox .boxDesc {
	float:right;
	width:469px;
	padding:10px 10px 0 10px;
}
/*---------------------------------------------------
 Data Table Unique Style
--------------------------------------------------- */
col.col-image {
	width:114px;
}
col.col-location {
	width:auto;
}
col.col-price {
	width:9%;
}
col.col-deposits {
	width:15%;
}
col.col-category {
	width:11%;
}
col.col-square {
	width:13%;
}
col.col-age {
	width:10%;
}
col.col-floor {
	width:9%;
}
col.cor-direction {
	width:9%;
}

/*---------------------------------------------------
 151019 賃貸用　検索結果一覧
--------------------------------------------------- */

.chintaiSearch col.col-image {
	width:114px;
}
.chintaiSearch col.col-location {
	width:auto;
}
.chintaiSearch col.col-price {
	width:9%;
}
.chintaiSearch col.col-deposits {
	width:15%;
}
.chintaiSearch col.col-category {
	width:15%;
}
.chintaiSearch col.col-square {
	width:11%;
}
.chintaiSearch col.col-age {
	width:10%;
}
.chintaiSearch col.col-floor {
	width:9%;
}
.chintaiSearch col.cor-direction {
	width:9%;
}
/*---------------------------------------------------
 /151019 賃貸用　検索結果一覧
--------------------------------------------------- */

table.mansionTable col.col-image {
	width:114px;
}
table.mansionTable col.col-location {
	width:auto;
}
table.mansionTable col.col-price {
	width:9%;
}
table.mansionTable col.col-square {
	width:13%;
}
table.mansionTable col.col-age {
	width:10%;
}
table.mansionTable col.col-floor {
	width:10%;
}
table.mansionTable col.cor-direction {
	width:9%;
}
table.kodateTable col.col-image {
	width:114px;
}
table.kodateTable col.col-location {
	width:auto;
}
table.kodateTable col.col-price {
	width:11%;
}
table.kodateTable col.col-square {
	width:14%;
}
table.kodateTable col.col-landarea {
	width:14%;
}
table.kodateTable col.col-age {
	width:12%;
}
table.tochiTable col.col-image {
	width:114px;
}
table.tochiTable col.col-location {
	width:auto;
}
table.tochiTable col.col-price {
	width:11%;
}
table.tochiTable col.col-landarea {
	width:14%;
}
table.tochiTable col.col-buildingCoverage {
	width:12%;
}
table.tatemonoTable col.col-image {
	width:114px;
}
table.tatemonoTable col.col-location {
	width:auto;
}
table.tatemonoTable col.col-price {
	width:11%;
}
table.tatemonoTable col.col-square {
	width:14%;
}
table.tatemonoTable col.col-landarea {
	width:14%;
}
table.tatemonoTable col.col-age {
	width:12%;
}
table.bukkenTable col.col-image {
	width:114px;
}
table.bukkenTable col.col-location {
	width:auto;
}
table.bukkenTable col.col-price {
	width:11%;
}
table.bukkenTable col.col-square {
	width:15%;
}
table.bukkenTable col.col-landarea {
	width:15%;
}
table.bukkenTable col.col-age {
	width:12%;
}
.tableHead, .fontSmall {
	font-size: 93%;
}
/*---------------------------------------------------
 Icon Area Unique Style
--------------------------------------------------- */

.featureIconArea {
	padding:0 10px 5px;
}
.featureIconArea .float-L {
	width:348px;
}
.featureIconArea .float-R {
	width:348px;
}
.featureIconArea dl {
	margin-bottom:5px;
}
.featureIconArea dt {
	float:left;
	padding-right:7px;
}
.featureIconArea dd {
	zoom:1;
	overflow:hidden;
}
.functionIconArea {
	padding:15px 10px;
	background: url(/dir_common/dir_img/module/dotLine_bg_01.gif) repeat-x left top;
}
.functionIconArea dt, .functionIconArea dd, .functionIconArea img {
	display:inline;
	vertical-align:middle;
}
/*---------------------------------------------------
 Special Area
--------------------------------------------------- */

.specialTopic {
	margin-bottom:10px;
	padding:15px;
	background:#F5F2EC;
}
.specialTopic .image {
	float:left;
	width:170px;
}
.specialTopic .txt {
	margin-left:185px;
}
.specialTopic .topicHead strong {
	font-size:150%;
	font-weight:bold;
}
/*---------------------------------------------------
 search Expansion
--------------------------------------------------- */

.searchEx {
	background:#e9fade url(/dir_common/dir_img/module/searchEx_bg_01.gif) no-repeat center top;
	padding:15px 21px 12px 14px;
}
.searchEx .heading {
	padding-bottom:13px;
}
.searchEx table {
	margin-left:6px;
}
.searchEx table td {
	background-color:#ffffff;
}
.searchEx table td a.inLinkIco {
	background:url(/dir_common/dir_img/module/arrow_ico_01.gif) no-repeat scroll 0 0.4em transparent;
	padding-left:10px;
}
/*---------------------------------------------------
 other
--------------------------------------------------- */

#pageHeadFrame .shoulderElem.search {
	padding-top:0;
	padding-bottom:5px;
}
/*  20121106追記ここから  */
.searchSingleColumn #mainArea {
	width:950px;
}
.wideBlock .resultHeaderBox {
	background-image:url(/dir_common/dir_img/module/resultHeader_bg_02.gif);
}
.wideBlock .resultHeaderBox .boxHeadline {
	width:898px;
}
.wideBlock table col.col-image {
	width:246px;
}
.wideBlock table col.col-location {
	width:245px;
}
.wideBlock table col.col-price {
	width:65px;
}
.wideBlock table col.col-square {
	width:108px;
}
.wideBlock table col.col-landarea {
	width:108px;
}
.wideBlock table col.col-age {
	width:70px;
}
.wideBlock table col.col-buttons {
	width:107px;
}
.wideBlock table col.col-buildingCoverage {
	width:90px;
}
* html .wideBlock table col.col-image {
	width:226px;
}
* html .wideBlock table col.col-location {
	width:225px;
}
* html .wideBlock table col.col-price {
	width:45px;
}
* html .wideBlock table col.col-square {
	width:88px;
}
* html .wideBlock table col.col-landarea {
	width:88px;
}
* html .wideBlock table col.col-age {
	width:50px;
}
* html .wideBlock table col.col-buttons {
	width:87px;
}
* html .wideBlock table col.col-buildingCoverage {
	width:70px;
}
*:first-child+html .wideBlock table col.col-image {
	width:226px;
}
*:first-child+html .wideBlock table col.col-location {
	width:225px;
}
*:first-child+html .wideBlock table col.col-price {
	width:45px;
}
*:first-child+html .wideBlock table col.col-square {
	width:88px;
}
*:first-child+html .wideBlock table col.col-landarea {
	width:88px;
}
*:first-child+html .wideBlock table col.col-age {
	width:50px;
}
*:first-child+html .wideBlock table col.col-buttons {
	width:87px;
}
*:first-child+html .wideBlock table col.col-buildingCoverage {
	width:70px;
}
.wideBlock table.tochiTable col.col-image {
	width:250px;
}
.wideBlock table.tochiTable col.col-location {
	width:328px;
}
.wideBlock table.tochiTable col.col-landarea {
	width:110px;
}
* html .wideBlock table.tochiTable col.col-image {
	width:221px;
}
* html .wideBlock table.tochiTable col.col-location {
	width:319px;
}
* html .wideBlock table.tochiTable col.col-landarea {
	width:90px;
}
*:first-child+html .wideBlock table.tochiTable col.col-image {
	width:221px;
}
*:first-child+html .wideBlock table.tochiTable col.col-location {
	width:319px;
}
*:first-child+html .wideBlock table.tochiTable col.col-landarea {
	width:90px;
}
tr.clickableRow td {
	cursor:pointer;
}
tr.onHover td {
	background-color:#ffffce;
}
.wideBlock table td.imagesCell {
	padding:6px 10px;
	line-height:100%;
}
.wideBlock table td.imagesCell span.imgFrame {
	display: inline-block;
	vertical-align:middle;
	text-align:center;
}
span.imageCountLabel {
	font-size:12px;
	line-height:100%;
}
.wideBlock td .mrf-registFavorite {
	display:inline-block;
	margin:10px 0 0 0;
}
/*  20121106追記ここまで  */



/*  20121107追記ここから  */

#pageHeadFrame div.shoulderElem.search {
	margin:-24px 0 0 0;
	text-align:right;
}
.searchFeatures .specialTopic {
	margin-bottom:0;
}
.searchFeatures .specialTopic .image {
	width:112px;
}
.searchFeatures .specialTopic .txt {
	margin-left: 127px;
}
* html #breadcrumbs {
	z-index:100;
	position:relative;
}
* html #pageHeadFrame div.shoulderElem.search {
	z-index:101;
	position:relative;
}
a.viewMap {
	background: url(/dir_common/dir_img/module/arrow_ico_01.gif) left center no-repeat;
	padding-left: 7px;
	vertical-align: middle;
}
div.regionSearch {
	margin:11px 0 0 0;
}
div.regionSearch a {
	background-position:left center;
	background-repeat:no-repeat;
	display:inline-block;
	padding:0 0 0 28px;
	margin:0 7px 0 0;
	line-height:200%;
}
div.regionSearch a.regionSearch_mansion {
	background-image:url(/dir_common/dir_img/module/regionSearch_mansion.gif)
}
div.regionSearch a.regionSearch_kodate {
	background-image:url(/dir_common/dir_img/module/regionSearch_kodate.gif)
}
div.regionSearch a.regionSearch_tochi {
	background-image:url(/dir_common/dir_img/module/regionSearch_tochi.gif)
}
div.regionSearch a.regionSearch_others {
	background-image:url(/dir_common/dir_img/module/regionSearch_others.gif);
	margin-right:0px;
}
.wideBlock dl.noSeparate dd {
	border-right:1px solid #dbd2bd;
	padding:0 1em;
}
.wideBlock dl.noSeparate dd.last {
	border-right:0;
}
.wideBlock .submitBtnSet03 .txt {
	left: 15px;
	top: 0.5em;
}
.wideBlock .submitBtnSet03 .txt label {
	cursor:pointer;
}
.wideBlock .submitBtnSet03 .txt input {
	margin:0 6px 0 0;
}
.wideBlock .submitBtnSet03 .btn {
	margin-left: 208px;
}
.wideBlock .noCheckAll .submitBtnSet03 .btn {
	margin-left: 0;
}

.offerRegist {
	border:1px solid #dbd2bd;
	margin:0 0 30px 0;
}
div.offerRegistBody {
	padding:18px 30px 18px 14px;
}
div.offerRegistBody p {
	float:left;
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-size:120%;
}
div.offerRegistBody a {
	float:right;
}
/*  20121107追記ここまで  */







/*  20121108追記ここから  */



table.inquiryTable {
	margin: 10px auto 30px;
	width: 930px;
}
table.inquiryTable td {
	vertical-align:middle;
}
table.inquiryTable td.inquiryTable_dataCell {
	width:501p;
	border-right:none;
}
table.inquiryTable td.inquiryTable_buttonCell {
	width:254px;
}
table.inquiryTable td.inquiryTable_toTopCell {
	width:112px;
}
table.inquiryTable .shopName {
	font-size:130%;
	font-weight:bold;
}
/*  20121108追記ここから  */







/*  20121109追記ここから  */



.conditionChangeModal {
}
.conditionChangeModal .elem {
	text-align:left;
}
.conditionChangeModal tr.room ul, .conditionChangeModal tr.current ul, .conditionChangeModal tr.type ul, .conditionChangeModal tr.station ul {
	margin:0;
}
.conditionChangeModal tr.price select, .conditionChangeModal tr.price span {
	float:left;
	display: inline-block;
	margin: 0 5px 0 0;
}
.conditionChangeModal tr.room ul li, .conditionChangeModal tr.current ul li, .conditionChangeModal tr.type ul li, .conditionChangeModal tr.station ul li {
	float:left;
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0 0 6px;
 *margin:0 5px 0 0;
 *padding: 0 0 6px;
}
.conditionChangeModal table input {
	margin-right:2px;
}
input.modalSearchButton {
}
div#colorbox div.conditionChangeModalClose {
	background: url(/dir_common/dir_img/btn/modalClose.gif) no-repeat scroll left 0.2em transparent;
	bottom: auto;
	height: 24px;
	left: 728px;
	margin-left: 0;
	position: absolute;
	text-indent: 0;
	top: 20px;
	width: 65px;
}
.conditionViewModal {
}
div.conditionViewModal {
}
div.conditionViewModal p.noticeTxt01 {
	font-size:130%;
	text-align:left;
}
ul.viewConditionList {
	margin:21px 0 0 0;
	padding:0 6px 0 0;
}
ul.viewConditionList li {
	min-height: 1px;
	padding:0 0 5px 0;
	margin:0 0 5px 0;
	border-bottom:1px dotted #8f8973;
}
ul.viewConditionList li:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
* html ul.viewConditionList li {
	height: 1px; /*\*//*/ height: auto; overflow: hidden;/**/
}
ul.viewConditionList li.last {
	border-bottom:0;
}
div.condsLinks {
	float:left;
	width:320px;
	height:2.8em;
 *height:2.4em;
	overflow-y:hidden;
	padding:0 6px 0 0;
	text-align:left;
}
div.condsLinks a {
	line-height:120%;
	color:#1b3781
}
div.condsLinks a:visited {
	color:#1b3781
}
a.editConds {
	float:left;
	display:block;
	width:56px;
	height:24px;
	margin:4px 0 0 1px;
	background:url(/dir_common/dir_img/btn/condEdit_01.gif) left top no-repeat;
	cursor:pointer;
}
a.deleteConds {
	float:left;
	display:block;
	width:56px;
	height:24px;
	margin:4px 0 0 11px;
	background:url(/dir_common/dir_img/btn/condDelete_01.gif) left top no-repeat;
	cursor:pointer;
}
.wideBlock table td.imagesCell {
	padding:6px 10px 6px 3px;
}
.wideBlock table td.imagesCell span.imgFrame {
	margin: 0 0 0 7px;
 *margin: 0 0 0 4px;
}
/*  20121109追記ここまで  */







/*  20121112追記ここから  */



.submitBtnSet03 .btn .checkPartFor {
	border-left: 1px solid #C0C0C0;
	float: left;
	margin-left: 41px;
	padding: 0 26px 0 10px;
 *margin-left:20px;
}
.wideBlock .submitBtnSet03 .txt {
	top: 0.8em;
}
.wideBlock .submitBtnSet03 .btn .float-L {
	margin-top:0.3em;
}
.wideBlock .noCheckAll .submitBtnSet03 .btn .float-L {
	margin-right:24px;
}
/*  20121112追記ここまで  */

/*  20151002追記ここから  */
 .noCheckAll .submitBtnSet03 .btn .checkPartFor {
	border-left: none;
	margin-left: 20px;
	padding: 3px 26px 0 10px;
}
/*  20151002追記ここまで  */






/*  20121114追記ここから  */



/*  マンションの表組み用  */



.wideBlock table.mansionTable col.col-image {
	width:246px;
 *width:232px!important;
}
.wideBlock table.mansionTable col.col-location {
	width: auto;
 *width:235px!important
}
.wideBlock table.mansionTable col.col-price {
	width:75px;
 *width:55px!important;
}
.wideBlock table.mansionTable col.col-square {
	width:108px;
 *width:88px!important;
}
.wideBlock table.mansionTable col.col-age {
	width:88px;
 *width:68px!important;
}
.wideBlock table.mansionTable col.col-direction {
	width:70px;
 *width:50px!important;
}
.wideBlock table.mansionTable col.col-buttons {
	width:107px;
 *width:87px!important;
}
/*  一戸建ての表組み用  */



.wideBlock table.kodateTable col.col-image {
	width:246px;
 *width:232px!important;
}
.wideBlock table.kodateTable col.col-location {
	width: auto;
 *width:197px!important;
}
.wideBlock table.kodateTable col.col-price {
	width:75px;
 *width:55px!important;
}
.wideBlock table.kodateTable col.col-square {
	width:108px;
 *width:88px!important;
}
.wideBlock table.kodateTable col.col-landarea {
	width:108px;
 *width:88px!important;
}
.wideBlock table.kodateTable col.col-age {
	width:88px;
 *width:68px!important;
}
.wideBlock table.kodateTable col.col-buttons {
	width:107px;
 *width:87px!important;
}
/*  土地の表組み用  */



.wideBlock table.tochiTable col.col-image {
	width:246px;
 *width:232px!important;
}
.wideBlock table.tochiTable col.col-location {
	width: auto;
 *width:285px!important
}
.wideBlock table.tochiTable col.col-price {
	width:75px;
 *width:45px!important;
}
.wideBlock table.tochiTable col.col-landarea {
	width:108px;
 *width:88px!important;
}
.wideBlock table.tochiTable col.col-buildingCoverage {
	width:108px;
 *width:88px!important;
}
.wideBlock table.tochiTable col.col-buttons {
	width:107px;
 *width:87px!important;
}
div.regionSearch a {
	padding:8px 0 0 28px;
	line-height:100%;
	height:20px;
 *line-height:190%;
}
/*  20121114追記ここまで  */







/*  20121115追記ここから  */



.filterCityTownModal {
	text-align:left;
	font-size:120%;
}
.filterCityTownModal .anchorLink ul li {
	margin-right:20px;
}
.filterCityTownModal .cityTownLabels {
	padding:0 0 10px 20px;
}
.filterCityTownModal .cityTownLabels label {
	float:left;
	width:150px;
	line-height:110%;
	margin: 0 0 0.8em;
	width: 245px;
	cursor:pointer;
}
.filterCityTownModal .cityTownLabels label input {
	margin:0 5px 0 0;
}
a.disabled, input.disabled {
	cursor:default!important
}
/*  20121115追記ここまで  */







/*  20121116追記ここから  */



.conditionChangeModal tr.bukkenSyumoku ul li, .conditionChangeModal tr.hikiwatashi ul li {
	float:left;
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0 0 6px;
 *margin:0 5px 0 0;
 *padding: 0 0 6px;
}
.filterCityTownModal .cityTownLabels {
	padding:0.5em 0 10px 20px;
}
/*  20121116追記ここまで  */







/*  20121119追記ここから  */



.wideBlock table.kodateTable col.col-location {
 *width:212px!important;
}
.wideBlock table.kodateTable col.col-landarea {
	width:108px;
 *width:73px!important;
}
/*  20121119追記ここまで  */











/*  20121120追記ここから  */



.changeAreasLinesModal {
	text-align:left;
	font-size:120%;
}
.changeAreasLinesModal h2 {
	background: url(/dir_common/dir_img/template/pageHeadline_bg_01.gif) repeat-x scroll left bottom transparent;
	margin: 10px 0 15px;
	padding-bottom: 7px;
	font-size: 135%;
	line-height:100%;
	font-weight: bold;
}
div#colorbox div.changeAreasLinesModalClose {
	background: url(/dir_common/dir_img/btn/modalClose.gif) no-repeat scroll left 0.2em transparent;
	bottom: auto;
	height: 24px;
	left: 700px;
	margin-left: 0;
	position: absolute;
	text-indent: 0;
	top: 20px;
	width: 65px;
}
.changeAreasLinesModal ul.itemList-col4 {
	margin-left:-8px;
}
.changeAreasLinesModal ul.itemList-col3 {
	margin-left:0px;
}
/*  20121120追記ここまで  */



/*  20121130追記ここから  */



.wideBlock .resultOpenhouseBox {
	background-position: -13px top;
 *background-position: -14px top;
}
.wideBlock .resultOpenhouseBox .boxDate {
	width:226px;
}
.wideBlock .resultOpenhouseBox .boxDesc {
	width:682px;
}
/*  20121130追記ここまで  */



/*  121129追加ここから  */

.resultHeaderBox .boxHeadline .headline a.headLink {
	padding-right: 5px;
}
.resultHeaderBox .boxHeadline .headPict {
	width: 80px;
	text-align: right;
	line-height: 1;
}
.resultHeaderBox .boxHeadline .headIconsBlock {
	float: right;
	width: 228px;
}
/*  121129追加ここまで  */



/*  130204追加ここから  */

#changeAreaHTML, .changeAreasModal, .changeAreasLinesModal {
	display:none;
}
.changeAreasModal #cboxLoadedContent {
	padding-bottom:19px;
}
#cboxLoadedContent .changeAreasModal, #cboxLoadedContent .changeAreasLinesModal {
	display:block
}
.changeAreasModalBody ul li a {
	cursor:pointer;
}
.changeAreasModalBody {
	_height:400px;
	max-height:400px;
	overflow-x: hidden;
	overflow-y: auto;
	padding-bottom:12px;
}

#changeAreaBoxBlk {
	display: none;
	/*margin-top: 30px;*/
}
#changeAreaBoxBlk .changeAreasModalBody {
	_height:none !important;
	max-height:none !important;
}
.liveCounter p.noticeTxt01 {
    background: url("/dir_common/dir_img/module/liveCounterLabel.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
    height: 28px;
    left: 130px;
    line-height: 100%;
    padding: 11px 54px 0 0;
    position: absolute;
    text-align: right;
    top: 19px;
    width: 135px;
}

.changeAreasModal ul.itemList-col4 li {
	width:170px;
}
table.searchConditionsTable td.regionsCell a {
	margin-right:1em;
	cursor: pointer;
}
#changeConditionsHTML {
	position:static;
}
.conditionsCell #changeConditionsHTML {
	position:absolute;
	top:-9999px;
}
.municipalitiesCellButtons {
	float:right;
}
.municipalitiesCellButtons a#filterCityTownButton {
	visibility:visible
}
div.customDialog {
	z-index:10000;
}
div.dialog-content {
	z-index:10001;
}
div.dialog-close {
	z-index:10002;
}
/*  130204追加ここまで  */



/*  130305検索結果一覧 物件サムネイルの枠固定 ここから */

.wideBlock table td.imagesCell span.imgFrame {
	width:94px;
}
.wideBlock table tr td.imagesCell span.madoriListFrame {
	width:119px;
}
/*  130305検索結果一覧 物件サムネイルの枠固定 ここまで */



/*  130306 検索結果一覧 チェックボックスラベルの2行対応 ここから */

div.conditionChangeModal tr.keyword ul li, div.changeAreasModal ul.itemList-col4 li, div.changeAreasModal ul.itemList-col3 li {
	display: inline-block;
 *display: inline;
 *zoom:1;
	float: none;
	vertical-align:top;
	text-indent:0;
}
div.changeAreasModal ul.itemList-col4 li {
	width:165px;
}
div.conditionChangeModal tr.keyword ul li {
	padding:5px 0 0 7px;
	width:180px;
}
/*  130306 検索結果一覧 チェックボックスラベルの2行対応 ここまで */

/*  130307 検索結果一覧 h1付近調整 追記ここから  */

#pageHeadFrame.twoColumnResearch {
	position:relative;
}
/*#pageHeadFrame.twoColumnResearch #pageHeadline {
	width:450px;
}*/
#pageHeadFrame.twoColumnResearch div.shoulderElem.search {
	margin-top:0;
}
#pageHeadFrame.twoColumnResearch div.shoulderElem.search .headlinkRight {
	position:absolute;
	right:0;
	top:-2em;
}
#ttlDescription .float-L{
	width: 820px;
}
div.shoulderElem.search .headlinkRight2 {
	float: right;
	width: 130px;
}
div.shoulderElem.search .headTxtBlk01 {
	float: left;
	width: 800px;
	padding-bottom:10px;
}
#pageHeadFrame.twoColumnResearch div.shoulderElem.search div.regionSearch {
	position:absolute;
	right:0;
	bottom:10px;
	margin-top:0;
	width:480px;
}
.featureIconArea .twoColumnIcon {
	width:440px;
}
/*  130307 検索結果一覧 h1付近調整 追記ここまで  */



/*  130311検索結果一覧 物件サムネイル間取り図の枠固定 ここから */

.wideBlock table tr td.imagesCell span.madoriListFrame a {
	border:1px solid #DBD2BE;
	padding:1px;
	width:115px;
	height:115px
}
.wideBlock table tr td.imagesCell span.madoriListFrame a img {
	border:0;
	padding:0;
}
/*  130311検索結果一覧 物件サムネイル間取り図の枠固定 ここまで */



/*  130311検索結果一覧 横スクロールバー表示対策 ここから */

.conditionsCell #changeConditionsHTML {
	left: -9999px;
}
/*  130311検索結果一覧 横スクロールバー表示対策 ここまで */



/*  130312検索結果一覧 物件サムネイル間取り図上下中央配置 ここから */

.wideBlock table tr td.imagesCell span.madoriListFrame a {
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	layout-grid-line:115px;
 *display:block;
	background-color:#FFFFFF;
}
.wideBlock table tr td.imagesCell span.madoriListFrame a img {
	vertical-align:middle;
}
/*  130312検索結果一覧 物件サムネイル間取り図上下中央配置 ここまで */



/*  130313検索結果一覧 IE6「同じ地域で再検索」の位置修正 ここから */

* html #pageHeadFrame div.shoulderElem.search {
	position: static;
}
/*  130313検索結果一覧 IE6「同じ地域で再検索」の位置修正 ここまで */



/*  130314 検索結果一覧 h1付近再調整 追記ここから  */

#pageHeadFrame.twoColumnResearch #pageHeadline {
}
/*#pageHeadFrame.twoColumnResearch div.shoulderElem.search div.regionSearch {
	width:400px;
}*/
/*  130314 検索結果一覧 h1付近再調整 追記ここまで  */



/*  130327 まとめて検索結果一覧 h1付近調整 追記ここから  */

div#pageHeadFrame.allSearch #pageHeadline {
	width: 490px;
}
div#pageHeadFrame.allSearch div.shoulderElem.search div.regionSearch {
	width: 450px;
}
/*  130327 まとめて検索結果一覧 h1付近調整 追記ここまで  */



/*  130327 検索結果一覧　画像の並び修正 追記ここから  */

.wideBlock table td.imagesCell {
	min-width: 232px;
}
/*  130327 検索結果一覧　画像の並び修正 追記ここまで  */



/*  130416 検索結果一覧　シックボックス「すべてクリアする」ボタン 追記ここから  */

.changeAreasModal .h3HeadFrame {
	position:relative
}
.changeAreasModal .h3HeadFrame .headline a.clearModalCheck {
	display:inline;
	position:absolute;
	right:4px;
	top:3px;
	padding-left:0px;
	background:none;
	cursor:pointer;
}
/*  130416 検索結果一覧　シックボックス「すべてクリアする」ボタン 追記ここまで  */

/*  20130424追記ここから 検索結果一覧　店舗情報ボタン追加 */

table.inquiryTable02 {
	margin: 10px auto 30px;
	width: 930px;
}
table.inquiryTable02 td {
	vertical-align:middle;
}
table.inquiryTable02 td.inquiryTable_dataCell {
	width:477p;
	border-right:none;
}
table.inquiryTable02 td.inquiryTable_buttonCell {
	width:304px;
	vertical-align:middle;
	text-align:center;
}
table.inquiryTable02 td.inquiryTable_toTopCell {
	width:90px;
}
table.inquiryTable02 td.inquiryTable_toTopCell .exLinkIco {
	padding-left:10px;
}
table.inquiryTable02 .shopName {
	font-size:130%;
	font-weight:bold;
}

/*  20130424追記ここから 検索結果一覧　店舗情報ボタン追加 */

/*  20130624追記ここから 新築戸建て newbuild_kodate */
#pageHeadFrame.twoColumnResearch.newbuild_kodate #pageHeadline{
	width: 480px;
}
#pageHeadFrame.twoColumnResearch.newbuild_kodate div.shoulderElem.search div.regionSearch {
	width: 480px;
}

/*  20130624追記ここまで 新築戸建て newbuild_kodate */

/*  20130709追記ここから  新築一戸建て このエリアのおすすめ物件 */
#mainArea .contentBlk .kodateTable .tit_Property {
	font-size:117%;
}
#mainArea .contentBlk .kodateTable .box_info {
	width:100%;
	border-collapse: separate;
    border-spacing:0 5px;
	margin-top:3px;
}
#mainArea .contentBlk .kodateTable .box_info th {
	background:#ede8de;
	text-align:center;
	vertical-align:middle;
	width:70px;
}
#mainArea .contentBlk .kodateTable .box_info th.bg_no {
	background:none;
	vertical-align:top;
	padding:0;
}
#mainArea .contentBlk .kodateTable .box_info th.bg_no p {
	background:#ede8de;
	margin:0;
	padding:8px 0;
	width:100%;
	_padding-right:10px;
}
*+html #mainArea .contentBlk .kodateTable .box_info th.bg_no p {
	padding-right:10px;
}
#mainArea .contentBlk .kodateTable .box_info td.w_l {
	width:45%;
}
#mainArea .contentBlk .kodateTable .box_info td.w_r {
	width:30%;
}
#mainArea .contentBlk .kodateTable .box_info td {
	vertical-align:middle;
	padding-right:10px;
	line-height:1.4;
}
#mainArea .contentBlk .kodateTable .box_info .font_top {
	vertical-align:top;
}
#mainArea .contentBlk .kodateTable .box_info td.bg_no {
	vertical-align:top;
}
#mainArea .contentBlk .kodateTable .box_info td.bg_no p {
	vertical-align:middle;
	margin:0;
	padding:8px 0;
}
#mainArea .contentBlk .kodateTable .box_info td.bg_no2 {
	vertical-align:top;
}
#mainArea .contentBlk .kodateTable .box_info td.bg_no2 p {
	vertical-align:middle;
	margin:0;
}
/*  20130709追記ここまで 新築一戸建て このエリアのおすすめ物件 */

.ul_w33 {
	width:315px !important;
}
/*  20130722追記ここまで 新築一戸建て 市区町村の物件を探す */

.changeAreasModal .h3HeadFrame a.clearModalCheck.clearModalCheck02 {
	display:inline;
	position:absolute;
	top:3px;
	left:615px;
	padding-left:0px;
	background:none;
	cursor:pointer;
}
/*  20131008検索結果一覧　シックボックス「すべてクリアする」ボタン 追記ここまで */

/*  20131024賃貸掲載終了物件ページ　追記ここから */
.wideBlock table.chintaiTable col.col-image {
	width:246px;
 *width:232px!important;
}
.wideBlock table.chintaiTable col.col-location {
	width: auto;
 *width:197px!important;
}
.wideBlock table.chintaiTable col.col-price {
	width:85px;
 *width:65px!important;
}
.wideBlock table.chintaiTable col.col-deposits {
	width:120px;
 *width:100px!important;
}
.wideBlock table.chintaiTable col.col-category {
	width:90px;
 *width:70px!important;
}
.wideBlock table.chintaiTable col.cor-direction {
	width:70px;
 *width:50px!important;
}
.wideBlock table.chintaiTable col.col-square {
	width:108px;
 *width:88px!important;
}

table.chintaiTable col.col-image {
	width:114px;
}
table.chintaiTable col.col-location {

	width:auto;
}
table.chintaiTable col.col-price {
	width:11%;
}
table.chintaiTable col.col-deposits {
	width:14%;
}
table.chintaiTable col.col-category {
	width:14%;
}
table.chintaiTable col.col-direction {
	width:14%;
}
table.chintaiTable col.col-square {
	width:14%;
}
/*  20131024賃貸掲載終了物件ページ　追記ここまで */

/*  150605 検索結果一覧 h1付近再再調整 追記ここから  */
#pageHeadFrame.twoColumnResearch #pageHeadline {
	width:515px;
}
#pageHeadFrame.twoColumnResearch div.shoulderElem.search div.regionSearch {
	width:435px;
}
/*  150605 検索結果一覧 h1付近再再調整 追記ここまで  */

/*  151108 My物件（お気に入り）一覧下部アイコン説明追加　*/
.featureIconArea02 {
    padding: 0 0 10px 5px;
}
.featureIconArea02 .float-L {
	width:348px;
}
.featureIconArea02 .float-R {
	width:348px;
}
.featureIconArea02 dl {
	margin-bottom:5px;
}
.featureIconArea02 dt {
	float:left;
	padding-right:7px;
}
.featureIconArea02 dd {
	zoom:1;
	overflow:hidden;
}

.featureIconArea02 .twoColumnIcon02 {
	width:360px;
}
.featureIconArea02 .twoColumnIcon03 {
	width:350px;
}

