@charset "utf-8";

#contact-area {
	background: url(/shibuya/img/bg/bg04.jpg) center center;
	background-size:cover;
	margin: 14px 0;
}

#form-space p {
	font-size: 20px;
	margin:4px 0;
	padding:0;
}

#form-space table {
font-size: 22px;
width: 620px;}

#form-space table tr {
	background:rgba(0,0,0,0.2);
	display:block;
	margin: 0px 0 0;
	padding: 1px 4px 12px;
}


#form-space table th {
	font-weight:normal;
	width: 100%;
	padding: 4px;
	text-align: left;
	display: block;
}

#form-space table td {
	font-weight:normal;
	margin:0;
	padding:2px 4px;
}

#form-space table th span{
	font-size: 15px;
	padding: 6px 0 0 0;
	line-height: 16px;
}

#form-space input {
	background:none repeat scroll 0 0 transparent;
	border:1px solid #555555;
	color:#FFFFFF;
	height: 32px;
	padding:2px 4px;
	width: 614px;
}

#form-space input#btn {
height: 50px;
padding:2px 0;
width: 98px;
font-size: 20px;
}

textarea#message {
	width: 616px;
	background: transparent;
	border:1px solid #555555;
	color:#FFFFFF;
	padding:2px 4px;
}

#form-space table th.submit {
	width:500px;
}
