@CHARSET "UTF-8";

div#upperPart {
    margin: 10px auto;
    display: table;
    padding: 0 10px;
}

div#upperPart h1, div#upperPart h2, div#upperPart h3 {
    margin: 15px 0;
    text-align: center;
}

div#upperPart h1 {
    font-size: 30px;
}

div#upperPart h2 {
    font-size: 24px;
}

div#upperPart h3 {
    font-size: 20px;
}

div#upperPart p.center {
    text-align: center;
}

/*  */

div.formPart {
    text-align: center;
    padding-bottom: 20px;
}

form p.row {
    margin-bottom: 20px;
}

form p.half-row {
    margin-bottom: 10px;
}

form p.buttonRow {
    padding-top:10px;
    margin-bottom: 30px;
}

button.longButton {
    width: 90%; /*必須*/
    height: 35px;
    max-width: 300px;
    font-size: 16px;
    font-weight: bold;
    /*padding: 10px 30px;*/
    background-color: #CC0066;
    color: #fff;
    border-style: none;
    cursor: pointer;
    /*padding-top: 5px;
    padding-bottom: 5px;*/
    /*-webkit-border-radius: 10px;*/
}

button.longButton:hover, button.shortButton:hover {
    background-color: #CC3366;
    color: #fff;
}

.shortButton {
    width: 100%;
    height: 30px;
    max-width: 100px;
    margin-left: 5px;
    background-color: #CC0066;
    color: #fff;
    border-style: none;
    cursor: pointer;
}

input.short-textbox {
    width: 200px;
}

.long-textbox {
    width: 300px;
}

label {
    font-size: 12px;
}

span.standard {
    font-size: 14px;
}

input, select, button {
    vertical-align: middle;
}