/* #9885 START by xa_liuyan 20160418 #9913 ECの相談フォーム　101) 物件詳細ページ SP*/
@charset "EUC-JP";
/* =========================================================
content 共通
========================================================= */
body{
	background-color: #ffffff;
	font-family:ArialMT, "Hiragino Kaku Gothic ProN", "qMmpS ProN W3";
	color: #333333;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	-webkit-text-size-adjust:none;
	word-wrap:break-word;
}
*{
	background: none repeat scroll 0 0 transparent;
	margin: 0;
	padding: 0;
}
ul, li, dl, dt, dd{list-style: none outside none;}
img{vertical-align: text-top;} /*#5103 MODIFIED by xa_ningzl 20150731 #5520 検索結果一覧画面SMP(201)*/
a img{border: medium none;}
a{text-decoration: none;}
a:link{color: #004AB8;}
a:visited{color: #9900CC;}
a:hover{color: #0000FF;}
a:active{color: #0000FF;}
h1, h2, h3, h4, h5, h6 {font-size: 100%;}
select option {padding: 0 5px;}
input{
	margin-right: 2px;
	vertical-align: middle;
}
th, td{padding: 3px;}
.pb0{padding-bottom: 0 !important;}
.mb0{margin-bottom: 0 !important;}
.mr0{margin-right: 0 !important;}
.mb4{margin-bottom: 4px !important;}
.mb5{margin-bottom: 5px !important;}
.mb10{margin-bottom: 10px !important;}
.mb15{margin-bottom: 15px !important;}
.mb20{margin-bottom: 20px !important;}
.mt15{margin-top: 15px !important;}
.center{text-align: center !important;}
/* ページ下部フロートボタン */
#Favorite_btn {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 3;
	width: 100%;
	padding: 0;
}
#Favorite_btn .Favorite_area_inner {
	width:100%;
	padding: 12px 17px;
	background-color: rgba(41, 41, 41, 0.5);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/* 共通ボタン */
#all_wrap .btn_box .btn.order{margin-bottom: 6px;}
#all_wrap .btn_box ul li{
	width: 31%;
	float: left;
	margin-right: 3%;
}
#all_wrap .btn_box ul li.call{width: 32%;}
#all_wrap .btn_box ul li.last{margin-right: 0%;}
#all_wrap .btn_box .btn a{
	display: block;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	background: -moz-linear-gradient(top,#f50000 0%,#e30000);
	background: -webkit-gradient(linear, left top, left bottom, from(#f50000), to(#e30000));
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #be0000;
		-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
		-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 41px;
	padding: 6px 0 0;
}
#all_wrap .btn.order a{
	line-height: 1.5;
	height: 35px;
	padding: 12px 0 0;
}
#all_wrap .btn.order a span{
	background: url("/common/img/goobike_ec/icon_shoppingcar_white.png") no-repeat left center;
	background-size: 30px 26px;
		-webkit-background-size: 30px 26px;
		-moz-background-size: 30px 26px;
	padding: 9px 0 4px 36px;
}
/* #5103 START by xa_chaott 20150729 #5631 バイク編集(3) */
#all_wrap .btn.favorite a{
	background: -moz-linear-gradient(top,#2694d5 0%,#218dcd);
	background: -webkit-gradient(linear, left top, left bottom, from(#2694d5), to(#218dcd ));
	border: 1px solid #1281c3;
	padding: 10px 0 0;
}
#all_wrap .btn.call a{
	background: -moz-linear-gradient(top,#3eb056 0%,#3ab754);
	background: -webkit-gradient(linear, left top, left bottom, from(#3eb056), to(#3ab754));
	border: 1px solid #52cc54;
	padding: 10px 0 0;
}
/* #5103 END by xa_chaott 20150729 #5631 バイク編集(3) */
#all_wrap .btn.estimate a{
	background: #FFF none repeat scroll 0% 0%;
	border: 1px solid #E30000;
	padding: 10px 0 0;
}
#all_wrap .btn_box .btn.estimate a{
	color:#E30000;
}
#all_wrap .btn_box ul li a span{
	display: block;
	font-size: 12px;
}
/* 共通ボタン2 */
#all_wrap .btn_box.box2 .btn.order{margin-bottom: 0;}
#all_wrap .btn_box.box2 ul li{
	width: 32%;
	display: inline-block;
	margin-right: 3%;
}
#all_wrap .btn_box.box2 ul li.order{width: 65%;}
#all_wrap .btn_box.box2 ul li.last{margin-right: 0%;}
/*#7810 START by liujb 20151026  詳細ページのデザイン変更*/
#all_wrap .btn_box.box2 .btn.favorite a span{
	display: inline-block;
	background: url("/common/img/goobike_ec/icon_favorite_blue.png") no-repeat left center;
	background-size: 18px 18px;
	-webkit-background-size: 18px 18px;
	-moz-background-size: 18px 18px;
	padding: 4px 0 2px 22px;
}
#all_wrap .btn_box.box2 .btn.order a span{
	display: inline-block;
	background: url("/common/img/goobike_ec/icon_shoppingcar_white2.png") no-repeat left center;
	background-size: 23px 20px;
	-webkit-background-size: 23px 20px;
	-moz-background-size: 23px 20px;
	padding: 4px 0 3px 30px;
	font-size: 15px;
	line-height: 1.3;
}
#all_wrap .btn_box.box2 ul li.btn.favorite a{
	line-height: 1.5;
	height: 35px;
	padding: 10px 0 0;
    background: #fff repeat scroll 0 0 !important;
    color: #0167a3 !important;
}
/*#7810 END by liujb 20151026  詳細ページのデザイン変更*/
#all_wrap .btn_box.box2 ul li.btn.order a{padding: 10px 0 0;}
/* 件数 */
#all_wrap .show_number{font-size: 13px;}
#all_wrap .show_number span{font-weight: bold;}
#all_wrap .show_number.btm{
	border-top: 1px solid #d3d3d3;
	padding: 7px 0 7px 12px;
	margin-top: 50px;
}
/*#5103 START by liqf 20150729  お気に入り*/
#all_wrap .btnAddList_on {
    background-color: #ffffff;
    border:1px solid #cac9ca;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 2px;
    width: 100%;
}
#all_wrap .btnAddList_on span{
    background: url("http://img.goo-net.com/goobike/smp/summary/icon_check2.gif") no-repeat scroll left center transparent;
    background-size:17px 17px;
    border: medium none;
    display: inline-block;
    padding: 3px 0 2px 25px;
    color: #afaeaf;
}
#all_wrap .btnAddList_on p{
    background-color: #E6E6E6;
    margin: 1px;
    width: 100%;
    height: 39px;
    font-weight: bold;
    /*padding: 5px 0 5px 0;*/
}
#all_wrap.spread .btnAddList_on p{
    height: 43px;
    padding: 3px 0 3px 0;
    text-align: left;
}
#all_wrap.spread .btn_box.box2 ul li.btn.favorite  .btnAddList_on p{
    height: 37px;
}
#all_wrap.spread .btn_favorite .btnAddList_on p{
    height: 35px;
    font-size: 9px;
}
/*#5103 END by liqf 20150729  お気に入り*/

