@charset "shift_jis";




table.form {
	font:12px/1.7 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	border: 1px solid #dadada;
	border-collapse: collapse;
	margin-top: 1em;
}
table.form th, table.form td {
	text-align: left;
	border: 1px solid #fff;
	padding: 8px;
	font-weight: normal;
}
table.form th {
	white-space: nowrap;
	background: #f3f3f3;
}
table.form td {
	background: #f8f8f8;
}

/* メッセージ */
p.msg {
	color: #dd0000;
	margin: 2em;
}
span.msg {
	color: #dd0000;
}

/* 戻りボタン */
form.back {
	margin-top: 2em;
}

input.btn{
    width:100px;
    height:34px;
    background:url(../images/mailbtn_post.jpg) no-repeat;
    border:none;
    cursor:pointer;
    padding-top:34px;
    overflow:hidden;
    display: block;
}

input.btn_re{
    width:100px;
    height:34px;
    background:url(../images/mailbtn_re.jpg) no-repeat;
    border:none;
    cursor:pointer;
    padding-top:34px;
    overflow:hidden;
    display: block;
}

#btn_back{
    width:100px;
    height:34px;
    background:url(../images/mailbtn_back.jpg) no-repeat;
    border:none;
    cursor:pointer;
    overflow:hidden;
    display: block;
}