@charset "UTF-8";

/* form */
input[type="text"], input[type="password"], textarea {
    width: 90%;
    border:2px solid #ccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus,
input[type="text"]:hover, input[type="password"]:focus, textarea:hover {
    border:2px solid #3399ff;
}

input[type="submit"] {
    background-color: #3399ff;
    border-radius: 10px;
    -webkit-appearance: none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 5px;
    border:2px solid #ccc;
    color: #fff;
    font-weight: bold;
    width: 7em;
    height: 3em;
    padding: 5px 0;
}

input[type="submit"]:focus, input[type="submit"]:hover {
    border:2px solid #3399ff;
}

input.mini {
    width: 3em;
}

/* design */
@media screen and (min-width : 769px){
    /* 横幅768px(iPad)より大きい場合 */ 
    #pagespace {
        width: 480px;
    }
}

#contact_form {
    padding: 0 8px;
    margin: 10px 0;
}

#contact_form li {
    padding: 5px 0;
    border-bottom: 2px dashed #999;
}

#contact_form li.taller {
    padding-bottom: 1.5em;
}

#contact_form h2 {
    float: left;
    width: 7.5em;
    color: #133783;
    padding : 0;
    padding-bottom: 3px;
    margin: 0;
    border: none;
    font-size: 80%;
}

#contact_form .item_cell {
    margin-left: 8em;
    padding-left: 1em;
}

#contact_form .item_cell span {
    font-size: 80%;
    color: #999;
}

#contact_form .item_cell_tall {
    padding-bottom: 1em;
}

#contact_form .item_cell_tall2 {
    padding-bottom: 2em;
}

#contact_form .item_cell_tall3 {
    padding-bottom: 3em;
}

#contact_form .item_cell_tall4 {
    padding-bottom: 4em;
}

#contact_form .item_cell_tall5 {
    padding-bottom: 5em;
}

#contact_form .password_error,
#contact_form .not_input {
    color: #999;
    background-color: #fcc;
}

#contact_form .password_error span,
#contact_form .not_input span {
    font-size: 80%;
}

#contact_form .button_set {
    text-align: right;
}

.result_messag {
    margin-top: 15px;
    text-align: center;
}

.required {
    color: #ff8500;
}

.remarks {
    color: #133783;
    font-size: 80%;
    font-weight: bold;
    margin-bottom: 10px;
}

.result_message {
    padding: 3px 5px;
    margin: 5px 0;
    background-color: #fff;
    color: #133783;
}

.error_result_message {
    background-color: #fcc;
    color: #804040;
}

#confirm_page_button {
    height: 3em;
    padding: 0 8px;
    margin-bottom: 10px;
}

#confirm_page_button form {
    float: right;
    margin-left: 5px;
}


#confirm_page_button form .button_set {
  text-align: right;
}