﻿@charset "UTF-8";
@import url("./form_common.css");

/* 申し込みフォームのテーブル */
#form_table {
	table-layout:fixed;
	width:95%;
	margin-bottom:0px;
	padding-bottom:0px;
}
