/* 「カテゴリーアーカイブページ（検索結果）」で使用 */
/* テーブル表示のページで使用 */

.serch-box-up {
    padding: 5px ;
    padding-bottom: 30px ;
    border-bottom:dashed 1px #A9A9A9;
	}

.topicpath, .label-cat, .label-count {
    padding-left: 10px;
}

.serch-box-down {
    margin-bottom: 100px;
	}

.label-cat {
    line-height: 200%;
    text-align: left;
    font-weight: nomal;
    margin-top: 10px;
	}

.label-count {
    font-weight: nomal;
    margin-bottom: 10px;
	}

.category-contents td {
    margin: 0;
    padding: 0;
    padding-left: 5px;
	}

.details-body {
    float: left;
        }

.details-link  {
    float: left;
    width: 55px;
    height: 41px;
    text-align: center;
    border-right: solid 1px #999999;
    border-top: solid 1px #999999;
    border-bottom: solid 1px #999999;
    background-color: #E6E6FA;
}

.details-link  p {
    margin-top: 11px;
	}


.details-link a {
    color: #99cc33;
    text-decoration: none;
	}

.details-link a:hover {
    color: #006633;
	}

.search-area-box {
    margin-left: 70px;
}

.search-sell-box {
    margin-left: 70px;
}


/* ↓詳細ページ（エントリーアーカイブ）と表示を分けるための記述↓ */

.entry-table {
    line-height: 150%;
    text-align: left;
    border-bottom: 1px solid #999999;
}

.p-lb, .t-lb, .o-lb {
    text-align: center;
    color: #ffffff;
    background-color: #99cc33;
    border-right: solid 1px #999999;
    border-top: solid 1px #999999;
}

.p-ct, .t-ct, .o-ct {
    height: 20px;
    border-right: solid 1px #999999;
    border-top: solid 1px #999999;
}


/* カテゴリーが駐車場のとき */

.p-lb01 {
    border-left: solid 1px #999999;
    width: 200px;
}

.p-lb02, .p-lb03 {
    width: 78px;
}

.p-lb04 {
    width: 238px;
}

.p-lb05 {
    width: 50px;
}

.p-ct01 {
    border-left: solid 1px #999999;
    font-weight: bold;
    width: 200px;
    height: 41px;
    color: #99cc33;
}

.p-ct02 {
    color: #FF1493;
    width: 78px;
    height: 41px;
}

.p-ct03 {
    width: 78px;
    height: 41px;
}

.p-ct04 {
    width: 238px;
    height: 41px;
}

/* カテゴリーが土地・収益物件のとき */

.t-lb01 {
    border-left: solid 1px #999999;
    width: 100px;
}

.t-lb02, .t-lb09 {
    width: 50px;
}

.t-lb03 {
    width: 80px;
}

.t-lb04, .t-lb05,
.t-lb07, .t-lb08 {
    width: 75px;
}

.t-lb06 {
    width: 100px;
}

.t-ct01 {
    color: #99cc33;
    font-weight: bold;
    border-left: solid 1px #999999;
    width: 100px;
}

.t-ct02, .t-ct09 {
    width: 50px;
}

.t-ct03 {
    width: 80px;
    color: #FF1493;
}

.t-ct04, .t-ct05,
.t-ct07, .t-ct08 {
    width: 75px;
}

.t-ct06 {
    width: 100px;
}

/* カテゴリーが賃貸物件のとき */

.o-lb01 {
    border-left: solid 1px #999999;
    width: 85px;
}

.o-lb02 {
    width: 28px;
}

.o-lb04, .o-lb05 {
    width: 50px;
}

.o-lb06, .o-lb07, .o-lb12 {
    width: 50px;
}

.o-lb08, .o-lb09, .o-lb10 {
    width: 65px;
}

.o-lb11 {
    width: 102px;
}


.o-ct01 {
    color: #99cc33;
    font-weight: bold;
    border-left: solid 1px #999999;
    width: 85px;
}

.o-ct02 {
    width: 28px;
}

.o-ct04 {
    color: #FF1493;
    width: 50px;
}

.o-ct05 {
    width: 50px;
}

.o-ct06, .o-ct07 {
    width: 50px;
}

.o-ct08, .o-ct09, .o-ct10 {
    width: 65px;
}

.o-ct11 {
    width: 102px;
}

