/* ===========================================
 form css
=========================================== */
/* TBS reset
============================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, main { margin: 0; padding: 0; border: 0; font-size: 100%; }

/* responsive
============================== */
@media all and (min-width: 980px) {
	h1, #formBox { width:980px; }
}
@media all and (max-width: 979px)  {
	h1, #formBox { width:auto; }
}
@media all and (max-width: 767px) {
body { margin:10px; }
h1, #formBox { border-radius:7px; }
#formBox { padding:10px; }
#formBox p { margin:0 0 10px 0; }
#formBox form input{ font-size:120%; vertical-align:middle; }
#formBox form table { border:none; margin-bottom:0; }
#formBox form table th, #formBox form table td { display:block; float:left; clear:both; width:100%; border-radius:5px; }
#formBox form table th { text-align:left; border-right:none; border-bottom:none; }
#formBox form table td { border-bottom:none; border-right:none; }
#formBox form table tr:nth-child(even) th { background:#efefef; }
#formBox form input, #formBox form textarea { font-size:16px; padding:1px; }
#btn-reedit,#btn-send { width:9.0em; }
.btn-form { border-radius:1.6em; padding:0.8em 0; }
.btn-rmgn { margin-right:0.5em; }
}

@media print {
	.noprint {
		display:none;
	}
}
/*eof*/