.signiture {
    font-size: 1.3rem;
    text-align: right;
    padding-top: .5em;
}
.signiture .sign_sub {
    font-size: .8em;
    margin-left: 1em;
}
table {
    width: 100%;
    background-color: #fff;
        border-collapse: collapse;
}
tr {
    height: 64px;
}
tr td{
	border-bottom:1px solid #ccc;
}
tr:last-child td{
	border-bottom:none;
}
tr td:first-child {
    width: 60%;
}
tr td:first-child img {
    display: block;
    margin: 0 auto;
}
tr td:nth-child(n+2) {
    width: 10%;
}
tr td:nth-child(n+2) img {
    height: 32px;
    margin: 0 auto;
    display: block;
}


@media screen and (max-width:600px){
.signiture .sign_sub {
	display:block;
}
tr td:nth-child(n+2) img {
    height: 28px;
}
}