@font-face {
    font-family: "aGothic13";
    src: url("/font/aGothic13.ttf") format("truetype");
    font-weight: normal;
}
@font-face {
    font-family: "aGothic15";
    src: url("/font/aGothic15.ttf") format("truetype");
    font-weight: normal;
}
@font-face {
    font-family: "aGothic19";
    src: url("/font/aGothic19.ttf") format("truetype");
    font-weight: normal;
}

html,
body{
    width: 100%;
}
a,
a:hover,
a:link,
a:focus {
    text-decoration: none;
    color: #0e0000;
}

.btn {
    cursor: pointer;
    border:1px solid #eee;
    border-radius: 5px;
}
.btn:hover {
    opacity: 0.9;
}

.pointer {
    cursor: pointer;
}

.linkable {
    cursor: pointer;
}
.mgt-10{
    margin-top: 10px;
}
.mgb-10{
    margin-bottom: 10px;
}
.mgl-20{
    margin-left: 20px;
}
.mgr-20{
    margin-right: 20px;
}
.mgt-20{
    margin-top: 20px;
}
.mgb-20{
    margin-bottom: 20px;
}
.mgl-10{
    margin-left: 10px;
}
.mgr-10{
    margin-right: 10px;
}


.pdt-10{
    padding-top: 10px;
}
.pdb-10{
    padding-bottom: 10px;
}
.pdl-20{
    padding-left: 20px;
}
.pdr-20{
    padding-right: 20px;
}
.pdt-20{
    padding-top: 20px;
}
.pdb-20{
    padding-bottom: 20px;
}
.pdl-10{
    padding-left: 10px;
}
.pdr-10{
    padding-right: 10px;
}



.linkable:hover {
    color: #00c9a7;
    text-decoration: underline;
}

.center {
    text-align: center;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.mobile.bottom-btn a{
    position: fixed;
    z-index: 10;
    bottom: 0;
    width: 100%;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #3a526a;
    font-size: 0.88em;
    font-family: "aGothic15", Helvetica, Arial, sans-serif;
    border-top:1px solid #fff;
    color: white;
    cursor: pointer;
}
.company-relation a{
    margin-right: 5px;
}
.company-relation a:last-child{
    margin-right: 0;
}
.company-relation img{
    width: 16px;
    height: 16px;
}

.menu-community a{
    margin-right: 20px;
}
.menu-community a:last-child{
    margin-right: 0;
}
.menu-community img{
    width: 36px;
    height: 36px;
}
.request-track-container{
    position: fixed;
    bottom : 40px;
    right: 20px;
    z-index: 100;
    cursor: pointer;
}
.request-track-container img{
    width: 80px;
    height: 80px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
@media screen and (max-width: 768px){
    .menu-community img{
        width: 20px;
        height: 20px;
    }
    .menu-community a{
        margin-right: 12px;
    }
    .request-track-container{
        display: none;
    }
}
@media (min-width: 769px) {
    .mobile {
        display: none !important;
    }

    .content {
        padding-left: 25px;
        padding-right: 25px;
    }
}
