@charset "utf-8"; @import "default.less"; @import "common.less"; @import "global.less"; /* .contact ///////////////////////*/ .contact{ table td{ padding:5px 10px; } } textarea{ height:120px; width:100%; border:1px @glay solid; padding:5px; } input[type="text"]{ background-color:#EFEFEF; border:0px; padding:5px; } em{ .red; } .type1{ width:100px; } .type2{ width:160px; } .type3{ width:300px; } .type4{ width:500px; } table{ width:100%; } table td, table th, { padding:10px 0; border:1px @glay solid; } .textarea{ border:1px @glay solid; padding:15px; } .submit{ .tac; padding:40px 0 40px 0; } input[type="submit"], input[type="button"]{ cursor:pointer; background-color:@c1; border:0px; padding:10px 20px; width:200px; .tac; font-size:14pt; .white; } input[type="submit"]:hover, input[type="button"]:hover{ background-color:@c2; } .error, .thanks{ .dt; padding:20px 0 0 0; .center; } h3{ padding:20px 0; }