#contact-formarea {
	width: 100%;
}
.title {
	font-size: 18px;
	padding-left: 10px;
	height: 45px;
	line-height: 45px;
	margin-bottom: 10px;
	color: #FFF;
	background: rgba(76,76,76,1);
	background: -moz-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(0,0,0,1) 51%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(0,4,2,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76,76,76,1)), color-stop(12%, rgba(89,89,89,1)), color-stop(25%, rgba(102,102,102,1)), color-stop(39%, rgba(71,71,71,1)), color-stop(51%, rgba(0,0,0,1)), color-stop(76%, rgba(43,43,43,1)), color-stop(91%, rgba(28,28,28,1)), color-stop(100%, rgba(0,4,2,1)));
	background: -webkit-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(0,0,0,1) 51%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(0,4,2,1) 100%);
	background: -o-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(0,0,0,1) 51%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(0,4,2,1) 100%);
	background: -ms-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(0,0,0,1) 51%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(0,4,2,1) 100%);
	background: linear-gradient(to bottom, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(0,0,0,1) 51%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(0,4,2,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#000402', GradientType=0 );
	color: #fafafa;
	letter-spacing: 2px;
	text-shadow: 0px 1px 0px #999;
	font-weight: bold;
}
#submit-area {
	width: 100%;
	text-align: center;
}
dd {
	margin: 0;
}
.contact {
	margin: 5px 0 5px 0;
}
/*問い合わせフォーム内*/
#contact_box {
	width: 100%;
}
#contact_box dl {
	text-align: center;
}
#contact_box dl dt {
	text-align: left;
	padding: 0px 0 0px 10px;
 text-shadow::2px 2px 3px #999;
 vertical-align:middle;
 margin-top:2px;
}
.require {
	-moz-box-shadow: inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow: inset 0px 1px 0px 0px #f5978e;
	box-shadow: inset 0px 1px 0px 0px #f5978e;
	background: -moz-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background: -o-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background: -ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background: linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f', GradientType=0);
	background-color: #f24537;
	-moz-border-radius: 6px;
	border-radius: 6px;
	display: inline-block;
	color: #ffffff;
	font-family: arial;
	font-weight: bold;
	text-shadow: 0px 1px 0px #810e05;
	width: 35px;
	height: 15px;
	text-align: center;
	line-height: 15px;
}
/*入力内容*/
input[type="text"] {
	width: 90%;
	height: 45px;
	border-radius: 5px;
	box-shadow: 2 2 5px #999 inset;
	background: #e8ecf2;
}
input[type="number"] {
	width: 90%;
	height: 45px;
	border-radius: 5px;
	box-shadow: 2 2 5px #999 inset;
	background: #e8ecf2;
}
textarea {
	width: 90%;
	height: 45px;
	border-radius: 5px;
	box-shadow: 2px 2px 5px #999 inset;
	background: #e8ecf2;
	border: none;
}
dt span {
	margin: 10px 0;
}
input[type="image"] {
	margin: 10px 5px;
}
