@charset "UTF-8";

/*メールフォーム全体を囲っているタグのid*/
#mail_form_top {
}

/*メールフォームのパーツや送信ボタンを囲っているタグのclass（タイトル、説明文以外）*/
#mail_form_top .main {
  margin-top:5;
  margin-botton:0;
  margin-left:0;
  padding:0;
  height:100;
  width:230;
}

/*メールフォームの説明文を囲っているタグのclass*/
#mail_form_top .explain {
}

/*『textarea』パーツの表示名と入力項目を囲っているタグのclass*/
#mail_form_top .textarea_top {
}

/*『textarea』パーツの表示名を囲っているタグのclass（[ message ]の部分）*/
#mail_form_top .textarea_left{
}

/*『textarea』パーツの入力項目を囲っているタグのclass*/
#mail_form_top .textarea_right {
}

/*『textarea』パーツの入力項目のclass（inputなどの部分）*/
#mail_form_top .textarea_parts {
  height:50;
  width:200;
  border: solid 1px #717191;
}

/*メールフォームの送信ボタンを囲っているタグのclass*/
#mail_form_top .submit {
margin-top:0;
margin-bottom:0;
}

/*メールフォームの送信ボタンのclass*/
#mail_form_top .submit_button {
  border: solid 1px #717191;
  margin-left:170;
  background-color:#EAEAF2;
}

/*エラーメッセージを囲っているタグのclass*/
#mail_form_top .error {

}

/*エラーメッセージのリトライボタンを囲っているタグのclass*/
#mail_form_top .error_submit {
}

/*エラーメッセージのリトライボタンのclass*/
#mail_form_top .error_submit_button {
  border: solid 1px #717191;
  margin-left:170;
  background-color:#EAEAF2;
}

/*送信完了メッセージを囲っているタグのclass*/
#mail_form_top .result {

}

/*送信完了メッセージの戻るボタンを囲っているタグのclass*/
#mail_form_top .result_submit {

}

/*送信完了メッセージの戻るボタンのclass*/
#mail_form_top .result_submit_button {
  border: solid 1px #717191;
  margin-left:170;
  background-color:#EAEAF2;
}
