@charset "UTF-8";
/* CSS Document */

.con_tbl {
    width: 80%;
	margin: 1em auto;
    border-spacing: 5px;
}

.con_tbl td {
    /*background-color: #83AD02;*/
    /*display: block;*/
    width: 100px;
    font-size: 80%;
    line-height: 1.3em;
    height: 50px;
    text-align: center;
    padding: .5em 0;
    color: white;
    border: white solid 1px;
    -moz-border-radius: 0 20px;
    border-radius: 0 20px;
}


.con_tbl-2 td {
    /*background-color: #83AD02;*/
    /*display: block;*/
    width: 100px;
    font-size: 100%;
    line-height: 1.3em;
    height: 50px;
    text-align: justify;
    padding: .5em 1em;
    color: white;
}

.con_tbl-2 td {
    /*background-color: #83AD02;*/
    /*display: block;*/
    /*width: 100px;*/
    font-size: 100%;
    line-height: 1.3em;
    height: 1px;
    /*text-align:justify;*/
    padding: .5em 1em;
    color: white;
    border: white solid 3px;
    -moz-border-radius: 0 20px;
    border-radius: 0 20px;
}

.con_tbl-3 .con_tbl-2 td {
    /*background-color: #83AD02;*/
    /*display: block;*/
    width: 100px;
    font-size: 80%;
    line-height: 1.3em;
    height: 50px;
    text-align: justify;
    padding: .5em 1em;
    color: white;
}

.con_tbl-3 .con_tbl-2 th {
    /*background-color: #83AD02;*/
    /*display: block;*/
    font-size: 80%;
    line-height: 1.3em;
    text-align: center;
    padding: .5em 1em;
}

.con_tbl-2 strong {
    font-size: 110%;
}



.con_tbl-2 th {
    border-left: #eee;
    width: 1px;
    border-left-style: solid;
}

.con_tbl-2 th:last-of-type {
    border-right: #eee;
    width: 1px;
    border-right-style: solid;
}

.con_tbl-2 th {
    border-left: #eee;
    width: 1px;
    border-left-style: solid;
}





.con_tbl-3 hr {
    border-style: none;
    border-bottom-style: dotted;
}



.esearch span {
    text-indent: -1em;
    margin-left: 1em;
    display: block;
    margin-bottom: -1em;
}

.esearch span:last-child {
    margin-bottom: 0em;
}