@charset "UTF-8";
/* ======================================================= *//* 
Style Name: rank.css
Style URI: css/rank.css
Description: RankingRef/action/List.tplの独自css
Version: 1.0
Last Up Date: 070214
Suggested order:各要素の指定は以下の順に記述して下さい。
	1. 視覚整形モデル
		display
		list-style
		position
		float
		clear
	2. ボックスモデル
		width
		height
		margin
		padding
		border
	3. 背景と前景
		background
	4. フォントとテキスト
		color
		font
		text-decoration
		text-align
		vertical-align
		white-space
		other text
	5. 生成内容	
		content
Reference:基本フォント14px相当の場合の指定比率
/* 142.86%　/* 20px相当 */
/* 128.57%　/* 18px相当 */
/* 114.29%　/* 16px相当 */
/* 100.00%　/* 14px相当 */
/* 85.71%　/* 12px相当 */
/* 71.43%　/* 10px相当 */
/* 57.14%　/* 8px相当 */
/* 42.86%　/* 6px相当 */
/*
/* ======================================================= */

/* ----------------------------------------
　カラムレイアウト
* ---------------------------------------- */
div#body div#primary {
	padding-top:18px;
	}
				

/* ----------------------------------------
　div#primary
* ---------------------------------------- */

/* h2
 * ---------------------------------------- */
h2 {
	padding-left:40px;
	margin-bottom:21px;
	}

/* p#caption
 * ---------------------------------------- */
p#caption {
	margin-left:62px;
	margin-bottom:16px;
	width:808px;
	}
	
/* ul#tab
 * ---------------------------------------- */
ul#tab {
	margin-left:57px;
	margin-bottom:16px;
	width:836px;
	background-image:url(../images/rank/rank_tab_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	}
ul#tab li {
	display:inline;	
	}

/* table.result
 * ---------------------------------------- */
table.result {
	margin-bottom:10px;
	margin-left:65px;
	width:820px;
	border-collapse:collapse;
	font-size:14px;
	}


/*  thead（※セルの幅はthead thで規定） --- */
table.result thead tr th {
	padding:2px 0;
	border:1px solid #c1c1c1;
	background-color:#d8def0;
	font-size:12px;
	text-align:center;
	white-space:nowrap;
	line-height:130%;
	}
table.result thead tr th.rank {
	width:60px;
	}
table.result thead tr th.image {
	width:55px;
	}
table.result thead tr th.type {
	width:70px;
	}
table.result thead tr th.price {
	width:125px;
	}
table.result thead tr th.profit {
	width:70px;
	}
table.result thead tr th.profit p {
	margin:0 auto;
	}
table.result thead tr th.profit p a img {
	vertical-align:-2px;
	}
table.result thead tr th.address {
	width:235px;
	}
table.result thead tr th.info01 {
	width:55px;
	}
table.result thead tr th.area {
	width:80px;
	}
table.result thead tr th.area span.unitMark {
	font-size:10px;
	}
table.result thead tr th.area span.unitMark sup {
	font-size:9px;
	}
table.result thead tr th.info02 {
	width:60px;
	}
table.result thead tr th.info02 p {
	line-height:110%;
	}

/*  tbody --- */
table.result tbody td {
	padding:2px;
	height:70px;
	border-top:1px solid #c9c9c9;
	border-bottom:1px solid #c9c9c9;
	border-left:1px solid #e3e4e8;
	border-right:1px solid #e3e4e8;
	font-size:14px;
	vertical-align:middle;
	}
table.result tbody tr.odd {
	background-color:#f5f7fb;
	}
/*  td.rank --- */
table.result tbody td.rank {
	text-align:center;
	}
/*  td.image --- */
table.result tbody td.image {
	font-size:12px;
	text-align:center;
	}
table.result tbody td.image p {
	padding-bottom:2px;
	}

table.result tbody td.image a img {
	border:1px solid #007efe;
	}
table.result tbody td.image a:hover img {
	border:1px solid #cc0000;;
	}
table.result tbody td.image a img.menberImg {
	border:none;
	height:42px;
	}
table.result tbody td.image a:hover img.menberImg {
	border:none;
	}
table.result tbody td.image em {
	font-size:12px;
	color:#cc0033;
	}
/*  td.type --- */
table.result tbody td.type {
	font-size:12px;
	text-align:center;
	line-height:110%;
	}
table.result tbody td.type span {
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:3px;
	width:4em;
	background-color:#cccccc;
	}
/*  td.price --- */
table.result tbody td.price {
	padding-right:5px;
	text-align:right;
	font-size:14px;
	font-weight:bold;
	}
table.result tbody td.price span.unitMark {
	font-size:12px;
	font-weight:bold;
	}
/*  td.profit --- */
table.result tbody td.profit {
	padding-right:5px;
	text-align:center;
	}
table.result tbody td.profit span.supplement {
	font-weight:bold;
	color:#cc0000;
	}
table.result tbody td.profit p.percentage {
	margin-bottom:5px;
	text-align:right;
	font-weight:bold;
	}
table.result tbody td.profit p.percentage span.unitMark {
	color:#000000;
	font-size:10px;
	font-weight:bold;
	}
table.result tbody td.profit p.percentage span.noPercentage {
	display:block;
	width:60px;
	text-align:center;
	color:#000000;
	}
/*  td.address --- */
table.result tbody td.address {
	padding-left:8px;
	}
table.result tbody td.address p {
	font-size:12px;
	}
table.result tbody td.address p.address {
	padding-bottom:2px;
	margin-bottom:2px;
	}
table.result tbody td.address p.address a {
	line-height:120%;
	}
/*  p.access --- */
table.result tbody td.address p.access {
	line-height:110%;
	}
/*  td.info01 --- */
table.result tbody td.info01 {
	text-align:center;
	}
table.result tbody td.info01 p {
	font-size:12px;
	}
table.result tbody td.info01 p.year {
	font-size:12px;
	}
/*  td.area --- */
table.result tbody td.area {
	padding-right:5px;
	text-align:right;
	}
table.result tbody td.area p {
	text-align:right;
	font-size:12px;
	}
table.result tbody td.area p.build {
	padding-bottom:2px;
	margin-bottom:2px;
	}
table.result tbody td.area p.land {
	}
/*  td.info02 --- */
table.result tbody td.info02 {
	text-align:center;
	}
table.result tbody td.info02 p {
	font-size:12px;
	}
table.result tbody td.info02 p.floor {
	line-height:110%;
	white-space:nowrap;
	}