input[type="text"] {
    width: 100px;
    height: 20px;
    padding: 1px;
    font-size: 12px;
    /*background: #d4f0fb;*/
    background: #ffffff;
    border: 1px solid #0067b6;
    /*border-right: 0;*/ /* 右ボーダーなし */
    box-sizing: content-box;
    top: 0;
    left: 0;
    margin-bottom:10px;
}
input[type="email"] {
    width: 250px;
    height: 20px;
    padding: 1px;
    font-size: 12px;
    /*background: #d4f0fb;*/
    background: #ffffff;
    border: 1px solid #0067b6;
    /*border-right: 0;*/ /* 右ボーダーなし */
    box-sizing: content-box;
    top: 0;
    left: 0;
    margin-bottom:10px;
}
textarea {
    width: 400px;
    height: 100px;
    padding: 1px;
    font-size: 12px;
    /*background: #d4f0fb;*/
    background: #ffffff;
    border: 1px solid #0067b6;
    /*border-right: 0;*/ /* 右ボーダーなし */
    box-sizing: content-box;
    top: 0;
    left: 0;
}
button[type="submit"] {
    width: 80px;
    height: 25px;
    padding: 1px;
    font-size: 12px;
    /*background: #d4f0fb;*/
    background: #d4d4d4;
    border: 1px solid #004ba0;
    /*border-right: 0;*/ /* 右ボーダーなし */
    box-sizing: content-box;
    top: 0;
    left: 0;
}
button[type="reset"] {
    width: 80px;
    height: 25px;
    padding: 1px;
    font-size: 12px;
    /*background: #d4f0fb;*/
    background: #d4d4d4;
    border: 1px solid #004ba0;
    /*border-right: 0;*/ /* 右ボーダーなし */
    box-sizing: content-box;
    top: 0;
    left: 0;
}

#u2167-38 a {
    color: #175588;
    text-decoration: underline;
}
