@charset "utf-8";

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

/* Space
------------------------------------------------------------------ */
#subPage .main table {
	margin-bottom: 35px;
 }
#subPage .main h1 {
    background: url(../../images/common/ttl_written_application.jpg) no-repeat -2px top;
}
 
/* Elements
------------------------------------------------------------------ */
/* Table */
/* 列：タイトル（左） */
#subPage .main table td:first-child {
	padding: 4px 2px;
  width: 40px;
}
#subPage .main table td:first-child + * {
	width: 35%;
	text-align: left;
	background-color: #edf8d7;
}
#subPage .main table td:first-child + * + *,
#subPage .main table td:first-child + * + * + * {
	padding: 4px 2px;
	width: 66px;
}
#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;
}
