﻿/*-----------------------------------------------------	*/
/*	for 販売物件					*/
/*-----------------------------------------------------	*/

/* ------ 特選物件一覧 ------ */

.buken_box {
	border:1px #CCCCCC solid;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	cursor:pointer;
}
.buken_box_inner {
	padding:10px 0 5px;
}
.buken_box.hover {
	border:1px #666 solid;
	background-color:#FCFCFC;
}
.buken_box .title {
	overflow:hidden;
	border-bottom:1px #CCCCCC solid;
	position:relative;
}
#full_column .buken_box .title h3,
#left_column .buken_box .title h3 {
	margin:1px;
	padding:5px 10px;
	font-size:16px;
	text-decoration:none !important;
	background-color:#696969;
}
#full_column .buken_box .title h3 a,
#left_column .buken_box .title h3 a {
	color:#FFFFFF;
}
.type_icon {
	background-color:#9eaab6;
	color:#FFFFFF;
	margin-right:10px;
	padding:3px 2px 1px;
}
.type_icon span {
	padding:0 2px;
}
.use {
	padding:3px 10px 0;
	font-size:10px;
	color:#777;
}
.buken_box .t_img {
	padding:0 0 10px 10px;
	float:left;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.buken_box .t_img p {
	display:block;
}
.buken_box .t_img p img {
	margin-bottom:0;
}
.buken_box .item_info {
	padding:0 5px 10px 10px;
	font-size:12px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.buken_box .item_info .add {}
.data_box {}
.buken_box .item_info .price {
	margin-top:3px;
	padding:3px 5px 0;
	border:1px #ddd solid;
	line-height:1.5;
}
.buken_box .item_info .price_tax {
	margin-left:5.5em;
	line-height:105%;
	font-size:10px;
}
.buken_box .item_info .data {
	line-height:140%;
	margin-top:7px;
}
.buken_box .item_info .data dt {
	float: left;
	width:5em;
}
.buken_box .item_info .data dd {
	margin-left:5em;
}
.buken_box .item_info .data dd.access {
	overflow:hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}
.buken_box .prouse {
	overflow:hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
	font-size:10px;
}
.buken_box .point {
	padding:0 10px 10px;
}
.buken_box .point h4 {
	padding-left:24px;
	background:url(../images/buken/icon_eval.png) no-repeat left center;
}
.buken_box .point p {
	overflow:hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}
.search_buken_list .point_icon {
	padding:3px;
}
.point_icon img {
	margin:0 3px 5px;
}

.home_buken_list {
	/*ホーム用*/
}
.buken_top_list {
	/*検索トップ用*/
}
.buken_search_list {
	/*検索結果用*/
}
.buken_top_list .title_lv2 {
	margin:0 7px 15px;
}
.home_buken_list .buken_box .t_img {}
.home_buken_list .buken_box .item_info {
	margin-left:110px;
}
.home_buken_list .buken_box .t_img p {
	width:100px; /*トリミング後の横幅*/
	height:100px; /*トリミング後の縦幅*/
}
.buken_top_list .buken_box .t_img {}
.buken_top_list .buken_box .item_info {
	margin-left:110px;
}
.buken_top_list .buken_box .t_img p {
	width:100px; /*トリミング後の横幅*/
	height:100px; /*トリミング後の縦幅*/
}
.search_buken_list .buken_box .t_img {}
.search_buken_list .buken_box .item_info {
	margin-left:120px;
}
.search_buken_list .buken_box .t_img p {
	width:110px; /*トリミング後の横幅*/
	height:110px; /*トリミング後の縦幅*/
	float:left;
}
.search_buken_list .buken_box .item_info {
	font-size:13px;
}
.search_buken_list .buken_box .item_info .data {
	line-height:140%;
	margin-top:5px;
}
.brand_img_box {
	padding:0 10px 10px;
}

/*　物件検索　*/
#side_search {
	border:1px #CCC solid;
	margin-bottom:15px;
}
#side_search .side_title {
	color:#FFFFFF;
	font-size:18px;
	padding:10px;
	padding-left:38px;
	background:url(../images/search_icon.png) no-repeat 10px center;
	background-size:22px 22px;
	background-color:#a3a2a2;
	position:relative;
}
.search_op_btn {
	position:absolute;
	top:12px;
	right:10px;
}
.search_op_btn a {
	padding:4px 8px 2px;
	border-radius:5px;
	background-color:#fff;
	display:block;
	text-decoration:none;
	font-size:11px;
}
.side_search_box {
	background-color:#f7f6f3;
}
#side_search h3 {
	text-align:center;
	background-color:#d8d6ca;
	font-size:12px;
	padding-top:2px;
	margin:1px;
}
#side_search ul {
	padding:0;
}
#side_search ul li {}
#side_search .search_select {
	padding:10px;
}
#side_search input {}
#side_search select {
	font-size:1em;
}
#side_search select.w90 {
	width:98%;
}
#side_search select.w40 {
	width:44%;
}
#side_search .search_submit {
	padding:8px 4px;
	border-top:1px #CCC solid;
	/*width:100%;
	display:table;*/
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	background-color:#f7f6f3;
	overflow:auto;
}
#side_search .search_submit p {
	/*width:50%;*/
	font-size:14px;
	/*display:table-cell;*/
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
#side_search .search_submit p#btn_clear {
	width:100%;
	margin-bottom:8px;
}
#side_search .search_submit p#btn_clear br {
	display:none;
}
#side_search .search_submit p#btn_map,
#side_search .search_submit p#btn_list {
	width:50%;
	float:left;
}
#side_search .search_submit p span {
	display:block;
	margin:0 4px;
	padding:2px 0 0;
	font-size:14px;
	background-color:#6c5a38;
	color: #fff;
	text-align:center;
	cursor:pointer;
	border:2px #6c5a38 solid
}
#side_search .search_submit p.chg span {
	background-color:#fff;
	color: #6c5a38;
}
#side_search .search_submit p span:hover {
	background-color:#6c5a38;
	color: #fff;
}
#side_search  ul.freesearch_radio {
	padding:0 0 5px;
}

