@charset "utf-8";
/**----------------------------------------------------------
 *CSS information
 *
 * file name	: my_list.css
 * author		: takaaki koyama
 * author		: mamoru someya
 * style info	: 物件履歴・お気に入り物件ページCSS
 -----------------------------------------------------------*/
@import url('import/item_search.css');
@import url('import/mypage.css');

#article #search_result_buy_table tbody td, #article .mylist_items_table tbody td span.full_room{
	background-color: #FF6600;
	color: #FFFFFF;
	float: left;
	margin: 0 5px;
	padding: 1px 4px;
	margin-bottom: 5px;
}

#article #mylist_rent td,
#article #mylist_buy_mansion td,
#article #mylist_buy_house td,
#article #mylist_buy_land td{
	padding: 5px 0;
}
#article #search_result_buy_table p.appeal_point, #article .mylist_items_table p.appeal_point {
	margin-bottom: 5px;
}
#article #search_result_buy_table p, #article .mylist_items_table p {
	padding: 0 8px;
}
#article #search_result_buy_table p, #article .mylist_items_table p img {
	margin-right: 10px;
}
#article #search_result_buy_table table, #article .mylist_items_table table {
	width: 100%;
	margin-bottom: 5px;
	border: none;
}
#article #search_result_buy_table tbody td, #article .mylist_items_table tbody td {
	padding: 5px 0;
	text-align: center;
	vertical-align: middle;
	line-height: 1.4;
}
#contents #article #search_result_buy_table tbody table td, #contents #article .mylist_items_table tbody table td {
	padding: 10px 3px;
	line-height: 1.4;
	font-size: 13px;
}
#search_result_buy_table tbody table td.first-child, #article .mylist_items_table tbody table td.first-child {
	border-left: none;
}
#search_result_buy_table tbody table td.last-child, #article .mylist_items_table tbody table td.last-child {
	border-right: none;
	_width: 12%;
}
.mylist_items {
	margin-bottom: 30px;
}