﻿.ContactMain {
    padding: 0;
}

    .ContactMain > .Contents {
        width: 75%;
        margin: 20px auto;
        position: relative;
    }

        .ContactMain > .Contents > .Warnings > div {
            border: 1px solid #000;
            text-align: center;
            background-color: #F0E6B3;
            line-height: 28px;
            padding: 5px 120px;
            font-weight: bold;
        }

        .ContactMain > .Contents > .Mailto {
            text-align: right;
            position: absolute;
            top: 8px;
            right: 15px;
        }

        .ContactMain > .Contents > .Footer {
            text-align: center;
        }

        .ContactMain > .Contents > div {
            width: 100%;
            display: table;
        }

        .ContactMain > .Contents > .tb > div {
            height: 30px;
            line-height: 30px;
            display: table-cell;
            font-weight: bold;
            padding: 0 15px;
            vertical-align: middle;
            border: 1px solid #000;
        }

            .ContactMain > .Contents > .tb > div:first-child {
                width: 20%;
                text-align: right;
                background-color: #F0E6B3;
                font-weight: bold;
            }