/* CSS Document */
.pc_none{display:none!important;}

.pc_pl20{
    padding-left: 20px!important;
}
	

/*----------------------------------*/

.top_contact_net{
    position: relative;
}
.top_contact_net:before{
    position: absolute;
    left: -22px;
    content: "";
    display: block;
    top: 0;
    height: 100%;
    border-left: 1px solid #ddd;
}
