﻿body,
html,
form {
    height:100%;
}

.contents {
    height:auto;
}

/* メッセージ表示画面 */
.message_view {
    width: 98%;
    margin: 15px auto 15px auto;
    line-height: 0.9;
    padding: 0px 0;
    border: solid 2px #cccccc;
    box-shadow: 0px 2px 10px 0 rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    /*height: calc(100% - 3rem - 60px);*/
    text-align: center;
}
/*2025.1.6 FJ)Aso ドライバー連絡手段表示　Add　ST*/
.message_view_reception_complete {
    width: 98%;
    margin: 15px auto 15px auto;
    line-height: 1.3;
    padding: 0px 0;
    border: solid 2px #cccccc;
    box-shadow: 0px 2px 10px 0 rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    text-align: center;
}
/*2025.1.6 FJ)Aso ドライバー連絡手段表示　Add　ED*/
.message_view_item {
    display: block;
    margin: 0px auto 10px auto;
    width: 88%;
}

/*2024.11.25 FJ)Aso ドライバー連絡手段表示　ADD　ST*/
.message_view_msgtool {
    font-weight:bold;
}
/*2024.11.25 FJ)Aso ドライバー連絡手段表示　ADD　ED*/

/* システムエラー関連 */
.sys_error_contact {
    font-size:14px;
}

.sys_error_contact .place {
    font-weight:bold;
}

.sys_error_contact .telephone {
    font-weight:bold;
    letter-spacing:1.4px;
}

.sys_error_contact .time {
    font-weight:bold;
    letter-spacing:1.4px;
}
