@charset "utf-8";

/* CSS Document */

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    user-select: text !important;
    -webkit-user-drag: none;
}

*:not(input, textarea) {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}



a {
    color: #000;
}




.clearfix:after {

    content: "";

    height: 0;

    line-height: 0;

    display: block;

    visibility: hidden;

    clear: both;
}

.clearfix {
    *zoom: 1;

}




.overflow {

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;
}




.container {
    margin: 0 auto;
}

table {
    border: 1px solid black;

    border-spacing: 0;

    border-collapse: collapse;
}

button,
button:focus,
button:active {
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

input {
    border: none;
    background: transparent;
    outline: none;
   
}
input[type='text']{
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.hide{
    display: none;
}
.show{
    display: block;
}
.menu-content .menu-btn{

}
.menu-content .menu-btn ul{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.menu-content .menu-btn ul li{
    width: 50%;
    margin-bottom: 20px;
}  
.menu-content .menu-btn ul li a {
    display: block;
    width: 206px;
    height: 63px;
    margin: 0 auto;
}