@charset "UTF-8";

/* CSS Document */
.CtsMrBox td{
    letter-spacing: normal;
}

.CtsMrBox img{
    width: auto;
}
.CtsMrBox table td{
    vertical-align: middle;
    font-size: 12px;
}
.CtsMrBox input{
    border: solid 1px #999;
    background-color: #fff;
}

.CtsMrBox *, ::after, ::before {
    box-sizing: content-box;
}

.select_area select {
    font-size: 12px !important;
    appearance: none;
    width: 175px;
    line-height: 2;
    padding: 0 10px;
    border: none;
    outline: 0;
    background: #fff;
    background-image: none;
    box-shadow: none;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    cursor: pointer;
    border: solid 1px #ccc;
    font-size: 14px;
    border-bottom: solid 1px #ccc !important;
    }
    .select_area{
    position: relative;
    }
    .select_area::before {
    position: absolute;
    top: 15px;
    left: 180px;
    width: 0;
    height: 0;
    border-width: 8px 5px 0 5px;
    border-style: solid;
    border-color: #999 transparent transparent transparent;
    content: "";
    pointer-events: none;
    }

