@charset "euc-jp";	/* 龠 */

/*
 * 補助用CSS
 */

/* 検索物件のリスト表示 */

	/* 項目名 */
	.extractHeadS {
		background-color:#E4ECED;
		font-weight: normal;
		text-align: center;
		padding:3px;
	}
	.extractHeadR {
		background-color: #E4ECED;
		font-weight: normal;
		text-align: center;
		padding:3px;
	}
	/* 抽出データ偶数行 */
	.extractEven {
		background-color:#FFFFFF;
		font-size: 12px;
	}
	/* 抽出データ奇数行 */
	.extractOdd {
	background-color:#FFFFFF;
		background:url(../img/table_back.gif) repeat-x top;
		font-size: 12px;
	}
	/* 価格賃料 */
	.extractPrice {
		font-weight:bold;
		font-size: 14px;
	}
	/* hovered items */
	.extractEven:hover,
	.extractOdd:hover,
	.hover {
		background: #FFFF66;
		color: #000;
	}
	/* hovered table rows */
	table tr.extractOdd:hover th,
	table tr.extractEven:hover th,
	table tr.hover_row th {
		background: #cfc;
		color: #000;
	}
	/* marked table rows */
	table tr.marked th,
	table tr.marked {
		background: #fc9;
		color: #000;
	}

/* LINKS（外部リンク） */
	#ExtraLinks {
		padding: 0.5em;
	}
	#ExtraLinks ul {
		list-style: none;
	}
	#ExtraLinks ul li {
		background-image: url(//hpbegin.jp/templates/other_contents/img/LiskMark.png);
		background-position: left center;
		background-repeat: no-repeat;
		padding: 5px  0 5px 15px;
		border-bottom: 1px dotted #ccc;
	}

/*
 * 新レイアウト（検索結果）
 */

.bs_main_box {
	width:580px;
	font-size:13px;
	padding:10px 0;
	border-top:1px gray solid;
	margin-bottom:15px;
	line-height: 130%;
}

.bs_main_box a{
	color:#0099CC;
}

.bs_main_box a:hover{
	color:#F90;
}

.bs_left_box {
	width:150px;
	float:left;
}

.bs_right_box {
	width:430px;
	float:left;
}

.bs_right_box h3 {
	font-size:18px;
	line-height:130%;
	margin:0 0 0.5em 0;
	padding:0;
}

.bs_right_box_left {
	width:200px;
	float:left;
	padding-top:0.5em;
}

.bs_right_box_right {
	width:180px;
	padding:10px;
	font-size:18px;
	float:right;
	border:5px solid lightgrey;
	text-align:center;
	font-weight:bold;
}

.bs_right_box_right .red{
	color:#F00;
}

.bs_right_box_md {
	margin-bottom:0.5em;
	padding:0.5em;
	border-top:1px dashed #999;
	border-bottom:1px dashed #999;
}

.bs_list_photo {
	width: 120px;
	height: 80px;
	border: none;
	overflow: hidden;
}