#search_result {
	margin:0 10px 15px;
}
.search_result_01,
.search_result_02 {
	width:100%;
	display:table;
}
.search_result_01 p,
.search_result_02 p {
	display:table-cell;
}
.search_result_01 {
	margin-bottom:5px;
}
#contents .search_result_01 a:link {
	text-decoration:none;
}
.search_result_box {
	padding:10px;
	background-color:#f0f0f0;
}

.data_tb {
	font-size:13px;
	border-left:1px #fff solid;
}
.data_tb th {
	width:5em;
	padding:0 5px;
	border-bottom:2px #fff solid;
	background-color:#dfd4c2;
}
.data_tb td {
	padding:0 5px;
	border-bottom:2px #fff solid;
	background-color:#f0f0f0;
}
.tb_col2 {
	float:left;
	width:50%;
}

/*物件詳細*/
#menu_wrap {
	width:100%;
	padding:10px 0;
	border-bottom:1px #6e6b61 solid;
}
.menu_wrap_box {
	width:920px;
	margin:0 auto;
	padding:0 20px;
}
.menu_wrap_box ul {
	float:right;
}
.menu_wrap_box ul.detail_nav {
	width:400px;
	float:left;
	margin-right:20px;
	border-left:1px #6e6b61 solid;
}
.menu_wrap_box ul.detail_nav li {
	padding:5px 20px 3px 15px;
	display:inline-block;
	border-right:1px #6e6b61 solid;
}
.menu_wrap_box ul.detail_nav li a {
	color:#fff;
	text-decoration: none;
}
.fixed .menu_wrap_box ul.detail_nav li a {
	color:#222;
}
.menu_wrap_box ul.detail_btn {
	display: flex;
  justify-content: flex-end;
  align-items: center;
}
.menu_wrap_box ul.detail_btn li {
	padding-left:10px;
	display:table-cell;
	box-sizing:border-box;
}
.menu_wrap_box ul.detail_btn li a {}
.menu_wrap_box ul.detail_btn li.cont a {
	background-color:#90846a;
}
.menu_wrap_box ul.detail_btn li.back a {
	background-color:#90846a;
}
.menu_wrap_box ul.detail_btn li.new_info_btn {
	/*display: none;*/
}
.fixed .menu_wrap_box ul.detail_btn li.new_info_btn {
	display: block;
}
.fixed .menu_wrap_box ul.detail_btn li.back {
	/*display: none;*/
}
.fixed .new_info_btn {
  background: none;
}
.fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
	background-color:#FFF;
	box-shadow: 0 1px 10px #333;
}

