/*#9709 START by xa_lijp 20160601 物件詳細ページ　陸送費算出機能追加*/
@charset "euc-jp";

/* スケルトン */

#all_wrap.spread .shop_point_box{
	padding: 0 12px;
}

.pd0{
	padding: 0 !important;
}

.pt0{
	padding-top: 0 !important;
}



/* 陸送費 */
#all_wrap dl.transportation_cost{
	float: none !important;
	background: #fff;
	border: 2px solid #dbdbdb;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 20px 0px;
}

#all_wrap dl.transportation_cost dt{
	float: none !important;
	font-size: 11px;
    color: #333333;
    padding: 10px 5px !important;
	line-height: 1.1;
	background-color: #fff !important;
	margin: 0 !important;
	width: 100% !important;
	text-align: left !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#all_wrap dl.transportation_cost dt span{
	font-size: 11px !important;
	padding-left: 5px;
}

#all_wrap dl.transportation_cost dd{
	position: relative;
	padding: 10px;
	background: #f0f0f0;
	float: none !important;
	color: #333 !important;
}

#all_wrap dl.transportation_cost dd:after,
#all_wrap dl.transportation_cost dd:before {
	content: "";
	position: absolute;
	left: 55%;
	top: 0;
	bottom: 0;
	width: 0;
	height: 0;
	margin: auto;
	border: 10px solid transparent;
	z-index: 2;
	border-left: 10px solid #f0f0f0;
}
#all_wrap dl.transportation_cost dd select{
	width: 30%;
	padding: 10px;
	font-size: 12px;
}
#all_wrap dl.transportation_cost dd .costom_select {
	margin-top: 10px;
    overflow: hidden;
    position: relative;
    width: 50%;
}
#all_wrap dl.transportation_cost dd .costom_select:first-child {
	margin-top: 0px;
}
#all_wrap dl.transportation_cost dd .costom_select select {
	border: 1px solid #e7e7ea;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	position: relative;
	width: 100% !important;
	background: #fff;
}
#all_wrap dl.transportation_cost dd .costom_select span {
    border-left: 1px solid #e7e7ea;
    display: block;
    font-weight: bold;
    padding: 13px 7px 4px;
    position: absolute;
    right: 0;
    top: 1px;
}
#all_wrap dl.transportation_cost dd span#transport_fee {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	height:58px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 45%;
	text-align: center;
	margin: auto;
	padding: 22px 10px;
	border: none;
	font-size: 14px;
	color: #111;
	background: #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: color 0.5s ease-in-out;
	-o-transition: color 0.5s ease-in-out;
	transition: color 0.5s ease-in-out;
}
#all_wrap dl.transportation_cost dd span#transport_fee[value=￥000] {
	color: #5F5757;
}

#all_wrap .estimate_btn_area p.comment{
	margin-top: 8px;
}

#all_wrap table.shop_info .shop_info_box .s_i_box{
	display: table;
	width: 100%;
}

#all_wrap table.shop_info .shop_info_box .s_i_box div{
	display: table-cell;
}

#all_wrap table.shop_info .shop_info_box .s_i_box div:first-child{
	width: 43%;
	vertical-align: middle;
}

#all_wrap table.shop_info .shop_info_box .s_i_box div:last-child{
	width: 35%;
}

#all_wrap table.shop_info .shop_info_box .s_i_box div:last-child a{
	background-color: #4f4f4f;
    border: 1px solid #454545;
    border-radius: 2px;
    -moz-border-radius: 2px;
	-webkit-border-radius: 2px;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    color: #ffffff !important;
    float: right;
    font-size: 10px;
    font-weight: bold;
    height: 37px;
    line-height: 2.5;
    padding: 5px;
    text-decoration: none;
}

/*#9709 END by xa_lijp 20160601 物件詳細ページ　陸送費算出機能追加*/

