/* CSS Document */
h2 {
	display: inline;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	margin: 0;
}
/* list */
.list_wrap {
	font-size: 13px;
	line-height: 20px;
}

/* l_select 選んだ条件・条件を絞り込む */
.l_select_wrap {
	background: #fff;
	border: 1px solid #666;
	border-top: 5px solid #666;
	margin-bottom: 15px;
	padding: 5px 10px 10px 10px;
}
.l_select_title {
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.l_select_title h3 {
	float: left;
	width: 700px;
	line-height: 35px;
}
.l_select_title p {
	float: right;
	width: 240px;
	height: 35px;
	overflow: hidden;
}
.l_select_title a {
	display: block;
	float: right;
	text-align: center;
	text-indent: 20px;
	background-color: #0D87BA!important;
	box-shadow: 0 3px 0 #09658a;
	border-radius: 5px;
	width: 220px;
	height: 30px;
	text-decoration: none;
	font-weight: bold;
	line-height: 30px;
	color: #fff;
}
.l_select_title .l_select_tl_mail a {
	background: url(/img/list/icon_mailset.png) no-repeat 15px 48%;
	background-size: 15px auto;
}
.l_select_title .l_select_tl_more a {
	background: url(/img/list/icon_search.png) no-repeat 15px 48%;
	background-size: 15px auto;
}
.l_select_title a:hover {	background-color: #09658a!important;}
.l_select {
	position: relative;
	min-height: 20px;
}
.l_select_text {
	width: 850px;
}
.l_select_text ul {
	overflow: hidden;
}
.l_select_text ul li {
	padding-right: 30px;
	float: left;
	line-height: 25px;
}
.l_select_more {
	position: absolute;
	width: 120px;
	bottom: 0;
	right: 0;
}
.l_select_more a {	color: #006DD9;}
.l_select_more a:hover {	color: #999;}
.l_s_list_wrap {
}
.l_s_list {
	overflow: hidden;
	position: relative;
}
.l_s_list b {
	float: left;
	width: 60px;
	padding: 3px 5px;
	display: block;
}
.l_s_list ul {
	overflow: hidden;
}
.l_s_list_area {
	margin-left: 70px;
}
.l_s_list li {
	float: left;
}
.l_s_list li:before {
	float: left;
	content: "|";
	margin: 3px 0;
}
.l_s_list li a {
	float: left;
	border-radius: 3px;
	color: #333;
}
.l_s_list li span {
	float: left;
	display: block;
	padding: 3px 5px;
	background: #2585DE;
	color: #fff;
	border-radius: 3px;
}
.l_s_list li a span {
	background: #fff;
	color: #333;
	display: block;
}
.l_s_list li a:hover span {
	background: #D9ECFF;
	color: #006DD9;
}
.l_s_list_more {
	text-align: center;
	margin-top: 5px;
}
.l_s_list_more a, .l_s_list_more span {	color: #006DD9;}
.l_s_list_more a:hover, .l_s_list_more span:hover {	color: #999;}

#coment-form {
	border-top: 1px dashed #999;
	padding-top: 10px;
	margin-top: 10px;
}
/* l_userregist 会員登録へ */
.l_userregist_wrap {
	margin-bottom: 15px;
}
.l_userregist_wrap a {
	height: 84px;
	display: block;
	position: relative;
	border: 3px solid #FFBF00;
	background: #FFF7DD;
	font-weight: bold;
	text-align: center;
	padding-left: 25px;
}
.l_userregist_wrap a:hover {	background: #FFEBA4;}
.l_userregist_wrap a:hover span {	background: #dd0000;}
.l_userregist_wrap img {
	float: left;
	margin: 4px 0 0 10px;
}
.l_userregist_wrap p {
	float: left;
	color: #333;
	font-size: 20px;
	width: 560px;
	padding-top: 30px;
	text-decoration: underline;
}
.l_userregist_wrap b {
	color: #ff0000;
	font-size: 20px;
}
.l_userregist_wrap span {
	float: right;
	width: 200px;
	height: 50px;
	line-height: 50px;
	background: #ee0000;
	color: #fff;
	margin: 15px;
	border-radius: 3px;
}

/* l_pager_wrap */
.l_pager_wrap {
	overflow: hidden;
}
.l_number {
	overflow: hidden;
	float: left;
}
.l_number p {
	float: left;
}
.l_number p b {
	font-size: 18px;
	color: #ff0000;
}
.l_number select {
	float: left;
}
.l_number p {
}
.l_pager {
	overflow: hidden;
	float: right;
	height: 33px;
}
/* ページャー */
#results li .display-item {
  float: left;
  font: 14px;
  height: 24px;
  margin: 0 10px 0 0;
  padding: 0;
}
#results li .display-item b {
	color: #f00;
  font-size: 21px; 
  font-weight: bold;
  margin: 0 2px 0 0;
}
.l_pager ul {
  height: 25px;
  margin: 0 auto;
  padding: 1px 0;
}
.l_pager li {
	display: inline;
	margin: 0;
	padding: 0; 
}
.l_pager li.off {
	background: #fff;
	border: 1px solid #d9d9d9;
	display: inline-block;
	margin-bottom: 5px;
	padding: 5px 8px;
	text-decoration: none;
	vertical-align: middle;
}
.l_pager li a {
	background: #fff;
	border: 1px solid #d9d9d9;
  color: #014899; 
	display: inline-block;
	margin-bottom: 5px;
	padding: 5px 8px;
	text-decoration: none;
	vertical-align: middle;
}
.l_pager li a:hover {
  border: #014899 solid 1px;
	background: #edf7ff;
}
.l_pager li span {
	background: #014899;
	border: 1px solid #d9d9d9;
  color: #fff;
	display: inline-block;
	margin-bottom: 5px;
	padding: 5px 8px;
	text-decoration: none;
	vertical-align: middle;
}
/* ページャー fin */

/* l_order_wrap */
.l_order_wrap {
	overflow: hidden;
}

/* 一括問い合わせ */
.l_order {
	clear:both;
	color: #000;
	font: bold 14px/33px 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;;
	height: 45px;
	width: 1000px;
	overflow: hidden;
}
.l_order ul {	overflow: hidden;	height: 32px;}
.l_order ul li {
	float: left;
  height: 30px; 
  list-style: none;
}
.l_order ul li #inquiry_check_all {
  position: relative;
  top: 1px;
  left:3px;
}
.l_order ul li label {
	cursor: pointer; 
	padding-left: 10px;
}
.l_order_btn {
	height: 30px;
	margin-left: 10px;
}
.l_order_btn a {
	display: block;
	font-weight: bold;
	border: 1px solid #ccc;
	padding: 2px;
	text-align: center;
	width: 146px;
	height: 26px;
	line-height: 26px;
	text-decoration: none;
	border-radius: 3px;
}
.l_order_btn a:hover {	border: 1px solid #999;}
.l_order_btn span {
	display: block;
	border-radius: 3px;
}
.l_order_inq a {	color: #fff;}
.l_order_fav a {	color: #333;}
.l_order_inq span {	background: #FFBF00;}
.l_order_fav span {	background: #eee;}
.l_order_inq a:hover span {	background: #FF8800;}
.l_order_fav a:hover span {	background: #ddd;}
.l_order ul li.sort {
	float:right;
	margin-top: 5px;
}
.l_order #lrc_first-child {
	margin-top:-17px;
	margin-left:20px;
	float:left;
}
.l_order #lrc_last-child {
	float:right;
	line-height:35px;
	margin-top:-27px;
	margin-right:20px;
}
/* 一括問い合わせ fin */

/* --- l_bukken_wrap --- */
.l_bukken_wrap {
}
.l_bukken {
	border: 1px solid #ccc;
	border-top: 3px solid #666;
	width: 998px;
	height: 260px;
	overflow: hidden;
	background: #fff;
	margin-bottom: 15px;
	font-size: 13px;
	line-height: 20px;
}
.l_b_check {
	float: left;
	background: #E6EFFB;
	width: 25px;
	height: 100%;
	text-align: center;
}
.l_b_check input[type="checkbox"] {
	margin-top: 120px;
	width: 18px;
	height: 18px;
	
}
.l_b {
	float: right;
	width: 973px;
    position: relative;
	overflow: hidden;
	height: 230px;
	padding-top: 30px;
}
.l_b:hover {	background: #EEFBFF;}
.l_b_title {
	display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background/*\**/: #fff\9;
    filter: alpha(opacity=0);
}
.l_b_title p {
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 15px;
    line-height: 20px;
    text-decoration: underline;
}
.l_b_title p img {	margin-right: 5px;}
/* l_bukken_detail */
.l_b_detail_wrap {
	overflow: hidden;
	padding: 5px;
}
.l_b_img {
	float: left;
	text-align: center;
	width: 170px;
}
.l_b_img span {
	display: block;
	width: 170px;
	height: 22px;
	color: #fff;
	background: #2585de;
	margin-bottom: 5px;
	line-height: 22px;
	font-size: 12px;
}
.l_b_img p {
	height: 130px;
	width: 170px;
}
.l_b_img p img {
	height: auto;
	width: auto;
}
.l_b_detail {
	float: right;
	width: 788px;
}
.l_b_price {
	overflow: hidden;
	line-height: 25px;
	margin-bottom: 10px;
}
.l_b_price span {
	float: left;
	background: #eee;
	width: 80px;
	height: 25px;
	font-weight: bold;
	margin-right: 5px;
	text-align: center;
}
.l_b_price p {
	float: left;
	color: #ff0000;
	font-weight: bold;
	margin-right: 20px;
	font-size: 22px;
}
.l_b_rimawari {	color: #006DD9!important;}
.l_b_manshitsu {
	color: #006DD9!important;
	font-size: 18px!important;
	line-height: 25px;
	margin-right: 0!important;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 200px;
}
.l_b_table {
	border-top: 1px solid #ccc;
	width: 100%;
	border-collapse: collapse;
}
.l_b_table th, .l_b_table td {
	border-bottom: 1px solid #ccc;
}
.l_b_table td:nth-child(2) {
	width: 430px;
}
.l_b_table td:nth-child(2) p {
	width: 430px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.l_b_table th {
	background: #eee;
	width: 84px;
}
.l_b_table th span {
	padding: 2px 0;
	display: block;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.l_b:hover .l_b_table th span {
	border-top: 2px solid #EEFBFF;
	border-bottom: 2px solid #EEFBFF;
}
.l_b_table td {
	padding: 4px 5px;
}
.l_b_table_kaiin {
	width: 540px;
}
.l_b_table_kaiin td:nth-child(2) {
	width: 180px;
}
.l_b_table_kaiin td:nth-child(2) p {
	width: 180px;
}
.l_b_table_kaiin_img {
	position: absolute;
	top: 20px;
	right: 20px;
}
/* l_bukken_detail fin */
.l_b_bottom_wrap {
	overflow: hidden;
	margin: 0 5px;
}
.l_b_comment {
	float: left;
	width: 660px;
}
.l_b_btn {
	float: right;
	width: 300px;
	overflow: hidden;
}
.l_b_btn a {
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	border-radius: 3px;
}
.l_b_btn_s {
	float: left;
	position: relative;
	z-index: 10;
	width: 145px;
}
.l_b_btn_s a {
	height: 21px;
	border: 1px solid #DFDFD0;
	color: #333;
	padding: 1px;
}
.l_b_btn_s span {
	display: block;
	height: 100%;
	font-size: 12px;
	padding-left: 10px;
}
.l_b_btn_s a:hover {
	border: 1px solid #C5C5A9;
}
.l_b_btn_s span {
	background-color: #DFDFD0!important;
}
.l_b_btn_s a:hover span {
	background-color: #C5C5A9!important;
}
.l_b_btn_fav {
	margin-bottom: 3px;
}
.l_b_btn_fav span {
	background: url(/img/list/icon_fav.png) no-repeat 0 40%;
}
.l_b_btn_more span {
	background: url(/img/list/icon_more.png) no-repeat 0 40%;
}
.l_b_btn_inq {
	float: right;
	position: relative;
	z-index: 10;
	width: 150px;
}
.l_b_btn_inq a {
	color: #fff;
	height: 53px;
	background: url(/img/shosai/d_inq_icon.png) no-repeat 88% 30px;
	background-size: 15px auto;
	background-color: #006600;
}
.l_b_btn_inq span {
	display: block;
	padding-top: 8px;
	padding-left: 15px;
	text-align: left;
}
.l_b_btn_inq a:hover {
	background-color: #004000;
}
/* --- l_bukken_wrap fin --- */


/* 検索条件選択 */
#search_select {
	clear:both;
	width: 998px;
	margin: 0 0 20px 0;
	border: #008C00 solid 1px;
	background-color: #fff;
}

#search_select #search1{
	margin-top: 20px;
	}
	
#search_select #search1 .hgroup{
	border-left: 8px solid #006600;
	line-height: 22px;
	width: 920px;
	margin: 0 auto;
	}
#search_select #search1 .righttitle {
	padding-left: 10px;
	font-size: 15px;
	font-weight: bold;
	border-bottom:1px solid #d9d9d9;
}
#search_select #search1 .condition {
	margin: 20px auto 0 auto;
	width: 770px;
}
#search_select #search1 .condition ul{

}
#search_select #search1 .condition li{
	float:left;
}
#search_select #search1 .condition .box01{
	width:770px;
	border-collapse: collapse; 
	line-height: 37px; 
	font-size: 13px;
}
#search_select_inner th {
	width:15%;
	padding:20px 0;
	font-size:14px;
	background-color: #F1F1ED;
	color: #797979;
}
#search_select_inner td {
	border: #D5D5D5 solid 1px;
	padding: 0.5em;
}	
#search_select_inner td.ssi_b {
	border-bottom: #d9d9d9 solid 1px;
	color: #333;
}
#search_select_inner td input[type=checkbox]{
	margin-left:10px;
}
#search_select_inner td input[type=radio]{
	margin-left:10px;
}
#search_select_inner td select{
	margin-left:10px;
}
#search_select select{
	width:6em;
}
#search_select #search1 a:link.search_select_table_btn {
	display:block;
	width:152px;
	height:42px;
	background-image:url(/img/btn_search_select.png);
	text-indent:-10000px;
	list-style:none;
}
#search_select #search1 .condition a:hover.search_select_table_btn {
	display:block;
	width:152px;
	height:42px;
	background-image:url(/img/btn_search_select_on.png);
	text-indent:-10000px;
	list-style:none;
}
#search_select #search1 .condition .select_btn {
	margin: 10px auto 0 auto;
	width: 152px;
}