#detail_head {
	margin:0 10px 20px;
	background-color:#3e3e3e;
}
#detail_head .title {
	display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-right: 15px;
  background-color:#e5ddc1;
}
#detail_head .request_btn {
  padding: 15px 35px 5px;
}
#detail_head h1#detail01 {
	padding:10px 15px;
	font-size:20px;
  font-weight: bold;
	/*color:#fff;
	background-color:#696969;*/
}
#detail_head .buken_icon{
	margin-right: auto;
	margin-bottom:0px;
}
.head_data {
	padding-top:10px;
  padding-left: 15px;
	background-color:#e5ddc1;
}
.head_data .data {
	width:33.33%;
	float:left;
	margin-bottom:10px;
}
.head_data .data.add {
	width:66.66%;
}
.head_data .data dt {
	float: left;
	width:5em;
	padding:3px 0;
	text-align:center;
	background-color:#eaeaea;
}
.head_data .data dd {
	margin-left:6em;
	padding-top:3px;
}
.head_data .data.price dd {
	line-height:1.4em;
}

.detail_head_box {
	padding:20px 20px 30px;
}
.detail_head_box .box_inner {
	width:100%;
	display:table;
  padding-bottom: 20px;
}
.detail_head_box .box_inner .head_box {
	width:50%;
	padding:10px;
	box-sizing:border-box;
	display:table-cell;
	vertical-align:top;
	color:#fff;
}
.head_box .bxslider li img {
	margin-bottom:5px;
	/*width:380px;
	height:380px;
	object-fit: cover;*/
}
#detail_head .mansion_name {
	padding:10px;
	margin-bottom:10px;
	font-size:18px;
	font-weight:bold;
	background-color:#eee7d4;
}
#detail_head .btxt {
	color:#ddcaad;
}
#detail_head p {
	letter-spacing:0.1em;
}
span.ls {
	letter-spacing:0.1em;
}
#detail_body .box2 {
	width:50%;
}

.item_img p {
	text-align:center;
}
.item_img p.img {
	position: relative;
}
.item_img p.img a:after,
.pop_img a:after {
	content: " ";
	position: absolute;
	bottom: 2px;
	right:3px;
	background: url(/images/detail_img_icon.png) no-repeat left top;
	display: block;
	height: 22px;
	width: 22px;
}

.locaicon_block {
	margin:0 10px 20px;
}
.locaicon_block .box {
	padding:0 10px 15px;
	background-color:#f6f6f6;
}
.img_set_3 {
	background-color:#f6f6f6;
}
.img_set_3 .box {
	float:left;
	width:33.33%;
	text-align:center;
	box-sizing:border-box;
}

#detail_col_r {
	display:table-cell;
	padding:0 7px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	vertical-align:top;
}
.pop_img {
	position:relative;
}
.pop_img a {
	display:block;
}
.pop_img img {
	margin-bottom:0px !important;
}
.bxslider li {
	text-align:center;
}

