@charset "utf-8";

/* 申請書ダウンロード（SP）：style_written_application_sp.css
 * **************************************************
 * Space
 * Elements (Table)
 * **************************************************
 */

/* Space
------------------------------------------------------------------ */
#subPage .main table {
	margin-bottom: 20px;
}

/* Elements
------------------------------------------------------------------ */
/* Table */
/* 列：タイトル（左） */

#subPage #content .inner .main .wrtApp-container {
	/*overflow-x: auto;*/
	width: 100%;
}
/*
#subPage .main table td {
	min-width: 76px;
}
*/
#subPage .main table td:first-child {
	width: 30%;
	text-align: left;
	background-color: #f5f5f5;
}
#subPage .main table td:first-child + *,
#subPage .main table td:first-child + * + * {
	padding: 4px 2px;
	width: 10%;
}
#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: center;
}
#subPage .main table td:first-child + * + * + * {
	text-align: left;
}

#subPage .main table tbody td:nth-child(2), #subPage .main table tbody td:nth-child(3) {
	padding: 4px 2px;
	width: 76px;
	text-align: center;
}
/*
#subPage .main table tbody td:nth-child(4) {
	min-width: 152px;
}
*/
#subPage .main table th,
#subPage .main table td {
	word-break: break-all;
}

#subPage #content .inner .main .wrtList li {
	font-size: 1.4em;
}