#search_select #search1 table{
	border-collapse: collapse;
	}

#search_select .search_select_table {
	font-weight:bold;
	color:#797979;	
}

/* (btn)検索条件選択 */
#search_select .btn_list_search {
	width:180px;
	height:40px;
	margin-top:271px;
	margin-left:  auto;
	margin-right:  auto;
	text-align:center;
	text-decoration:none;
	background:#006600;
	font-size: 18px;
	color:#FFF;
	line-height:40px;
	font-weight:bold;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#search_select .btn_list_search  a{
	color:#FFF;
	text-decoration:none;
}

/* 検索条件選択-エリアから探す */
#search_area_list {
	clear:both;
	margin:10px 0 5px 0;
	font-size: 15px;
	font-weight: bold;	
}
#search_area_list .search_area_list_head{
	clear:both;
	font-size: 15px;
	font-weight: bold;
	margin:15px 0 0 0;	
}
#search_area_list .search_area_list_head a{
	color: #000;
}

#search_area_list .hgroup{
	border-left: 8px solid #006600;
	line-height: 22px;
	width: 920px;
	margin: 0 auto;
	}
#search_area_list .righttitle {
	padding-left: 10px;
	font-size: 15px;
	font-weight: bold;
	border-bottom:1px solid #d9d9d9;
	}
	
