@charset "shift_jis";
@import url("../_css/_module.css");
@import url("../_css/_common_ui.css");


/*お問い合わせMAPブロック*/
#otoi_map {
	width:680px;
	margin-top:10px;
}

/*お問い合わせフォーム*/
form.otoiawase {
	margin:10px 0px 0px 0px;
	padding:0px;
}
form table {
	width:680px;
	margin-top:10px;
	text-align:left;
	border-top:solid 1px #13b649;
	border-left:solid 1px #13b649;
}
form table td,
form table th {
	border-right:solid 1px #13b649;
	border-bottom:solid 1px #13b649;
}
form table th {
	width:200px;
	background:#ebfed5;
}
form table td {
	width:477px;
}
form table th span,
form table td span {
	margin:5px;
	line-height:1.3em;
	display:block;
}
form .form_btns {
	margin-top:10px;
	text-align:center;
}
/*フォームパーツ*/
.name_dantai {
	width:450px;
}
.name_tantou {
	width:200px;
}
.tel_fax {
	width:150px;
}
.mail {
	width:350px;
}
.yubin {
	width:80px;
}
.add {
	width:450px;
}
.naiyou {
	width:450px;
	height:100px;
}
.form_btns input {
	width:60px;
	line-height:1.3em;
}