@charset "UTF-8";
/*
-----------------------------------------------------

CHINTAI BUKKEN LIST CSS

FileName: bukken_list.css

Version: 2007/07/04

CSS for:	all

-----------------------------------------------------
*/


/* --- 検索結果一覧 subHeader --- */

div.subHeader {
	width: 950px;
	height: 40px;
	background-color: #ECF8FA;
}

/* --- 物件一覧 bukkenList --- */

table.bukkenList {
	clear: both;
	width: 950px;
	border-top: 1px solid #1B4BBA;
	border-left: 1px solid #1B4BBA;
	border-collapse: collapse;
}

table.bukkenList th, table.bukkenList td {
	padding: 4px;
	border-right: 1px solid #1B4BBA;
	border-bottom: 1px solid #1B4BBA;
	background-color: #FFFFFF;
	font-weight: normal;
	text-align: center;
}
	/* --- bukkenListHeader --- */
table.bukkenList tr.bukkenListHeader th,
table.bukkenList tr.bukkenListHeader td {
	color: #1B4AB9;
	background-color: #F4F7FC;
}

table.bukkenList th.blh1,
table.bukkenList th.blh2 {
	width: 5%;
	white-space:nowrap;
}

table.bukkenList th.blh3 {
	/*width: 23%;*/
	width: 15%;
}

table.bukkenList th.blh4 {
	/*width: 6%;*/
	width: 14%;
	white-space:nowrap;
}

table.bukkenList th.blh6,
table.bukkenList th.blh5 {
	width: 10%;
	white-space:nowrap;
}

table.bukkenList th.blh7,
table.bukkenList th.blh8 {
	/* 2008.11.20 修正 */
	/*width: 7%;*/
	width: 8%;
	white-space:nowrap;
}

table.bukkenList th.blh9 {
	width: 15%;
}

table.bukkenList th.blh10,
table.bukkenList th.blh11 {
	width: 6%;
	white-space:nowrap;
}
	/* --- bukkenListFooter --- */
table.bukkenList tr.bukkenListFooter th,
table.bukkenList tr.bukkenListFooter td {
	color: #FFFFFF;
	background-color: #1B4BBA;
}

table.bukkenList td.blf3 {
	text-align: left;
}

table.bukkenList td.blf4 {
	text-align: right;
}

table.bukkenList td.blf1 {
	text-align: right;
	white-space:nowrap;
}

table.bukkenList td.blf1 img {
	margin: 0 4px 0 0;
}

/* --- paging --- */

p.paging {
	margin: 0;
	border-top: 1px solid #FFFFFF;
	clear: both;
	background-color: #ECF8FA;
	text-align: center;
}

p.paging a {
	margin-right: 0.9em;
}

p.paging span {
	margin-right: 0.9em;
	font-weight: bold;
}

/* --- 2010.01 キャンペーン管理用追加 --- */

table.bukkenList td.campaign_line {
	background:transparent url(../images/balloon/null.gif) repeat-x scroll 0 0;
	padding-bottom: 0px;
	padding-top: 0px;
	border-top-style:none;
	border-bottom-style:none;
}
table.bukkenList div.div_campaign_line {
	background:transparent url(../images/line_sch01.gif) repeat-x scroll 0 0;
	padding-bottom:2px;
	line-height: 0px;
	font-size: 0pt;
	height: 1px;
}
table.bukkenList td.campaign_value {
	border-top-style:none;
	border-bottom-style:none;
	text-align: left;
}
.campaign_kikan {
	font-weight: normal;
	font-size: 85%;
	margin-left: 8px;
}
.campaign_name {
	color: #FF448A;
	font-size: 100%;
	font-weight: bold;
	margin-left: 8px;
}
