@charset "utf-8";

/* 申請書ダウンロード（SP）：style_written_application_sp.css
 * **************************************************
 * Space
 * Elements (Table)
 * **************************************************
 */

/* Space
------------------------------------------------------------------ */
#subPage .main table {
	margin-bottom: 20px;
}

/* Elements
------------------------------------------------------------------ */
/* Table */
/* 列：タイトル（左） */
#subPage .main table td:first-child {
	width: 3em;
	text-align: left;
	background-color: #f5f5f5;
}
#subPage .main table td:first-child + * {
	padding: 4px 2px;
	width: 30%;
}
#subPage .main table td:first-child + * img,
#subPage .main table td:first-child + * + * img {
	vertical-align: middle;
}
#subPage .main table td:first-child + * + * + * {
	text-align: left;
}
#subPage .main table th,
#subPage .main table td {
	word-break: break-all;
}
