@charset "UTF-8";

/* =============================================
テーブル
============================================= */
.mailform .mw_wp_form_confirm .hide {
	display: inline-block;
	}
#inquiry #inqtype_other {
	margin-top: 8px;
	}
#inquiry .mw_wp_form_confirm #inqtype_other:before {
	content: '（';
	}
#inquiry .mw_wp_form_confirm #inqtype_other:after {
	content: '）';
	}

/* =============================================
フォーム
============================================= */
#inquiry #inqtype_other input[type="text"] {
	width: 18em;
	}

