#shop_info.upDateShopInfo .shopInfoBox .shopLink a .itemLabel span.dealer {
    width: 80px;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 7px;
}
#shop_info.upDateShopInfo .shopInfoBox .shopLink a .shopInfoName {
    font-size: 16px;
    color: #0F64A2;
    text-decoration: underline;
    background: none;
}
#shop_info.upDateShopInfo .shopInfoBox table {
    margin-top: 11px;
}
#shop_info.upDateShopInfo .shopInfoBox table tr td {
    padding: 18px 16px 16px 20px;
}
#shop_info.upDateShopInfo .shopInfoBox table tr:first-child td {
    padding: 18px 16px 16px 15px;
}
#shop_info.upDateShopInfo .shopInfoBox table tr:nth-child(2) td,
#shop_info.upDateShopInfo .shopInfoBox table tr:nth-child(3) td {
    font-size: 16px;
}
#shop_info.upDateShopInfo .shopNameMain {
    position: relative;
    padding-left: 5px;
}
#shop_info.upDateShopInfo .shopAddress {
    width: 58.38%;
}
.shopCopy {
    width: 79px;
    box-sizing: border-box;
    border: 1px solid #636363;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    padding: 4.5px 12px 3px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
}
.shopCopy .pic {
    display: inline-block;
    width: 16px;
}
.shopCopy .pic img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 0;
}
.shopCopy .text {
    line-height: 1;
}
.shopCopy .prompt {
    font-weight: normal;
    width: 94px;
    height: 20px;
    line-height: 20px;
    flex-shrink: 0;
    background: #111111;
    color: #fff;
    border-radius: 3px;
    position: absolute;
    top: -27px;
    left: 50%;
    margin-left: -47px;
    opacity: 0;
    text-align: center;
    transition: 1s;
    pointer-events: none;
}
.shopCopy .prompt::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 6px solid #111111;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -6px;
}
#shop_info.upDateShopInfo .shopInfoBox table td .map_btn_table {
    float: none;
    margin-top: 7px;
    margin-left: 0;
}
#shop_info.upDateShopInfo .shopInfoBox table td .map_btn_table a {
    width: 100%;
    height: 36px;
    line-height: 38px;
    border: 1px solid #707070;
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
    font-size: 14px;
    text-align: center;
    padding-top: 0;
}
#shop_info.upDateShopInfo .shopInfoBox table td .map_btn_table a img {
    margin-right: 4px;
    width: 20px;
    vertical-align: bottom;
}
#shop_info.upDateShopInfo .map_btn_new a:before,
#shop_info.upDateShopInfo .map_btn_new a::after {
    content: none;
}
#shop_info.upDateShopInfo .shopInfoBox table tr td .long_callnote {
    font-size: 14px !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
#shop_info.upDateShopInfo .shopInfoBox table tr td .long_callnote .tel_phone {
    padding-top: 3px;
}
.lineInfoShare {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #636363;
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
    padding: 8.5px 0 6px;
    font-size: 14px;
    font-weight: bold;
    margin: 24px 0 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.update_detail_shop_map .lineInfoShare {
    margin-top: 12px;
    margin-bottom: 29px;
}
.map.detail_shop_map.update_detail_shop_map .shop_detail_other p a {
    background: #F1F1F1 !important;
    border-radius: 4px !important;
}
.lineInfoShare img {
    width: 28px;
    margin-right: 19px;
    margin-bottom: 0;
}
.shop_info .update_detail_shop_map .map_detail_name {
    position: relative;
}
.shop_info .update_detail_shop_map .map_detail_name .detail_shop_name {
    width: 77.55%;
}
.shop_info .update_detail_shop_map .map_detail_name .detail_shop_name a {
    color: #0F64A2;
    text-decoration: underline;  
    display: inline-block;
    width: 100%;
}
.shop_info .update_detail_shop_map .map_detail_name .map_btn_new {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -24px;
}
.shop_info .update_detail_shop_map .shop_detail_item:first-child {
    position: relative;
    padding-top: 0;
    margin-top: 24px;
}
.shop_info .update_detail_shop_map .shop_detail_item:first-child .shop_detail_txt {
    width: 52%;
    flex: none;
}
/*15649 start*/
.shop_detail_item{
    font-size:14px;
}
.shop_detail_marketable{
    padding-bottom:10px;
}
.update_detail_shop_map .shop_detail_txt{    
    line-height:1.2 !important;
}
.dealer-address .shopCopy .copy-address{
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    cursor: pointer;
    pointer-events: none;
}
.dealer-address .shopCopy{
    padding: 3.5px 12px 2px !important;
}
/**15649 end/
@media screen and (max-width: 320px) {
    .update_detail_shop_map .shopCopy {
        top: 26%;
    }
}
