/* #9521 START by wangjw  20160302 物件詳細ページへの埋め込みについて_ショッピング関連 */
@charset "EUC-JP";
/* --------------------------------
 スケルトン
----------------------------------*/
#all_wrap.spread #details_rough .btn_shopping li.shop_flow a{
	padding: 6px 0 6px 30px !important;
	width: 122px !important;
}

/* モーダル　基本 */
.modal_style {
	border: solid 1px #d2d2d1;
	padding: 35px 0px 0px;
	position: relative;
	background: #fff;
}

/* ボタン */
.modal_style .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;
}

.modal_style .btn.order a{
	line-height: 1.5;
	height: 35px;
	padding: 12px 0 0;
}
.modal_style .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;
}

.modal_style .btn.call_l a{
	display: block;
	position: relative;
    border: 1px solid #03851d;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    height: 44px;
    line-height: 1.2;
    padding: 3px 0 0 0;
    background: -moz-linear-gradient(top,#3eb056 0%,#3ab754);
	background: -webkit-gradient(linear, left top, left bottom, from(#3eb056), to(#3ab754));
}
.modal_style .btn.call_l a:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 12px;
	width: 29px;
	height: 27px;
	margin: auto;
	background: url("/common/img/goobike_ec/icon_call_white02.png") no-repeat;
	background-size: 29px 27px;
	text-align: center;
}
.modal_style .btn.call_l a span {
	display: block;
	text-align: center;
	line-height: 1;
	font-weight: normal;
}
.modal_style .btn.call_l a span:first-child {
	margin-top: 4px;
	font-size: 12px;
}
.modal_style .btn.call_l a span:first-child strong {
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
}
.modal_style .btn.call_l a span:last-child {
	width: 11em;
	margin: 2px auto 0;
	padding: 3px 7px;
	background: #fff;
	color: #03851d;
	font-size: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 2px 2px #2f8440;
}
.modal_style .btn.call_l a span:last-child strong {
	padding-right: 10px;
	font-size: 9px;
	font-weight: bold;
}

.modal_style .btn.estimate_l a{
    height: 35px !important;
    padding: 12px 0 0 !important;
    line-height: 1.4 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #FFF none repeat scroll 0% 0%;
	border: 1px solid #E30000;
	color: #e30000;
}
.modal_style .btn.estimate_l a span{
    display: block;
    padding: 0 0 0 18px;
    background: url("/common/img/goobike_ec/icon_estimate_red_l.png") no-repeat 14px center;
    background-size: 27px 18px;
	-webkit-background-size: 27px 18px;
	-moz-background-size: 27px 18px;
}

a.in_btn {
	display: inline-block;
	padding: 12px;
	border: 1px solid #979797;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	line-height: 1.2;
	background: -moz-linear-gradient(top,#f1f1f1 0%,#dadada);
	background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#dadada));
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/* モーダル - ショッピング */
#modal_shopping {}
#modal_shopping .shopping_btn {
	padding: 0 10px 25px;
}
#modal_shopping .shopping_btn p.ad {
	margin-bottom: 10px;
	padding-left: 34px;
	font-size: 13px;
	color: #cc0000;
	line-height: 1.73;
	letter-spacing: 0;
	background: url(../../img/goobike_ec/shopping_ic01.png) left center no-repeat;
	-webkit-background-size: 18px 24px;
	background-size: 18px 24px;
}
#modal_shopping .shopping_btn p > span {
	font-size: 15px;
	font-weight: bold;
}
#modal_shopping .shopping_cont {
	background: #fff7e7;
}
#modal_shopping .shopping_cont h2 {
	border-bottom: 2px solid #003366;
}
#modal_shopping .shopping_cont h2 > img {
	max-width: 100%;
	width: auto;
	margin-top: -10px;
}
#modal_shopping .shopping_cont .in {
	padding: 15px 10px 10px;
}
#modal_shopping .shopping_cont .in p {
	margin-top: 20px;
	font-size: 12px;
	line-height: 1.5;
}
#modal_shopping .shopping_cont .in p:first-child {
	margin-top: 0;
}
#modal_shopping .shopping_cont .in .btns {
	padding-top: 15px;
}
#modal_shopping .shopping_cont .in .btns > * {
	margin-top: 10px;
}
#modal_shopping .shopping_cont .in p > span {
	font-weight: bold;
}
#modal_shopping .shopping_cont .in .shopping_point {
	position: relative;
	padding-right: 110px;
}
#modal_shopping .shopping_cont .in .shopping_point a.in_btn {
	position: absolute;
	top: 0;
	right: 0;
}

/* #9521 END by wangjw  20160302 物件詳細ページへの埋め込みについて_ショッピング関連*/
