.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: url(../images/personal/btn_bg-cti.png) top center no-repeat; */
    color: #fff;
    border-radius: 20px;
    background: #ff6f00;
    background: #ff3019;
    /*background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%);*/
    background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%);
    background: linear-gradient(to bottom, #3f8906 0%, #3f8906 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0);
    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: #fff;
    left: 20px;
}

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