@charset "utf-8";

/* コンテンツ用 CSS */
.mainsection{
    font-family: 'Arial', 'Osaka', monospace, sans-serif;
    padding: 0 8px;
    line-height: 1.5em;
    text-indent: 0.5em;
}

.maintitle{
    font-family: 'Georgia', serif;
    left: 38px;
    max-width: 400px;
    border-width: 0 0 2px 4px;
    border-style: solid;
    padding: 0 8px;
    color: #a23a55;
    border-left-color: #a23a55;
    font-weight: 600;
    font-size: 120%;
    border-bottom-color: #999999;
}

.mainborder{
    border-color: #999999;
}
table.mailtbl span {
    color: #6c383a;
    font-size: 110%;
    font-weight: bold;
}
table.mailtbl input[name="mail"], input[name="curMail"], input[name="newMail"] {
    font-size: 120%;
}
table.mailtbl td {
    padding: 1em 0;
}
table.mailtbl td.r {
    text-align: right;
}
select {
    border: solid 1px black;
}

.policy td {
    border: 1px solid #cccccc;
    padding: 12px;
    background: #ffffdd;
}

input {
    box-sizing: border-box;
    outline: 0;
}

input[type="submit"], input[type="reset"],input[type="button"] {
    border-radius: 0;
    appearance: button;
    -webkit-appearance: button;
    box-sizing: border-box;
    cursor: pointer;
    background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
    background: -webkit-linear-gradient(top, #cccccc 0%, #cccccc 100%);
    background: -o-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
    background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
    border-width: 2px;
    border: 1px solid #AAA;
}

@media screen and (max-width: 767px) {
    input, label, option, select {
        font-size: 140%;
    }
    table.mailtbl {
        width: 100%;
    }
    table.mailtbl td.r {
        text-align: center;
    }
    input[name="mail"], input[name="curMail"], input[name="newMail"] {
        width: 100%;
        font-size: 120%;
    }
    input[type="reset"] {
        margin-left: 1em;
    }
    input[type="radio"] {
        margin: 5px 5px 0 5px;
        width: 20px;
        height: 20px;
        vertical-align: text-bottom;
    }
    input[type="checkbox"] {
        width: 20px;
        height: 20px;
        vertical-align: bottom;
    }
}
