@charset "utf-8";
/* CSS Document */

.contact-way {
	padding-left:0.5em;
}

.contact-number {
	font-weight: bold;
	color: #43CEF9;
}

div.address-ran {
	margin-top: 5px;
	font-size: 12px;
}

div.submit-button {
	text-align: center;
	margin: 30px auto 0;
}

/***** フォームパーツ **********************************/

div#form-body input,
div#form-body select {
	vertical-align: 0.5px ;
	margin: 0 ;
	padding: 0 ;
}


table.form-table {
	border-collapse: collapse ;
	border-spacing: 0 ;
	width: 100% ;
}

table.form-table th,
table.form-table td {
	padding: 10px 8px 10px 14px ;
	border: 1px solid #ccc ;
	text-align: left ;
	vertical-align: top ;
	line-height: 1.3;
}

table.form-table th {
	background: #EBF0F2 ;
	overflow: hidden ;
	width:1%;
	white-space:nowrap;
	width: 200px;
}

table.form-table th div {
	position: relative;
}

table.form-table th {
	padding-top: 14px;
}

table.form-table th .hissu{
	position: absolute ;
	right: 5px;
	top: 0px;
}

table.form-table input[type="image"] {
	border: none ;
}

table.form-table textarea {
	width: 430px ;
	height: 100px ;
	margin: 0 ;
	padding: 0 ;
}