#search_area_list .inner {
	width:880px;
	line-height: 13px;
	font-size: 13px;
	margin:20px auto;
}

.search_area_rec {
	width: 900px;
	margin: 20px auto;
}
.search_area_rec ul {
	overflow: hidden;
}
.search_area_rec li {
	float: left;
	margin: 10px;
	
}
.search_area_rec a {
	color: #006DD9;
	font-size: 13px;
	display: block;
	border: 1px solid #999;
	border-radius: 5px;
	padding: 5px 15px;
}
.search_area_rec a:hover {
	border: 1px solid #006DD9;
}
#searchDetealStation {
	line-height: 18px;
}
#searchDetealStation .in_block:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
#searchDetealStation li {
	float:left;
	width:250px;
}

#searchDetealCity {
	line-height: 18px;
	}
#searchDetealCity .in_block:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
#searchDetealCity li {
	float:left;
	width:250px;
}

/* list_result0.tpl(物件ない時) */
#list0_box01 {
	background: #FEEDD1;
	border: 1px solid #FF9B04;
	font-size:20px;
	font-weight:bold;
	padding: 3px;
	text-align: center;
	margin:20px 0 40px 0;
	width: 992px;
	height: 80px;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font: bold 20px/33px "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
}
#list0_box01 a{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,255,0);
}
#list0_box01:hover {
	background: #FFBD5B;
}
#list0_box01 .list0_text{
	width: 998px;
	padding-top: 5px;
	line-height: 81px;
	color:#000;
}


