@CHARSET "UTF-8";

.invite-friends table th {
  background: #276de2;
  color: #FFF;
  line-height: 64px;
  width: 152px;
  background-image: url(../../image/layout-a/mypage-friend.png);
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: 5px center;
  text-align: left;
  padding-left: 50px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
}