@charset "utf-8";
@import url("common.css");


    * {
        font-family: "CI", Meiryo, Osaka, "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "lr oSVbN", "MS PGothic", sans-serif;
        margin: 0;
        padding: 0;
    }
    *, *:before, *:after {
        -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    }

    img {
        max-width: 100%;
        height: auto;
        /*width /***/:auto;*/
    }

    div#contents {
        width: 80%;
        margin: 20px auto;
    }



/* region for Contents */

    div.title {
        font-size: 130%;
        font-weight: bold;
        text-align: center;
        line-height: 1.2em;

        /*width: 800px;*/
        margin: 0 auto 10px auto;
        padding: 10px;

        border-bottom: 5px solid #cccc00;
    }

    div.cont {
        font-size: 85%;
        text-align: left;
        line-height: 1.8em;
        margin: 0 auto 20px auto;
        padding: 5px 5px 5px 15px;
    }

/* end region */



/* region for Table */

    p {
        margin: 0 0 50px 0;
    }

    dl.request_form {
        margin: 20px auto;
        border-collapse: collapse;
    }

    dl.request_form dt {
        text-align: left;
        border-radius: 4px;
        background: #f5f5f5;
        padding: 5px 20px;
    }

    dl.request_form dd {
        text-align: left;
        line-height: 1.4em;
        padding: 5px 15px;
    }

    span.necessary {
        color: #ffffff;
        font-weight: bold;
        white-space: nowrap;
        border-radius: 3px;
        margin: 5px;
        padding: 3px 5px;
        background: #ff6347;
        box-shadow: 0 2px 3px #999;
        display: inline-block;
    }

    div#error_message {
        color: #ff6347;
    }

/* end region */



/* region for Form Input */

    div#button {
        color: #fff;
        margin: 10px 0;
        padding: 5px 10px;
        background: #1e90ff;
        border-radius: 4px;
        box-shadow: 0 3px 0 #000099;
        display: inline-block;
        cursor: pointer;
    }

    input, textarea {
        max-width: 100%;
    }
    input[type="text"], textarea, select {
        font-size: 140%;
        border: 2px solid #999999;
        margin: 2px;
        padding: 5px;
    }
    input[type="text"]:focus {
        border: 2px solid #ff6600;
    }
    textarea:focus {
        border: 2px solid #ff6600;
    }

    button {
        font-size: 140%;
        padding: 5px 20px;
    }

    input[type="checkbox"] {
        vertical-align: middle;
        margin-bottom: 4px;
    }
    label {
        font-size: 100%;
    }

    input#confirm {
        font-size: 140%;
        color: #ffffff;
        font-weight: bold;

        border: 0;
        border-radius: 20px;

        padding: 10px 20px 15px 20px;

        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #feceb4), color-stop(0.50, #f17431), color-stop(0.50, #ea5506), color-stop(1.00, #fd9c68));
        background: -webkit-linear-gradient(top, #feceb4 0%, #f17431 50%, #ea5506 50%, #fd9c68 100%);
        background: -moz-linear-gradient(top, #feceb4 0%, #f17431 50%, #ea5506 50%, #fd9c68 100%);
        background: -o-linear-gradient(top, #feceb4 0%, #f17431 50%, #ea5506 50%, #fd9c68 100%);
        background: -ms-linear-gradient(top, #feceb4 0%, #f17431 50%, #ea5506 50%, #fd9c68 100%);
        background: linear-gradient(to bottom, #feceb4 0%, #f17431 50%, #ea5506 50%, #fd9c68 100%);

        cursor: pointer;
    }

    input#submit {
        font-size: 140%;
        color: #ffffff;
        font-weight: bold;

        border: 0;
        border-radius: 20px;

        padding: 10px 20px 15px 20px;

        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #70b6f2), color-stop(0.50, #54a3ee), color-stop(0.50, #3690f0), color-stop(1.00, #1a62db));
        background: -webkit-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 50%, #1a62db 100%);
        background: -moz-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 50%, #1a62db 100%);
        background: -o-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 50%, #1a62db 100%);
        background: -ms-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 50%, #1a62db 100%);
        background: linear-gradient(to bottom, #70b6f2 0%, #54a3ee 50%, #3690f0 50%, #1a62db 100%);

        cursor: pointer;
    }

/* end region */



/* region for footer */

    div.footer {
        font-size: 80%;
        margin: 10px;
    }

    div.copyright {
        font-size: 12px;
        text-align: center;
        background: #f5f5f5;
    }

/* end region */



/*===============================================
style.css ζΚΜ‘ͺ769pxΘγ
===============================================*/
@media screen and (min-width: 769px){
    div#contents {
        width: 960px;
        margin: 20px auto;
    }
    div.title {
        font-size: 160%;
    }
}

