@charset "utf-8";
/* CSS Document */

.contactBox{
	margin:5% 0 0 0 ;
}
.contact,
.sendDesc{
	width:100%;
	border:1px solid #ccc;
    background: rgba(204, 204, 204, 0.58);
}
.contact th,
.sendDesc th{
	/*background:#4d4d4d;*/
	color:#666;
	text-align:left;
	padding:1.5% 3% 1.5% 3%;
	border-bottom:1px solid #ccc;
	width:30%;
	vertical-align:middle;
	font-size: 1.2rem;
}
.contact td,
.sendDesc td{
	padding:1.5% 0 1.5% 4%;
	border-bottom:1px solid #ccc;
}
.contact input[type="text"],
.contact input[type="tel"],
.contact input[type="email"],
.contact textarea{
	width:91%;
	padding:1%;
	border:1px solid #fff;
}
.contact span.need{
    width: 65%;
    display: block;
    background: #C64141;
    color: #fff;
    text-align: center;
    margin: 0 10px 5px 0;
}
input:focus, textarea:focus {
    background: #FEFFEA;
    border: solid 1px #B8B8B8 !important;
    box-shadow: -1px -1px 1px 0 #C7C7C7 inset, 1px 1px 3px 0 #C7C7C7 inset;
}

.submitArea{
	margin:4% 0 0 0;
}
.submitArea input[type="submit"]{
	display: block;
    padding: 3% 10%;
    cursor: pointer;
    border: 1px solid #4D4D4D;
    background: #4D4D4D;
    color: #fff;
    margin: 0 auto;
}

p.error{
	background: red;
	color: #FFF;
	padding: 2px 20px;
}