﻿@charset "utf-8";
/* =======================================================================
	CSS information

	file name  :rec.css
	version:1.0
	style info :おススメ物件用。
======================================================================= */
/* import　各ディレクトリのスタイルシートは以下を必ず読み込む
----------------------------------------------------------------------------- */
@import "default.css"; /*リセット、font.css、再定義*/
@import "base.css"; /*サイトの初期設定*/
@import "layout.css"; /*サイトの基本レイアウト*/


/* #navi
------------------------------------------------------------------------*/

#navi li#navi02 a { background-position: -121px -34px;}


/* .mainNavi
------------------------------------------------------------------------*/

#mainNavi {
	margin: 0 0 20px 5px;
}

#mainNavi li {
	display: inline;
}

#mainNavi li a {
	overflow: hidden;
	float: left;
	display: block;
	height: 0 !important;
	height /**/: 32px;
	padding-top: 32px;
	background-image: url(../rec/img/bu_rec.gif);
	background-repeat: no-repeat;
}

#mainNavi01 a { width: 174px; background-position: 0 0;}
#mainNavi02 a { width: 173px; background-position: -174px 0;}
#mainNavi03 a { width: 173px; background-position: -347px 0;}
#mainNavi04 a { width: 174px; background-position: -520px 0;}

#mainNavi01 a:hover { background-position: 0 -32px;}
#mainNavi02 a:hover { background-position: -174px -32px;}
#mainNavi03 a:hover { background-position: -347px -32px;}
#mainNavi04 a:hover { background-position: -520px -32px;}

#konan #mainNavi01 a { background-position: 0 -64px;}
#ritto #mainNavi02 a { background-position: -174px -64px;}
#minakuchi #mainNavi03 a { background-position: -347px -64px;}
#yasu #mainNavi04 a { background-position: -520px -64px;}


/* .recHeader
------------------------------------------------------------------------*/

.recHeader {
	position: relative;
	background: url(../img/common/line_bot04.gif) repeat-x left bottom;
	margin-bottom: 20px;
	padding-bottom: 15px;
}

.recHeader .pageNumber {
	position: absolute;
	top: 6px;
	right: 0;
}

.recFooter { margin-bottom: 30px; text-align: center; }

.recFooter .pageNumber { margin: 0 auto;}

.pageNumber li {
	display: inline;
}

.pageNumber li a,
.pageNumber li strong {
	display: block;
	float: left;
	width: 24px;
	height: 17px !important;
	height /**/: 24px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #999999;
	margin: 0 5px 0 0;
	padding-top: 7px;
	text-decoration: none;
	color: #333333;
	font-size: 77%;
}

.pageNumber li a:hover,
.pageNumber li strong {
	background: #999999;
	color: #ffffff;
}


/* .proList
------------------------------------------------------------------------*/

.proList {
	background: url(../img/common/line_bot04.gif) repeat-x left bottom;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.proList h3 {
	width: 595px;
	font-size: 122%;
	color: #333333;
}

.storeInfo {
	background: url(../img/common/line_bot_01.gif) repeat-x left top;
	margin-bottom: 15px;
	padding-top: 5px;
	text-align: right;
	color: #333333;
}

.storeInfo li {
	display: inline;
	padding-left: 10px;
}

/* table
------------------------------------------------------------------------*/

table.traffic { width: 423px; margin-bottom: 10px;}

table.traffic th,
table.traffic td {
	padding: 3px 0;
	line-height: 1.4;
}

table.traffic th {
	width: 100px;
	background: #31ACEE;
	color: #ffffff;
	font-size: 107%;
	font-weight: bold;
	text-align: center;
}

table.traffic td {
	padding-left: 10px;
	background: #D9F3F9;
	font-size: 92%;
}

table.outline { width: 423px; margin-bottom: 10px;}

table.outline th { width: 32px;}

table.outline td { padding-left: 10px; font-size: 107%; font-weight: bold;}

.tdFloor { width: 36px !important; width /**/: 46px;}
.tdRent { width: 78px !important; width /**/: 88px;}
.tdPublic { width: 76px !important; width /**/: 86px;}
.tdComplet { width: 65px !important; width /**/: 75px;}

.tdFloor,
.tdRent {
	color: #FF0000;
}

.tdPublic,
.tdComplet {
	color: #007BBD;
}


