.list {
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 1.4em;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.twicon{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid #dd0033;
}
.twid{
    color:#55b2e7;
    font-size: 0.8em;
}
input[type=checkbox] {
    transform: scale(3.0);
  }
.sorttbl{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    display: table;
}
.sorttbl tr {
    height: 72px;
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
    border-bottom: 1px solid #dd0033;
    cursor: pointer;
}

.sorttbl th:first-child,
.sorttbl td:first-child{
    padding-left: 16px;
}
.sorttbl td,
.sorttbl th{
    padding: 8px 8px;
    display: table-cell;
    text-align: left;
    vertical-align: top;
}
.sorttbl th{
    color: #fff!important;
    background-color: #dd0033!important;
}
.sorttbl th a{
    display: block;
}
.sorttbl th a:link{
    color: #fff;
    text-decoration: none;
}
.sorttbl th a:visited{
    color: #fff;
    text-decoration: none;
}
.sorttbl th a:hover{
    color: #fff;
    text-decoration: none;
}
.sorttbl th a:active{
    color: #fff;
    text-decoration: none;
}