@charset "UTF-8";

#mainer h2 {background:none; margin:0;}
#mainer h3 {font-size:130%;}

#bodyer {background:none;}
#mainer {line-height:1.8em;}


/* mail ============== */

/* other */
#mainer form p { }
form p strong { font-weight:bold; font-size:120%; }

/* table */
form table       { border-bottom:1px dashed #666666; width:100%; margin:20px 0; }
form table em    { font-style:normal; color:red; }
form th, form td { border-top:1px dashed #666666; padding:20px; }
form th          { width:25%; white-space:nowrap; color:#999; }
form td          { }

/* form */
input, textarea    { font-size:16px; padding:5px; }
select             { font-size:14px; padding:5px; }
textarea           { width:99%; height:16em; }
input[type="text"] { width:85%; }
#name, #furigana   { width:50%; }
#email1, #email2   { width:85%; }
#tel               { width:30%; }

/* mail_btn */
.mail_btn { text-align:center; }
.mail_btn span { padding:5px; background:#d7e5ed; border:1px solid #ccc; }

/* error */
form p.error {
	margin:0; padding:10px;
	background:#FFF; color:red; border:1px solid red;
}
form .error th,
form .error td { background:#FFFFE6; }

/* mail ============== */