/* カスタムチェックボックス
------------------------------*/
.custom_checkbox input[type="radio"]{
	position: absolute;
	left: -9999px;
}
.custom_checkbox label{
	display: block;
	background: url(../../common/img/icon_checkbox_off.png) no-repeat 15px center;
	background-size: 23px;
	padding: 15px 0 15px 50px;
	font-size: 14px;
	cursor: pointer;
}
.custom_checkbox input:checked + label{
	background: url(../../common/img/icon_checkbox_on.png) no-repeat 15px center;
	background-size: 23px;
}
/* カスタムラジオボタン
------------------------------*/
.custom_radiobtn input[type="radio"]{
	position: absolute;
	left: -9999px;
}
.custom_radiobtn label{
	display: block;
	background: url(../../common/img/icon_radiobtn_off.png) no-repeat 15px center;
	background-size: 23px;
	padding: 15px 0 15px 50px;
	font-size: 14px;
	cursor: pointer;
}
.custom_radiobtn input:checked + label{
	background: url(../../common/img/icon_radiobtn_on.png) no-repeat 15px center;
	background-size: 23px;
}
.custom_radiobtn2 label{
	display: block;
	background: url(../../common/img/icon_radiobtn2_off.png) no-repeat 15px center;
	background-size: 24px;
	padding: 15px 0 15px 50px;
	font-size: 14px;
	cursor: pointer;
}
.custom_radiobtn2 input:checked + label{
	background: url(../../common/img/icon_radiobtn2_on.png) no-repeat 15px center;
	background-size: 24px;
}



/* GD411 */
#all_wrap .estimate_box {
	padding: 15px 0;
	text-align: center;
}
#all_wrap .estimate_box .order {padding-top: 10px;}
#all_wrap .estimate_box .order > a {
	display: inline-block;
	-webkit-box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.4);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* 下部固定ボタン */
#all_wrap #Favorite_btn.img_btns .Favorite_area_inner {padding: 15px 10px;}
#all_wrap #Favorite_btn.img_btns .btn_box {text-align: center;}
#all_wrap #Favorite_btn.img_btns .btn_box ul {display: inline-block;}
#all_wrap #Favorite_btn.img_btns .btn_box ul li.btn.favorite {
	width: 94px;
	margin-right: 10px;
}
#all_wrap #Favorite_btn.img_btns .btn_box ul li.btn.favorite .btnAddList_on p {
	display: table;
	margin: 0;
	padding: 0;
	height: 47px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#all_wrap #Favorite_btn.img_btns .btn_box ul li.btn.favorite .btnAddList_on p > span {
	display: table-cell;
	vertical-align: middle;
	padding: 3px 5px 2px 25px;
}
#all_wrap #Favorite_btn.img_btns .btn_box ul li.btn.order {
	width: 196px;
	margin: 0;
}
#all_wrap #Favorite_btn.img_btns .btn_box ul li.btn a {
	display: inline-block;
	width: auto;
	height: 47px;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}
#all_wrap #Favorite_btn.img_btns .btn_box ul li a img {
	width: 100%;
	height: auto;
}

/* 2段用 */
#all_wrap #Favorite_btn.Favorite_row .order {}
#all_wrap #Favorite_btn.Favorite_row .order a {
	background: none;
	border: none;
	width: 292px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}
#all_wrap #Favorite_btn.Favorite_row .order a img {
	width: 100%;
}
/* [end] GD411 */

/* #9885 END by xa_liuyan 20160418 #9913 ECの相談フォーム　101) 物件詳細ページ SP*/
