﻿/* td .contactus-mail,
td .contactus-tel {
	text-indent: -24px;
    padding-left: 21px;
    display: inline-block;
} */

.contactus-newWindow {
    display: block;
    position: relative;
}

table .contactus-newWindow::before {
    content: '';
    background-image: url(/nf_global/v3/common/img/icn/_blank.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 16px 16px;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
}

td .contactus-mail::before {
	content: '';
    background-image: url(/nf_global/v3/common/img/sprite.png);
    background-repeat: no-repeat;
    background-position: -83px -94px;
    background-size: 159px 128px;
    width: 24px;
    height: 22px;
    display: inline-block;
}

td .contactus-tel::before {
	content: '';
    background-image: url(/nf_global/v3/common/img/sprite.png);
    background-repeat: no-repeat;
    background-position: -104px -65px;
    background-size: 159px 128px;
    width: 24px;
    height: 21px;
    display: inline-block;
}