.table_form {
	margin-bottom: 20px;
}
.table_form th,
.table_form th * {
	font-size: 12px;
	font-weight: bold;
}
.table_form th {
	width: 120px;
	border: 1px solid #f4f4f4;
	padding: 6px 10px;
	text-align: left;
}
.table_form td,
.table_form td * {
	font-size: 12px;
}
.table_form td {
	width: 400px;
	border: 1px solid #f4f4f4;
	padding: 6px 10px;
}
.table_form td label {
	cursor: pointer;
	margin-right: 5px;
}
.table_form td .kana {
	font-size: 9.5px;
}
.table_form input[type="text"] {
	padding: 5px;
}

.table_list {
	margin-bottom: 20px;
}
.table_list th,
.table_list th * {
	font-size: 12px;
	font-weight: bold;
}
.table_list th {
	border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
	padding: 5px 10px;
	background: #f5f5f5;
}
.table_list td,
.table_list td * {
	font-size: 12px;
}
.table_list td {
	border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
	padding: 5px 10px;
}
.table_list td label {
	cursor: pointer;
	margin-right: 15px;
}
.table_list td .kana {
	font-size: 9.5px;
}

/*

 table

*/

.tbl {
	width: 100%;
}
.tbl * {
}
.tbl th,
.tbl td {
	padding: 10px 10px;
	vertical-align: middle;
}
.tbl th {
	text-align: center;
	font-size: 85%;
}
.tbl thead th {
}
.tbl-border th,
.tbl-border td {
	border: 1px solid #DDD;
}
.tbl-border-bottom td {
	border-bottom: 1px solid #DDD;
}
.tbl-border-bottom tr:last-child td {
	border-bottom: none;
}
.tbl-auto {
	width: auto;
}
.tbl-xs th,
.tbl-xs td {
	padding: 2px;
	vertical-align: middle;
}
.tbl-col-none {
	background: none !important;
	border: none !important;
}
.tbl-hover tr:hover,
.tbl-highlight tr:hover {
	background: #ffffea;
}

.tbl-form {
	width: 100%;
}
.tbl-form th {
	width: 200px;
	padding: 10px;
	border-bottom: 1px solid #DDD;
	font-size: 85%;
	color: #292F33;
}
.tbl-form th * {
	font-size: inherit;
}
.tbl-form td {
	padding: 10px;
	border-bottom: 1px solid #DDD;
}
.tbl-form tr:last-child th,
.tbl-form tr:last-child td {
	border: none;
}

.tbl-list {
	width: 100%;
}
.tbl-list th {
	text-align: center;
	background: none;
	padding: 10px;
	border-bottom: 1px solid #DDD;
	vertical-align: middle;
	color: #292F33;
	font-size: 90%;
}
.tbl-list td {
	padding: 10px;
	border-bottom: 1px solid #DDD;
	vertical-align: middle;
}
.tbl-list tr:last-child th,
.tbl-list tr:last-child td {
	border: none;
}

.tbl-compact th,
.tbl-compact td {
	padding: 5px 10px;
	vertical-align: middle;
}

.tbl-border-none,
.tbl-border-none td,
.tbl-border-none th {
	border: none !important;
}

.tbl-border-horizon th {
	background: none !important;
}
.tbl-border-horizon td,
.tbl-border-horizon th {
	border-width: 0 0 1px !important;
	border-style: solid !important;
	border-color: #DDD !important;
}
.tbl-border-horizon tr:last-child th,
.tbl-border-horizon tr:last-child td {
	border: none !important;
}
