@charset "utf-8";
/* CSS Document -FORMS */

form.form1 { margin-bottom:0; }
/* td { width:73%; } */

input#name,
input#furigana,
input#organization
{ width:300px; }

input#phone,
input#phone_num
{ width:150px; }

input#begin,
input#end
{ width:130px; }

input#year { width:40px; }
input#day, input#month { width:20px; }

input#address { width:300px; }

input#zip { width:120px; }

textarea { width:300px;}

input#email { width:300px;}

span.note { font-size:10pt; color:red; }

input.submit { margin-left:1.5em; padding:0 1em; }

span.alpha_num { display:block; font-weight:normal; font-size:8pt; color:rgb( 40, 40, 40 ); }

div.submitButton { text-align:center; padding:18px 0 0 0; }

option.evenBack { background:#f5f5fe; }

p.quotation { margin:1em 0; padding:1.5em; border:1px solid #686868; background:#efefef; line-height:180%; }


