body {
    background-color: #ffffff;
    color: #000000;
    font-family: sans-serif;
    font-size: 14px;
    margin: 0px;
    width: 100%;
}

div#header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 20px;
    background-color: #0055ff
}

div#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 20px;
    background-color: #0055ff
}

div.main {
    width: 800px;
    margin: 40px auto;
}

.title {
    display: flex;
    width: 100%;
    flex-direction: row;
}

.title > div {
    width: fit-content;
    margin: 0px 10px;
    font-size: 16px;
    font-weight: bold;
}

.title > div:nth-child(2) {
    margin-top: 3px;
}

.company {
    font-size: 26px;
}

img#logo {
    width: 100px;
}

.info {
    width: 650px;
    margin: 20px auto 50px;
}

.search_box {
    width: 700px;
    margin: 40px auto 30px;
}

.search_title {
    width: 100%;
    padding: 5px 10px 0px;
    background-color: #3344ff;
    color: #ffffff;
    font-size: 20px;
    display: flex;
    flex-direction: row;
}

.search_title > div {
    width: fit-content;
    padding-right: 10px;
}

.search_title > div:nth-child(2) {
    padding-top: 4px;
}

img#box {
    width: 35px;
}

.search_info{
    margin-top: 30px;
    margin-bottom: 30px;
}

.condition {
    display: grid;
    grid-template-columns: 220px 480px;
}

input[type="text"]#DENP_NO {
    width: 200px;
    height: 20px;
    font-size: 14px;
    text-align: center;

}

a.exec_button {
    background-color: #3377ff;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    padding: 8px 20px;
    text-decoration: none;
    font-size: 1em;
    box-shadow: 0 3px 0 #005090;
}

a.exec_button:hover {
    color: #fff;
    opacity: 0.6;
}

div.disp_dt {
    float: right;
    padding-right:10px;
}

.search_dt {
    text-decoration: underline;
}

table.search_result {
    clear: right;
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
    margin-top: 40px;
}

table.search_result th {
    font-size: 14px;
    font-weight: bold;
    height: 35px;
    border: solid 1px #0088ff;
    background-color: #dddddd;
    vertical-align: middle;
}

table.search_result th:first-child {
    width: 40%;
}

table.search_result th:nth-child(2) {
    width: 30%;
}

table.search_result th:last-child {
    width: 30%;
}

table.search_result td {
    font-size: 14px;
    text-align: center;
    height: 34px;
    border: solid 1px #0088ff;
    background-color: #f0f8ff;
    vertical-align: middle;
}

.estimated_time {
    font-size: 28px;
    text-align: center;
    margin: 40px 0px 10px;
}

.time_note {
    color: #ff0000;
    width: 400px;
    margin: 0 auto;
}

.branch {
    margin: 40px 0px 40px;
    padding: 5px 5px 0px;
    border-top: solid 2px #3344ff;
    text-align: right;
}

.result_message {
    padding: 0 20px;
    min-width: 400px;
    width: fit-content;
    height: 100px;
    line-height: 100px;
    margin: 40px auto 20px;
    text-align: center;
    border: solid 2px #0088ff;
}

.message {
    border: solid 2px #3344ff;
    min-width: 400px;
    width: fit-content;
    margin: 80px auto;
    padding: 40px;
    text-align: center;
}
