
.textNaviContent {
    text-align: center;
}

.textSearchTable {
    width: 100%;
}

.textOuterFrame {
    margin-top: 20px;
    width: 100%;
}

.textSearchTable .textSearchInputFrame {
    border-color: #99CC00 #558800 #558800 #99CC00;
    border-style: solid;
    border-width: 2px;
}

.textNaviForm .textInputFldTxt {
    width: 100%;
}

.foundText {
    /*border-color: #99CC00 #558800 #558800 #99CC00;
    border-style: solid;
    border-width: 2px;
    margin-top: 20px;
    padding: 20px 15px;*/
}

.criterionTable td {
    padding: 0;
    border: 0;
}

.criterion {
    font-weight: bold;
}

.searchNavi .textInputFld {
    width: 100%;
    font-size: 1em;
    margin-bottom: 0.3em;
    text-align: left;
}

.textSearchInputFrame .textInputFld {
    float: left;
    padding-top: 2px;
}

.textInputFldList {
    z-index: 500;
}

.searchNavi .textSearchInputFrame {
    padding-top: 100px;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
}

.textResult {
    text-align: left;
}

span .highlight {
    background-color: orange;
    color: #000000;
}