.detail_tb_box  {
	border:0;
}
.detail_tb_box table {
	border:0;
	border-right:2px #fff solid;
}
.detail_tb_box table th {
	width:100px;
	padding:8px 10px;
	border:0;
	border-bottom:2px #fff solid;
	background-color:#dfd4c2;
}
.detail_tb_box table td {
	padding:8px 10px;
	border:0;
	border-bottom:2px #fff solid;
	background-color:#f0f0f0;
}
.detail_tb_box2  {
	width:50%;
	border:0;
	float:left;
}
.detail_tb_box2 table {
	border:0;
	border-right:2px #fff solid;
}
.detail_tb_box2 table th {
	width:100px;
	padding:8px 10px;
	border:0;
	border-bottom:2px #fff solid;
	background-color:#dfd4c2;
}
.detail_tb_box2 table td {
	padding:8px 10px;
	border:0;
	border-bottom:2px #fff solid;
	background-color:#f0f0f0;
}


#detail_col_l h3,
.relation h3,
.tenant h3 {
	font-weight:bold;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px #666 dotted;
}

.hoshimark {}
.hoshimark th {
	width:8em;
}

.map_block {
	margin:0 10px 20px;
}
.map_block .gmap_box {
	position:relative;
	width: 100%;
	padding:10px;
	box-sizing:border-box;
	background-color:#f6f6f6;
}

.detail_map_full {
	width: 100%;
	height: 300px;
	box-sizing:border-box;
	border:1px #CCCCCC solid;
}
.detail_map {
	width: 62%;
	height: 300px;
	box-sizing:border-box;
	border:1px #CCCCCC solid;
}
#pano {
	width: 36%;
	height: 300px;
	box-sizing:border-box;
	border:1px #CCCCCC solid;
	position:absolute;
	top:10px;
	right:10px;
}
#map_canvas img,
#pano img {
	max-width: none;
}

span.qview {
	background-color:#213e84;
	color:#fff;
	margin-left:3px;
}

#side_search .other_item {
	padding-bottom:0px;
}
.other_item li {
	font-size:12px;
	line-height:130%;
	margin-bottom:12px;
}
.other_item li a {
	display:block;
	font-size:14px;
	margin-bottom:3px;
}

.head_box .slide_img_box {
	width:430px;
	height:430px;
	margin:0 auto;
	position:relative;
}
.head_box .slide_img_box p {
	width:340px;
	text-align:center;
	position:absolute;
	top:0;
	left:0;
}
.bx-controls-direction {}
.slide_img_box li a:before {	
	content: " ";
	position: absolute;
	bottom: 7px;
	right:3px;
	background: url(/images/img_icon.png) no-repeat left top;
	display: block;
	height: 22px;
	width: 22px;
}
.photo_slide {
	position: absolute;
	top: 0;
	left:0;
}
div#cboxLoadedContent {
	position:relative;
}
.slide_img_box .bx-controls-direction .bx-prev {
	position:absolute;
	top:43%;
	left:-30px;
	width:14px;
	height:58px;
	display:block;
	text-indent:-9999px;
	border-radius:3px;
	background-color:#8e8e8d;
}
.slide_img_box .bx-controls-direction .bx-next {
	position:absolute;
	top:43%;
	right:-30px;
	width:14px;
	height:58px;
	display:block;
	text-indent:-9999px;
	border-radius:3px;
	background-color:#8e8e8d;
}
.buken_slider .bx-controls-direction .bx-prev {
	position:absolute;
	top:50%;
	left:30px;
	width:14px;
	height:58px;
	margin-top:-29px;
	display:block;
	text-indent:-9999px;
	border-radius:3px;
	background-color:#8e8e8d;
}
.buken_slider .bx-controls-direction .bx-next {
	position:absolute;
	top:50%;
	right:30px;
	width:14px;
	height:58px;
	margin-top:-29px;
	display:block;
	text-indent:-9999px;
	border-radius:3px;
	background-color:#8e8e8d;
}
.bx-prev:after {
	content: ' ';
	width: 0;
	height: 0;
	position: absolute;
	border: 5px solid transparent;
	border-right-color: #fff;
	left:0;
	top:43%;
}
.bx-next:after {
	content: ' ';
	width: 0;
	height: 0;
	position: absolute;
	border: 5px solid transparent;
	border-left-color: #fff;
	right:0;
	top:43%;
}
#bx-pager ul {
	padding-left:15px;
}
#bx-pager ul li {
	width:90px;
	height:90px;
	float:left;
	margin:0 5px 10px;
}
#bx-pager ul li img {
	/*width:90px;
	height:90px;
	object-fit: cover;*/
}
#bx-pager ul li a {
	display:block;
	border:3px #3e3e3e solid;
}
#bx-pager ul li a.active {
	border:3px #90846a solid;
}

