#category-type .float-left {
    text-align: center;
    border: 1px solid #67caa4;
    margin: 1%;
    border-radius: 0.5rem;
    cursor: pointer;
}

#category-type .float-left:hover, #category-type .float-left:active {
    opacity: 0.6;
}

#category-type .c-3 {
    width: 31%;
}

#category-type .c-5 {
    width: 18%;
}

#category-type .float-left .top {
    color: black;
    font-size: 2.2rem;
    line-height: 1;
    padding-top: 0.6rem;
}

#category-type .float-left .bottom {
    color: #5fc7a0;
    padding-top: 0;
    line-height: 1rem;
}

#honorific-expression table {
    font-size: .9rem;
}

#honorific-expression table th {
    font-size: .9rem;
}

.initial_list {
    padding: 0;
    margin: 0;
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 100%;
    list-style: none;
}

.initial_list li {
    display: inline-table;
    min-width: 5.5%;
    height: 40px;
    text-align: center;
    background-color: #eee;
    margin: 0 10px 10px 0;
    font-weight: bold;
    color: #999;
}

.initial_list li a {
    width: 100%;
    height: 100%;
    background-color: #fff;
    color: #f11166 !important;
    display: table-cell;
    border: solid #f11166 1px;
    vertical-align: middle;
}

.initial_list li a:hover {
    width: 100%;
    height: 100%;
    background-color: #f11166;
    color: #fff !important;
    text-decoration: none;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    zoom: 1;
}

@media screen and (max-width: 899px) {
    .initial_list li {
        min-width: 10%;
    }
}

@media screen and (max-width: 480px) {
    #category-type .float-left .top {
        font-size: 2rem;
    }

    #category-type .float-left .bottom {
        font-size: 0.8rem;
    }

    #honorific-expression table {
        font-size: .85rem;
    }

    #honorific-expression table th {
        font-size: .8rem;
    }

    .initial_list li {
        min-width: 10%;
    }
}