@charset "UTF-8";

/*------------------------
  Renbird株式会社
    Simple Form
------------------------*/

/* ========BASIC======== */
* {
    font-family : "Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック",verdana,sans-serif;
    color : #000;
}

#header {

}

#footer {
    text-align : center;
    font-size : 8px;
}

#errmsg {
    color : red;
    font-weight : bold;
    text-align : center;
}

a {
    color : #000;
    text-decoration : none;
}

a:hover {
    color : #999;
    text-decoration : underline;
}

#sendbtn {
    text-align : center;
}

table.input {
    width : 700px;
}

table.input th {
    padding-right : 15px;
    text-align : right;
}

table.input td {
    padding-left : 15px;
    text-align : left;
}

table.preview {
    text-align : center;
    width : 700px;
}

table.preview th {
    padding-right : 15px;
    text-align : right;
}

table.preview td {
    padding-left : 15px;
    text-align : left;
}

#copyright {
    text-align : center;
    font-size : 6px;
    padding-top : 30px;
}

#hissu {
    color : #FF0000;
}