.slider_box {
	width:50%;
	float:left;
	padding:0 0px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.slider_box .buken_box {
  margin:0 5px;
  border:1px #CCCCCC solid;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	cursor:pointer;
	background-color:#fff;
}
.slider_box .buken_box.hover {
	border:1px #666 solid;
	background-color:#FCFCFC;
}
.slider_box .buken_box_inner {
	padding:10px 10px 0;
}
.slider_box .buken_box .title {
	overflow:hidden;
	border-bottom:1px #CCCCCC solid;
}
.slider_box .buken_box .title h3 {
	margin:1px;
	padding:5px 10px;
	font-size:16px;
	color:#FFFFFF;
	text-decoration:none !important;
	background-color:#696969;
}
.slider_box .buken_box .title h3 a {
	color:#FFFFFF;
}
.type_icon {
	background-color:#9eaab6;
	color:#FFFFFF;
	margin-right:10px;
	padding:3px 2px 1px;
}
.type_icon span {
	padding:0 2px;
}
.use {
	padding:3px 10px 0;
	font-size:10px;
	color:#777;
}

.buken_slider_block {
	padding:0 10px 20px;
}
.buken_slider {
	position:relative;
	padding:15px 50px;
	overflow:hidden;
	background-color:#f6f6f6;
}
.slider_box .buken_box .t_img {
	width:140px;
	padding:0 10px 10px 0;
	float:left;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.slider_box .buken_box .t_img p {
	display:block;
}
.slider_box .buken_box .t_img p img {}
.slider_box .buken_box .item_info {
	float:left;
	padding:0 0 10px;
	font-size:12px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.slider_box .buken_box .item_info .price {
	font-size:18px;
	color:#CC3300;
	border:0px #ddd solid;
	padding:0;
	margin:0;
}
.slider_box .buken_box .item_info.detail_tb_box table {
	width:100%;
}
.slider_box .buken_box .item_info.detail_tb_box th {
	width:30%;
	padding:0 5px;
}
.slider_box .buken_box .item_info.detail_tb_box td {
	width:70%;
	padding:0 5px;
}
.slider_box .buken_box .prouse {
	overflow:hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
	font-size:10px;
}
.buken_icon {
	margin-bottom:8px;
}
.buken_icon span {
	/*width:110px;*/
	padding:3px 10px 1px;
	text-align:center;
	display:inline-block;
	color:#fff;
}
.buken_icon .icon1 {
	margin-right:10px;
	background-color:#e37d00;
}
.buken_icon .icon2 {
	background-color:#d41e47;
}
.buken_box .title .buken_icon {
	font-size:12px;
}
#detail_head .title .buken_icon {
	font-size:12px;
}
.gray_box h3 {
	font-weight:bold;
	margin-bottom:5px;
}
.buken_list {
	position:relative;
}
.buken_list p {
	position:absolute;
	right:10px;
	top:10px;
}
.favorite_block .buken_box {
	border-bottom:0px;
}
.favorite_block .buken_box .t_img {
	padding-bottom:0px;
}
.favorite_tb {
	border-bottom:1px #ccc solid;
}
.favorite_tb th.fdck {
	width:60px;
	font-size:12px;
	text-align:center;
	border:1px #ccc solid;
	border-right:0px;
	border-bottom:0px;
	background-color:#ededed;
}
.favorite_foot {
	width:100%;
	padding:8px 5px 0;
	box-sizing:border-box;
}
.favorite_foot p {
	display:table-cell;
}
.favorite_foot a#fav_contact {
	font-size:11px;
	margin-right:5px;
	padding:8px 8px;
  background-color:#90846a;
	color: #fff;
}
.favorite_foot a#fav_delete {
	font-size:11px;
	margin-right:5px;
	padding:8px 8px;
  background-color:#854f4f;
	color: #fff;
}