#list0_box01 .list0_img{
	padding-top: 7px;
}

#list0_box01 .list0_text span{
	color: #F00;
	font-size: 20px;
}
#list0_box02 {
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding-top: 10px;
	margin-bottom: 10px;
	height: 60px;
}
#list0_box02 li .list0_text2{
	padding-top:7px;
}

#list0_box02 li{
	float:right;
	
}
#list0_box02 span{
	color: #F00;
	font-size: 20px;	
}

#list0_box03 {
	background: #FFDFE0;
	border: 1px solid #FF9796;
	font-size:14px;
	font-weight:bold;
	padding: 3px;
	text-align: center;
	margin:20px 0 40px 0;
	width: 1000px;
	height: 48px;
	position: relative;
	font: bold 20px/33px "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
}

#list0_box03 a{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,255,0);
}

#list0_box03:hover {
	background: #FFBFBF;
}


#list0_box03 .list0_text{
	float: left;
	width: 775px;
	padding-top: 16px;
	line-height: 22px;
	color:#000;
}

#list0_box03 .list0_img{
	padding-top: 7px;
}

#list0_box03 .list0_text span{
	color: #F00;
	font-size: 20px;
}


.list_bukken_result0 {
	width: 1000px;
	border: 0;
	padding: 1px;
	height: 290px;
	position: relative;
	}
