@charset "utf-8";

.member_menu {
    display: block;
    border: none;
    margin: 0 -5px 20px -5px;
    padding: 0;
    overflow: hidden;
    text-align: center;
}

.member_menu_item {
    list-style: none;
    float: left;
    width: 150px;
    height: 150px;
    text-align: center;
    vertical-align: middle;
    display: table;
    margin: 5px;
    position: relative;
    padding: 0;
    border-radius: 0.25em;
    background-color: #03a9f4;
}

.member_menu_item:hover {
    /*background-color: #1bb8fc;*/
    opacity:0.75;
}
.member_menu_item i{
    display: block;
    width: 75px;
    height: 75px;
    font-size: 66px;
    /*color: #1bb8fc;*/
    margin: 0px auto 0px auto;
}

.member_menu_item div {

}

.member_menu_item a {
    color: #fff;
    width: 150px;
    height: 150px;
    display: table-cell;
    vertical-align: middle;
    color: #fff !important;
    text-decoration: none;
}

.member_menu_item a:hover {
    text-decoration: none;
}

.description {
    display: inline-block;
}

.kessai_button_credit input[type="submit"]{
    background-color: #ff8800;
}

.kessai_button_bank input[type="submit"]{
    background-color: #ff00ff;
}