.favorite_all {
	padding:10px;
	background-color:#f0f0f0;
}
.favorite_all p {
	display:inline-block;
}
.favorite_all a {
	font-size:11px;
	margin-right:5px;
	padding:6px 8px;
  background-color:#90846a;
	color: #fff;
}
.favorite_all input {
	font-size:11px;
	margin:0;
	padding: 4px 8px;
  background-color:#854f4f;
	color: #fff;
	border-style: none;
	cursor:pointer;
}
.favorite_all input.fav_contact {
	font-size:11px;
	margin:0;
	padding: 4px 8px;
  background-color:#90846a;
	color: #fff;
	border-style: none;
	cursor:pointer;
}
.favorite_all input.fav_delete {
	font-size:11px;
	margin:0;
	padding: 4px 8px;
  background-color:#854f4f;
	color: #fff;
	border-style: none;
	cursor:pointer;
}

/*-----------------------------------------------------	*/
/*	for - 800px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 800px) {
	.brand_img_box {
		padding:0 0 10px;
	}
	#side_search {
		margin:0 15px 15px;
	}
	#side_search form {}
	.side_search_box .box{
		display:table;
		width:100%;
		margin:3px 0;
	}
	.side_search_box .box h3 {
		display:table-cell;
		width:30%;
	}
	.side_search_box .box .search_select {
		display:table-cell;
		width:70%;
	}
	#side_search ul.freesearch_radio li {
		display:inline-block;
	}
	#side_search .search_select {
		padding:5px 10px;
	}
	#side_search .search_submit p br {
		
	}
	#side_search .search_submit p#btn_clear {
		width:24%;
		float:left;
		margin-bottom:0;
	}
	#side_search .search_submit p#btn_map,
	#side_search .search_submit p#btn_list {
		/*width:38%;*/
	}
	.menu_wrap_box {
		width:100%;
		box-sizing:border-box;
	}
	.menu_wrap_box ul.detail_nav {
		display:none;
	}
	.other_item li {
		font-size:14px;
	}
	.other_item li a {
		font-size:16px;
	}
	
	.detail_tb_box2 {
		width:100%;
		float:none;
	}
	.head_box .slide_img_box {
		width:280px;
		height:280px;
	}
	.buken_slider_block {
		max-width:768px;
		box-sizing:border-box;
	}
  .buken_slider_block .slider_box {
		width:100%;
		float:none;
	}
	.buken_box .item_info.detail_tb_box {
		width:485px;
	}
	#bx-pager ul li {	
		width:88px;
		height:88px;
	}
}

@media screen and (min-width: 481px) {
	.buken_box .title .buken_icon {
		position:absolute;
		right:10px;
		top:7px;
	}
	#detail_head .title .buken_icon {
		
	}
}

