/*--------Contact CSS-------*/


.recruite_t{
border:1px solid #854b56;
/*--------background-color: #222;-------*/
background-color:#8d3740;
text-align:center;
width:565px;
padding-top:2px;
padding-bottom:2px;
letter-spacing:4px;
margin-top:10px;
color:#ccc;
}

.recruite_txt{
border-left:1px solid #854b56;
border-right:1px solid #854b56;
border-bottom:1px solid #854b56;
background-color:#ffffff;
text-align:center;
width:565px;
padding-top:5px;
padding-bottom:5px;
line-height:21px;
margin-bottom:40px;
color:#44444b;
}



.tablecontact {
margin-top: 12px;
border: 0px #854b56 solid;
border-collapse: collapse;
font-size:12px;
width:565px;
}
.CaptSel {
text-align: center;
}
.tablecontact th {
border-top: 1px #87394c solid;
border-bottom: 1px #87394c solid;
background-color: #ffffff;
padding: 14px 10px 14px 12px;
text-align: left;
vertical-align: top;
color:#ba594e;
}
.tablecontact td {
border-top: 1px #87394c solid;
border-bottom: 1px #87394c solid;
background-color: #ffffff;
padding: 14px 6px 14px 12px;
color:#444444;
}


.submitter{
margin-top:14px;
margin-left:180px;
}



/*----エラーページタイトル-----*/
.contact_t{
border-top:2px solid #ddd;
border-bottom:2px solid #ddd;
padding-top:2px;
padding-bottom:2px;
width:565px;
text-align:center;
font-weight:bold;
color:#aa0000;
margin-top:40px;
margin-bottom:15px;
letter-spacing:2px;
}


/*----送信ページ本文-----*/
.contact_txt{
text-align:center;
width:565px;
margin-bottom:15px;
}


/*----送信ページボタン-----*/
.contact_btn{
text-align:center;
width:565px;
margin-top:15px;
}