table{width:100%;text-align:center;}
table tr:nth-child(2n-1){background:#eee}

table td:last-child a{color:white;font-size:16px;}
table img{width:200px;height:auto;display:block;margin:0 auto;}
table td:last-child a:first-child{background:url(sub_img/icon01.png) no-repeat #e7091a 5px 4px;padding:0px 0px 0px 30px;border-radius:5px;background-size:20px;display:block;margin:0 auto 20px;width:45px;}
table td:last-child a:last-child{background:url(sub_img/icon02.png) no-repeat #e7091a 5px 4px;padding:0px 0px 0px 30px;border-radius:5px;background-size:20px;display:block;margin:0 auto;width:45px;}

@media all and (min-width: 0px) and (max-width: 767px) {
table td:last-child a:first-child{background-size:18px;display:block;margin:0 auto 20px;width:35px;height:20px;padding:5px 5px 0px 25px;}
table td:last-child a:last-child{background-size:18px;display:block;margin:0 auto 20px;width:35px;height:20px;padding:5px 5px 0px 25px;}
}