@charset "UTF-8";
/* ------------------------------
    contents
------------------------------ */
#contents {
    width: 522px;
}

/* ------------------------------
    
------------------------------ */
table {
    width: 100%;
	margin: 25px 0;
}
th {
	padding: 0 .5em 15px 0;
	font-weight: normal;
    text-align: right;
	vertical-align: top;
	white-space: nowrap;
}
th span {
    color: #D80000;
}
td {
	padding-bottom: 15px;
}
td input[type="text"],
td input[type="email"],
td input[type="tel"] {
	width: 190px;
}
td textarea {
	width: 340px;
	height: 120px;
}

.btn-submit {
    text-align: center;
}
.btn-submit button {
	min-width: 110px;
	padding: 7px 12px;
	border: none;
	border-radius: 3px;
	background: #444444;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzQ0NDQ0NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMjAyMDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #444444 1%, #020202 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#444444), color-stop(100%,#020202));
	background: -webkit-linear-gradient(top,  #444444 1%,#020202 100%);
	background: -o-linear-gradient(top,  #444444 1%,#020202 100%);
	background: -ms-linear-gradient(top,  #444444 1%,#020202 100%);
	background: linear-gradient(to bottom,  #444444 1%,#020202 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#020202',GradientType=0 );
	color: #FFF;
	font-size: 125%;
	box-shadow: 1px 1px 3px rgba(0,0,0,.3);
}
.btn-submit button:not(:target){filter:none¥9;}
.btn-submit button:hover {
	opacity: .8;
}