.list_bukken_result0 a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,255,0);
}
.list_bukken_result0:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background:none!important;
}

/* list0 物件ない時 201502 */

.list0_comment {
	width: 1000px;
	text-align: center;
	font-weight: bold;
	padding: 10px 0 20px;
}

.list0_title {
	width: 958px;
	margin: 0 auto 20px;
	padding: 15px;
	background: #F7F8F0;
	border: 6px double #999;
}

.shosaiclosed_title {/* shosai_closed用 */
	text-align: center;
	font-size:15px;
	font-weight: bold;
	line-height: 30px;
}

.list0_title_shurui {
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	border-bottom: 1px dashed #666;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.list0_title dl dd {
	line-height: 22px;
}

.list0_title_kazu_wrap {
	overflow: hidden;
	margin-bottom: 20px;
}

.list0_title_kazu {
	float: left;
	width: 750px;
	text-align: center;
	font-size: 18px;
	font-weight : bold;
	line-height: 30px;
	letter-spacing: 2px;
}

.list0_title_kazu span {
	font-size: 30px;
	color: #ff0000;
}

.list0_title_userregist {
	float: right;
	width: 250px;
}

.list0_title_userregist a:hover img {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.list0_bukken {
	overflow: hidden;
	margin-bottom: 20px;
}

.list0_bukken_bar {
	background: #FF9F19;
	margin-bottom: 20px;
	padding: 15px 20px;
	font-size: 20px;
	letter-spacing: 2px;
	color: #fff;
}

.list0_b_wrap {
	overflow: hidden;
	width: 970px;
	margin: 0 auto;
}

.list0_b {
	margin: 0 30px 30px 30px;
	width: 425px;
	float: left;
	position: relative;
}

.list0_b b {
	display: block;
	font-size: 17px;
	letter-spacing: 2px;
	border-bottom: 1px dashed #999;
	margin-bottom: 5px;
	line-height: 30px;
	text-indent: 30px;
	background: url(/img/left_menu_syubetu_category_icon.png) no-repeat;
}

.list0_b_1 b {	background-position: 0 0;}
.list0_b_2 b {	background-position: 0 -49px;}
.list0_b_3 b {	background-position: 0 -92px;}
.list0_b_4 b {	background-position: 0 -138px;}

.list0_b_link {
	position: absolute;
	top: 0;
	right: 0;
}

.list0_b_link a {
	font-weight: bold;
	color: #339900;
	background: #CAE3BF;
	border: 1px solid #339900;
	text-decoration: none;
	letter-spacing: 2px;
	line-height: 30px;
	padding: 0 5px;
}

.list0_b_link a:hover {
	color: #666;
	background: #ccc;
	border: 1px solid #666;
}

.list0_b_list {
	overflow: hidden;
	border: 1px solid #999;
	border-radius: 6px; /* CSS3草案 */ 
	-webkit-border-radius: 6px; /* Safari,Google Chrome用 */ 
	-moz-border-radius: 6px; /* Firefox用 */ 
	padding: 10px;
	background: #fff;
}

.list0_b_list .osusume_bukken {
	margin: 5px 11px;
}

.list0_b_list .osusume_bukken:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.list0_search {
	overflow: hidden;
	margin-bottom: 20px;
}

.list0_search_bar {
	margin-bottom: 10px;
	border-bottom: 1px dashed #666;
	border-left: 20px double #060;
	line-height: 30px;
	text-indent: 20px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
}

.list0_s_wrap {
	overflow: hidden;
	padding-top: 15px;
	margin-bottom: 20px;
}

.list0_s {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	margin: 0 5px;
	border: 1px solid #999;
	border-radius: 6px; /* CSS3草案 */ 
	-webkit-border-radius: 6px; /* Safari,Google Chrome用 */ 
	-moz-border-radius: 6px; /* Firefox用 */ 
	padding: 5px;
	position: relative;
	height: 280px;
	background: #fff;
}

.list0_s a:hover {
	color: #999;
}

.list0_s strong {
	position: relative;
	top: -20px;
	left: 0;
	display: block;
	padding: 5px 0;
	border: 1px solid #999;
	background: #f5f5f5;
	text-align: center;
	width: 130px;
	letter-spacing: 2px;
}

.list0_s_quick {
	width: 198px;
	text-align: center;
}

.list0_s_quick .right {	float: right;}
.list0_s_quick .left {	float: left;}

.list0_s_quick .shubetsu, .list0_s_quick .area, .list0_s_quick .kakaku {
	overflow: hidden;
	margin-bottom: 10px;
	padding: 0 10px;
}

.list0_s_shubetsu {
	width: 338px;
	font-size: 13px;
}

.list0_s_shubetsu_wrap {
	float: left;
	width: 169px;
	overflow: hidden;
	margin-top: -10px;
}

.list0_s_shubetsu_wrap2 {
	clear: both;
}

.list0_s_shubetsu_wrap a {
	display: block;
}

.list0_s_shubetsu_wrap2 b {
	line-height: 20px;
}

.list0_s_shubetsu_wrap ul {
	overflow: hidden;
	margin-bottom: 5px;
	padding-left: 10px;
}

.list0_s_shubetsu_wrap li {
	float: left;
	padding-right: 10px;
	line-height: 18px;
}



.list0_s_area {
	width: 388px;
	font-size: 13px;
}

.list0_s_area_wrap {
	float: left;
	width: 194px;
	margin-top: -10px;
}

.list0_s_area_wrap a {
	display: block;
}

.list0_s_area_wrap b {
	display: block;
	line-height: 20px;
	border-bottom: 1px dashed #666;
	margin: 0 10px 3px 0;
}

.list0_s_area_wrap ul {
	overflow: hidden;
	margin-bottom: 5px;
	padding-left: 10px;
}

.list0_s_area_wrap li {
	float: left;
	padding-right: 10px;
	line-height: 18px;
}

.list0_member {
	overflow: hidden;
	border: 1px solid #999;
	border-radius: 6px; /* CSS3草案 */ 
	-webkit-border-radius: 6px; /* Safari,Google Chrome用 */ 
	-moz-border-radius: 6px; /* Firefox用 */ 
	padding: 10px;
	background: #F7F8F0;
	margin-bottom: 20px;
}

.list0_member_bar {
	margin-bottom: 10px;
	border-bottom: 1px dashed #666;
	line-height: 25px;
	text-indent: 25px;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 2px;
	background: url(/img/list0_member_icon.gif) no-repeat;
}

.list0_m_wrap strong {
	display: block;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 2px solid #fff;
}

.list0_m_wrap ul {
	overflow: hidden;
	margin-bottom: 10px;
}

.list0_m_wrap ul li {
	float: left;
	width: 195px;
	line-height: 18px;
}

.list0_m_wrap ul li a {
	display: block;
	line-height: 30px;
	padding: 0 5px;
	font-size: 13px;
}

.list0_m_wrap ul li a:hover {
	background: #D1E08A;
	color: #666;
}

.list0_text_wrap {
	margin-bottom: 20px;
	line-height: 20px;
}



/*20140808 追記　エリア検索*/
.list_area {
	clear:both;
	border-bottom: 1px solid #d9d9d9;
    height: 130px;
    padding: 20px 20px 10px 20px;
}
.list_area .area {
	float:left;
	width:100px;
}
.todouhuken_chiiki {
}

.chiiki {
	float:left;
	width:105px;
}
.chiiki li {
	line-height:24px;
	padding-left:12px;
}
.chiiki_top {
	margin:24px 0 0 0;
}
.todouhuken {
	margin:0 0 0 -10px;
	line-height:24px;
}
.list_text {
    clear: both;
    line-height: 18px;
    font-size: 12px;
    font-weight: normal;
    padding: 25px 0 0 0;
	height:126px;
}

/*20141014 追記（タレント）*/
.t-img_list_notfound {
	width:600px;
	margin:0 auto;
	text-align:center;
}

/* 20151116 履歴一覧 */
.history_date {
	border-left: 5px solid #006600;
	border-bottom: 1px solid #999;
	line-height: 30px;
	text-indent: 20px;
	margin-bottom: 10px;
	font-size: 15px;
}
.history_delete {
	position: absolute;
	top: 20px;
	right: 10px;
	width: 148px;
	height: 28px;
	border: 1px solid #ddd;
	z-index: 10;
	color: #333;
	text-decoration: none;
}
.history_delete span {
	background: #ddd;
	display: block;
	margin: 1px;
	height: 26px;
	line-height: 28px;
	text-align: center;
}
.history_delete:hover {	border: 1px solid #999;}
.history_delete:hover span {	background: #999;}
.l_order b {
	color: #ff0000;
	font-size: 18px;
}
/* 20151218 お気に入り */
.l_b_fav {
	width: 998px!important;
}

/* list_bottom
---------------------------------------- */
.list_bottom {
	overflow: hidden;
	padding-top: 30px;
	margin-top: 10px;
	border-top: 1px solid #333;
}
.list_info {
	float: left;
	border: 1px solid #ddd;
	border-top: 3px solid #006600;
	padding: 10px;
	margin-bottom: 15px;
	width: 670px;
	overflow: hidden;
	background: #fff;
	position: relative;
}
.list_info h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 35px;
	margin: 0;
}
.list_info h2 img {
	vertical-align: middle;
}
.list_info iframe {
	height: 235px;
}
.list_info > a {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	background: #006600;
	border-radius: 3px;
	color: #fff;
	width: 160px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
}
.list_info > a:hover {
	background: #85B200;
}
.list_sell {
	float: right;
	background: #fff;
	border: 5px solid #ddd;
	width: 270px;
	height: 270px;
	padding: 10px;
	position: relative;
	text-align: center;
}
.list_sell:hover {
	border: 5px solid #85B200;
}
.list_sell strong {
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
.list_sell b {
	display: block;
	color: #85B200;
	font-size: 16px;
	border-top: 1px solid #85B200;
	border-bottom: 1px solid #85B200;
	padding: 10px 0;
	margin: 10px 0 5px;
}
.list_sell a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background/*\**/: #fff\9;
	filter: alpha(opacity=0);
}
.list_sell a span {
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 270px;
	height: 40px;
	color: #fff;
	background: #FF9326;
	font-weight: bold;
	font-size: 16px;
	line-height: 40px;
	text-decoration: none;
	border-radius: 5px;
	font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
.list_sell:hover a span {
	background: rgba(236,118,0, 1);
}
.list_sell_txt {
	float: left;
	width: 130px;
}
.list_sell_txt p {
	text-align: left;
	padding-top: 5px;
}
.list_sell_img {
	float: right;
	width: 130px;
	height: 130px;
}


