@charset "utf-8";

/***********************************************
お問い合わせページ
************************************************/

input,textarea,select {
    border: 1px solid #A5ACB2;
	vertical-align:middle;
	margin-right:10px;
	padding:2px;
}

input.no {
	border:none;
}

optgroup {
    font-style:normal;
    font-weight:normal;
}

#inquiry table {
	margin: 30px auto;
	width:550px;
	text-align:left;
}
#inquiry th,#inquiry td {
	padding: 9px 0;
	vertical-align:top;
}
#inquiry th {
	width:115px;
	font-weight:normal;
	text-align:right;
}
#inquiry label {
	display:block;
	float:right;
	padding-right:1em;
}

/* エリア */
.boxbtm {
	margin: 0 auto;
	padding: 15px 0;
	width:550px;
	text-align:center;
}
.boxbtm input {
	border:0;
}
/* 送信ボタン */
.btn input{
	border:0;
	margin-top:10px;
}


