.grouplist a {
    text-decoration: none;
}

.grouplist {
    margin: 0;
    padding: 0;
    position: relative;
    top: 40px;
}

.grouplist ul {
    margin: 0;
    padding: 0;
}

.grouplist ul li {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.grouplist ul li .btn-list {
    display: table;
    margin: 0 auto;
    margin-bottom: 10px;
    /* padding: 0 111px; */
    padding-top: 8px;
    /*width: 387px;*/
    width: 90%;
    padding: 6px 20px;
    height: 45px;
    background-image: linear-gradient(to right, #fec93b, #ff7100);
    /* background-color: #ff7100; */
    /* background: url(../images/personal/btn_bg-cti.png) top center no-repeat; */
    color: #fff;
    text-align: center;
    font: 23px/20px 'THK2DJuly8', Arial, sans-serif;
    word-wrap: break-word;
    background-size: 100% 100%;
}

.grouplist ul li .btn-list span {
    display: table-cell;
    vertical-align: middle;
}

.grouplist ul li .btn-list a {
    display: block;
    width: 85%;
    position: relative;
    color: #ffffff;
    left: 20px;
}

.grouplist ul li .btn-list a:hover {
    color: #fff;
    text-shadow: 2px 2px #340d08;
}