@charset "utf-8";

.termWrap *{
    list-style: none;
    color:#333;
    font-size: 14px;
}
.termWrap a{
    text-decoration:none;
}
.termWrap a:link{
    color:#333;
    font-size: 14px;
}
.termWrap .selectWrap{
    display:flex;
    justify-content: right;
}

