﻿@charset "utf-8";

/*========================================================================================================================

 CSS FORMAT
 for common pages

========================================================================================================================*/



/*========================================================================================================================
	基本構造
========================================================================================================================*/

body {
	padding: 0; /* for Opera */
	margin: 0px;	/* for IE/Firefox */
	font-size:12px;
	line-height:1.4;
	color:#333333;
	background:#FFFFFF;
}

p {
	margin:0px;
	padding:0px;
}

img { border:0px; }

.leftyose { text-align:left; }

.rightyose { text-align:right; }

.centeryose {
	text-align:center;
	margin:auto;
}

.leftfloat { float:left; }

.rightfloat { float:right; }

/*========================================================================================================================
	基本ヘルパークラス
========================================================================================================================*/


.clear { clear: both; }

.clr {
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

noscript {
	margin: 0px;
	padding: 0px;
}

.dispn { display:none; }

.hover { }

/* clearfix hack */

* html .pkg { display: inline-block; }

/* no ie mac \*/
* html .pkg { height: 1%; }

.pkg { display: block; }

/* */

.pkg:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

.waku {
	background:url(../images/waku_back.gif) repeat-y;
	padding:0 7px;
}

.itemlist{	/* 物件一覧切り替えタブ */
	margin:0;
	padding:0;
	height:32px;
}

.point {
	cursor: pointer;
}

/*========================================================================================================================
	レイアウト
========================================================================================================================*/
#container{ margin:10px 0;}	/* 外枠 */

#map {	/* googleMAP読み込み */
	float:left;
	width:505px;
	height:600px;
	border:#BEBEBE solid 1px;
}

#cond { display:none; }	/* 検索条件テーブル */

#condlab { display:none;}

#condtab{	margin:0 0 5px;}	/* 検索条件の開閉ボタン */

#condsub{	/* 検索実行ボタン */
	text-align:center;
	margin-top:10px;
}

#listindex {	/* 件数表記・ページ移動 */
	display:block;
	font-size:12px;
}

#right {	/* 右サイド */
	float:left;
	width:375px;
	padding-left:15px;
}


#result{ display:none; }	/* 物件表示一覧 */

#waku {	/* 右サイド枠 */
	background:url(../images/waku_back.gif) repeat-y;
	padding:0 7px;
}


/*========================================================================================================================
	検索条件表示
========================================================================================================================*/
#cond table{	/* テーブル設定 */
	border-collapse: collapse;
	border: none;
	width:355px;
}

#cond th{	/* テーブル見出し欄 */
	background:#D0D5D9;
	border-bottom:#FFFFFF 1px solid;
	font-weight:normal;
	width:45px;
	vertical-align:top;
}


#cond td{	/* 項目間のケイ線 */
	border-bottom:#FFFFFF 1px solid;
}

#cond tr.listeven{	background:#F2EFE9;} /* リスト偶数行 */


#cond th, #cond td{	padding:3px;}	/* セル余白 */

#cond label {	/* 検索項目の改行制御 */
	display: inline-block;
	padding:0 5px 5px 0;
}

#cond select{	/* 検索項目のプルダウンメニュー設定 */
	width:100px;
	font-size:12px;
}

#msg{ /* 検索結果無し表示 */
	width:350px;
	text-align:center;
	padding:145px 0;
}

/*========================================================================================================================
	一覧表示
========================================================================================================================*/

#listindex .listno{	/* 物件件数表示 */
	padding:7px 0 0;
	vertical-align:middle;
	float:left;
}

#listindex .listpage{	/* ページ移動表示 */
	padding:3px 3px 0;
	vertical-align:top;
	float:right;
}


#itemlist{	/* 物件一覧切り替えタブ */
	margin:0;
	padding:0;
	height:32px;
}

#list{clear:both;}	/* 一覧リスト */

#list table{	/* テーブル設定 */
	border-collapse: collapse;
	border: none;
	width:355px;
}

#list thead tr{	/* テーブル見出し欄 */
	background:#D0D5D9;
	border-bottom:#FFFFFF 1px solid;
}

#list tbody tr{ /* リストデフォルト */
	color:#336699;
	border-bottom:#FFFFFF 1px solid;
}

#list tbody tr.listeven{	background:#F2EFE9;} /* リスト偶数行 */

#list tbody tr.listhover{	background:#C8F3F9;} /* リストマウスオーバー */

#list td{	padding:3px;}

#loading{	/* ローディング表示 */
	width:350px;
	text-align:center;
	padding:200px 0;
}

#img_condtab{
	cursor: pointer;
}


/*========================================================================================================================
	テキスト基本セット
========================================================================================================================*/

/* link color */

a:link {
	color: #000099;
	text-decoration: none;
}

a:visited {
	color: #000033;
	text-decoration: none;
}

a:active {
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	color: #FF6600;
	text-decoration: underline;
}
