@charset "UTF-8";

html,body {
    height: 100%;
}

#tabs {
    font-size:13px !important;
    border-top-left-radius: 0px!important;
    border-top-right-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
    border-bottom-right-radius: 0px!important;
    min-height: 98%;
}

#tabs ul {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 99%;
    border-top-left-radius: 0px!important;
    border-top-right-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
    border-bottom-right-radius: 0px!important;
}

.contents {
    padding-top:60px !important;
}

.contents table {
    width: 100%;
}

.size {
    padding-top: 10px;
}

.contents span {
    padding: 0px 2px;
    word-break: keep-all;
}

.note {
    color: red;
}