@media screen and (max-width: 480px) {
	
	#side_search .search_submit p br {
		display:block;
	}
	.search_box {
		display:block;
	}
	.search_box .box {
		width:100%;
		display:block;
		border-right:4px #0a5ebc solid;
		border-bottom:4px #0a5ebc solid;
	}
	.search_submit {
		border-top:0px #0a5ebc solid;
	}
	.col_set-3 .new_buken_list .box1 {
		width:100%;
		float:none;
	}
	.other_item li {
		font-size:12px;
	}
	.other_item li a {
		font-size:14px;
	}
	#left_column .buken_box .title h3 {
		margin-bottom:0;
	}
	.buken_box .title .buken_icon,
	#detail_head .title .buken_icon {
		margin:0 1px 1px;
		padding:0 10px 8px;
		background-color:#696969;
	}
	.search_op_btn {
		top:7px;
		right:10px;
	}
	.search_title h2,
	.search_title ul {
		float:none;
	}
	.search_title h2 {
		margin-bottom:5px;
	}
	.search_title ul li img {
		max-width:50%;
	}
	
	#detail_col_l {
		width:100%;
		display:block;
	}
	#detail_col_r {
		width:100%;
		display:block;
	}
	.detail_tb_box table th {
		width:70px;
	}
	
	.sp_no {
		display:none;
	}
	.detail_map {
		width:100%;
		height:200px;
	}
	
	.tb_col2 {
		float:none;
		width:100%;
	}
	
	.search_box .box ul li {
		line-height:200%;
	}
	.search_box .box p,
	.search_box .box label {
		font-size:14px;
	}
	.search_buken_list .buken_box .t_img p {
		float:none;
		width:160px;
		height:160px;
		text-align:center;
		margin:0 auto;
	}
	.buken_top_list .buken_box .t_img p {
		width:90px; /*トリミング後の横幅*/
		height:90px; /*トリミング後の縦幅*/
	}
	.buken_box .item_info .price {
		/*letter-spacing: -0.1em;*/
	}
	.search_buken_list .buken_box .t_img {
		float:none;
		padding:0;
	}
	.search_buken_list .buken_box .item_info {
		clear:left;
		margin-left:0px;
		padding:10px;
	}
	.search_result_01 p {
		display:block;
	}
	
	.buken_list p {
		text-align:right;
		position:inherit;
		right:0px;
		top:5px;
		padding-right:10px;
	}
	.head_box .slide_img_box {
		width:200px;
		height:200px;
	}
	.detail_head_box .box_inner .head_box {
		width:100%;
		padding:10px 0;
		display:block;
	}
	#detail_body .box2 {
		width:100%;
	}
	#bx-pager ul {
		padding:0;
	}
	#bx-pager ul li {	
		width:54px;
		height:54px;
	}
	
	.head_data {
		padding-bottom:10px;
	}
	.head_data .data {
		width:100%;
		float:none;
		margin-bottom:5px;
	}
	.head_data .data.add {
		width:100%;
	}
	
	.buken_slider {
		position:relative;
		padding:15px 20px;
		overflow:hidden;
		background-color:#f6f6f6;
	}
	.slide_img_box {
		padding-bottom:10px;
	}
	.buken_slider .bx-controls-direction .bx-prev {		
		left:10px;
	}
	.buken_slider .bx-controls-direction .bx-next {	
		right:10px;
	}
  .slider_box {
    width:100%;
  }
	.slider_box .buken_box .t_img {
		width:80%;
		padding:0 10px 10px;
		margin:0 auto;
		float:none;
	}
	.buken_box .item_info .buken_icon span {
		width:90px;
		padding:3px;
	}
	.buken_box .item_info.detail_tb_box {
		width:100%;
	}
	.menu_wrap_box ul.detail_btn {
		width:100%;
		float:none;
	}
	.menu_wrap_box {
		padding:0 3px;
	}
	.menu_wrap_box ul.detail_btn li {
		float:left;
		display:block;
		width:32.3%;
		margin:0 1px;
		padding-left:5px;
	}
	.menu_wrap_box ul.detail_btn li a {
		margin:0;
	}
	
	#detail .point_icon img {
		margin:0 3px 5px;
	}
	
	.favorite_tb th.fdck {
		width:40px;
	}
	
	#full_column .buken_box .title h3,
	#left_column .buken_box .title h3 {
		margin-bottom:0px;
	}
	
}

.panorama_box {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
