
th {
	text-align: left;
}

.bs00 { border-spacing: 0 !important; }
.bs05 { border-spacing: 0.5em !important; }
.bs10 { border-spacing: 1em !important; }
.bs15 { border-spacing: 1.5em !important; }
.bs20 { border-spacing: 2em !important; }
.bs25 { border-spacing: 2.5em !important; }
.bs30 { border-spacing: 3em !important; }

.table {
	width: 100%;
	max-width: 100%;
	border-collapse: collapse;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	
	padding: 1em;
	vertical-align: top;
	border-top: 1px solid #dedede;
}
.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #dedede;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td { border-top: 0; }

.table > tbody > tr:first-child > th,
.table > tbody > tr:first-child > td { border-top: 0; }

.table .table { background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td { padding:0.5em; }

.table-bordered { border: 1px solid #dedede; }

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {  border: 1px solid #dedede; }

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td { border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) { background-color: #ededed; }

.table-hover > tbody > tr:hover { background-color: #f5f5f5; }

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th { background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th { background-color: #e8e8e8; }


/* default */
.table_default { table-layout: fixed; }
.table_default > thead > tr > th,
.table_default > tbody > tr > th,
.table_default > tfoot > tr > th,
.table_default > thead > tr > td,
.table_default > tbody > tr > td,
.table_default > tfoot > tr > td {
	
	padding: 1em 0;
}
.table_default > tbody > tr > th {
	font-weight: normal;
}

/* table_type01 */
.table_type01 {}
.table_type01 > caption + thead > tr:first-child > th,
.table_type01 > colgroup + thead > tr:first-child > th,
.table_type01 > thead:first-child > tr:first-child > th,
.table_type01 > caption + thead > tr:first-child > td,
.table_type01 > colgroup + thead > tr:first-child > td,
.table_type01 > thead:first-child > tr:first-child > td,
.table_type01 > tbody > tr:first-child > th,
.table_type01 > tbody > tr:first-child > td {
	border-top: 1px solid #dedede;
}

.table_type01 > thead > tr > th,
.table_type01 > tbody > tr > th,
.table_type01 > tfoot > tr > th,
.table_type01 > thead > tr > td,
.table_type01 > tbody > tr > td,
.table_type01 > tfoot > tr > td {
	padding: 0.5em;
	border: 1px solid #dedede;
}
.table_type01 > tbody > tr > th {
	font-weight: normal;
	background-color: #f5f5f5;
}

/* table_type02 */
.table_type02 {}
.table_type02 > caption + thead > tr:first-child > th,
.table_type02 > colgroup + thead > tr:first-child > th,
.table_type02 > thead:first-child > tr:first-child > th,
.table_type02 > caption + thead > tr:first-child > td,
.table_type02 > colgroup + thead > tr:first-child > td,
.table_type02 > thead:first-child > tr:first-child > td,
.table_type02 > tbody > tr:first-child > th,
.table_type02 > tbody > tr:first-child > td {
	border-top: 1px solid #dedede;
}

.table_type02 > thead > tr > th,
.table_type02 > tbody > tr > th,
.table_type02 > tfoot > tr > th,
.table_type02 > thead > tr > td,
.table_type02 > tbody > tr > td,
.table_type02 > tfoot > tr > td {
	padding: 0.5em;
	border: 1px solid #dedede;
}
.table_type02 > tbody > tr > th {
	font-weight: normal;
	background-color: #f5f5f5;
	width: 10rem;
}
@media screen and (max-width: 767px) {
	
	/* table_type02 */
	.table_type02 {}
	.table_type02 > caption + thead > tr:first-child > th,
	.table_type02 > colgroup + thead > tr:first-child > th,
	.table_type02 > thead:first-child > tr:first-child > th,
	.table_type02 > caption + thead > tr:first-child > td,
	.table_type02 > colgroup + thead > tr:first-child > td,
	.table_type02 > thead:first-child > tr:first-child > td,
	.table_type02 > tbody > tr:first-child > th,
	.table_type02 > tbody > tr:first-child > td {}

	.table_type02 > thead > tr > th,
	.table_type02 > tbody > tr > th,
	.table_type02 > tfoot > tr > th,
	.table_type02 > thead > tr > td,
	.table_type02 > tbody > tr > td,
	.table_type02 > tfoot > tr > td {
		padding: 0.25em 0.33rem;
		font-size: 0.91rem;
	}
	.table_type02 > tbody > tr > th {
		width: 8rem;
	}
}

/* table_type03 */
.table_type03 {}
.table_type03 > caption + thead > tr:first-child > th,
.table_type03 > colgroup + thead > tr:first-child > th,
.table_type03 > thead:first-child > tr:first-child > th,
.table_type03 > caption + thead > tr:first-child > td,
.table_type03 > colgroup + thead > tr:first-child > td,
.table_type03 > thead:first-child > tr:first-child > td,
.table_type03 > tbody > tr:first-child > th,
.table_type03 > tbody > tr:first-child > td { border-top: 1px solid #dedede; }

.table_type03 > thead > tr > th,
.table_type03 > tbody > tr > th,
.table_type03 > tfoot > tr > th,
.table_type03 > thead > tr > td,
.table_type03 > tbody > tr > td,
.table_type03 > tfoot > tr > td {
	padding: 0.5em;
	border: 1px solid #dedede;
}
.table_type03 > thead > tr > th {
	font-weight: normal;
	background-color: #f5f5f5;
}
.table_type03 > tbody > tr > th { display: none; }
.table_type03 > tbody > tr:nth-child(even) > th,
.table_type03 > tbody > tr:nth-child(even) > td { background-color: #FFF8EB; }
@media screen and (max-width: 767px) {
	
	.table_type03,
	.table_type03 tbody,
	.table_type03 tr,
	.table_type03 th,
	.table_type03 td { display: block; }
	
	.table_type03 thead { display: none; }
	.table_type03 tbody {
		margin: 0 0 1rem;
		border: solid 1px #dedede;
	}
	
	.table_type03 tr:before,
	.table_type03 tr:after { content: ''; display: table; }
	.table_type03 tr:after { clear: both; }
	.table_type03 tr {}

	.table_type03 > tbody > tr > th {
		display: block;
		float: left;
		width: 33.33%;
		clear: both;
		border-right: none;
		border-bottom: none;
		border-left: none;
		font-size: 1rem;
		line-height: 1.25;
		position: relative;
	}
	.table_type03 > tbody > tr > th:after {
		content: '';
		display: block;
		position: absolute;
		right: 0;
		left: auto;
		top: 2px;
		bottom: 2px;
		border-right: solid 1px #dedede;
	}
	.table_type03 > tbody > tr > td {
		float: left;
		width: 66.66%;
		border-right: none;
		border-bottom: none;
		border-left: none;
		font-size: 1rem;
		line-height: 1.25;
		position: relative;
	}
	.table_type03 > tbody > tr > td:before {
		content: '';
		display: block;
		position: absolute;
		left: -1px;
		right: auto;
		top: 2px;
		bottom: 2px;
		border-right: solid 1px #dedede;
	}
}


/* table_type04 */
.table_type04 {}
.table_type04 > caption + thead > tr:first-child > th,
.table_type04 > colgroup + thead > tr:first-child > th,
.table_type04 > thead:first-child > tr:first-child > th,
.table_type04 > caption + thead > tr:first-child > td,
.table_type04 > colgroup + thead > tr:first-child > td,
.table_type04 > thead:first-child > tr:first-child > td,
.table_type04 > tbody > tr:first-child > th,
.table_type04 > tbody > tr:first-child > td {
	border-top: 1px solid #dedede;
}

.table_type04 > thead > tr > th,
.table_type04 > tbody > tr > th,
.table_type04 > tfoot > tr > th,
.table_type04 > thead > tr > td,
.table_type04 > tbody > tr > td,
.table_type04 > tfoot > tr > td {
	padding: 0.5em;
	border: 1px solid #dedede;
}
.table_type04 > tbody > tr > th {
	font-weight: normal;
	background-color: #f5f5f5;
	width: 14rem;
}

@media screen and (max-width: 767px) {
	
	.table_type04 {
		display: block;
		width: auto;
	}
	
	.table_type04 > thead,
	.table_type04 > tbody,
	.table_type04 > tfoot,
	.table_type04 > thead > tr,
	.table_type04 > tbody > tr,
	.table_type04 > tfoot > tr {
		display: block;
		width: auto;
	}
	
	.table_type04 > thead > tr,
	.table_type04 > tbody > tr,
	.table_type04 > tfoot > tr {
		
		/*border: 1px solid #dedede;*/
		/*padding: 0.5em;*/
		margin: 0 0 1rem;
	}

	.table_type04 > thead > tr > th,
	.table_type04 > tbody > tr > th,
	.table_type04 > tfoot > tr > th,
	.table_type04 > thead > tr > td,
	.table_type04 > tbody > tr > td,
	.table_type04 > tfoot > tr > td {
		padding: 0.5em;
		display: block;
		width: auto;
	}
	
	.table_type04 > thead > tr > th,
	.table_type04 > tbody > tr > th,
	.table_type04 > tfoot > tr > th {
		border-top: none;
		border-right: none;
		border-bottom: 1px solid #dedede;
		border-left: none;
	}
	
	.table_type04 > thead > tr > td,
	.table_type04 > tbody > tr > td,
	.table_type04 > tfoot > tr > td {
		border: none;
	}
	
	.table_type04 > caption + thead > tr:first-child > th,
	.table_type04 > colgroup + thead > tr:first-child > th,
	.table_type04 > thead:first-child > tr:first-child > th,
	.table_type04 > caption + thead > tr:first-child > td,
	.table_type04 > colgroup + thead > tr:first-child > td,
	.table_type04 > thead:first-child > tr:first-child > td,
	.table_type04 > tbody > tr:first-child > th,
	.table_type04 > tbody > tr:first-child > td {
		border-top: none;
	}

}

/* table_form */
.table_form {}
.table_form > caption + thead > tr:first-child > th,
.table_form > colgroup + thead > tr:first-child > th,
.table_form > thead:first-child > tr:first-child > th,
.table_form > caption + thead > tr:first-child > td,
.table_form > colgroup + thead > tr:first-child > td,
.table_form > thead:first-child > tr:first-child > td,
.table_form > tbody > tr:first-child > th,
.table_form > tbody > tr:first-child > td {
	border-top: 1px solid #dedede;
}


.table_form > thead > tr > th,
.table_form > tbody > tr > th,
.table_form > tfoot > tr > th,
.table_form > thead > tr > td,
.table_form > tbody > tr > td,
.table_form > tfoot > tr > td {
	padding: 0.75em;
	position: relative;
}
.table_form > tbody > tr > th {
	
	width: 15rem;
	padding-right: 4rem;
}
.table_form > tbody > tr > th .label_must {
	
	position: absolute;
	right: 0;
	top: 1rem;
}
@media screen and (max-width: 767px) {
	
	/* table_type02 */
	.table_form { display: block; }
	
	.table_form > thead,
	.table_form > tbody,
	.table_form > tfoot { display: block; }
	
	.table_form > thead > tr,
	.table_form > tbody > tr,
	.table_form > tfoot > tr {
		display: block;
		margin: 0 0 1rem;
	}
	.table_form > thead > tr > th,
	.table_form > tbody > tr > th,
	.table_form > tfoot > tr > th,
	.table_form > thead > tr > td,
	.table_form > tbody > tr > td,
	.table_form > tfoot > tr > td {
		padding: 0.25em 0.33rem;
		font-size: 0.91rem;
		display: block;
	}
	.table_form > tbody > tr > th {
		width: auto;
	}
	.table_form > tbody > tr > td {
		width: auto;
		border-top: none;
	}
	.table_form > tbody > tr:first-child > td { border-top: none; }
	.table_form > tbody > tr > th .label_must { top: 0.25rem; }
}


.table-responsive {
	overflow-x: auto;
	min-height: 0.01%;
}
@media screen and (max-width: 767px) {
	
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #dedede;
	}
	.table-responsive > .table {
		margin-bottom: 0;
	}
	.table-responsive > .table > thead > tr > th,
	.table-responsive > .table > tbody > tr > th,
	.table-responsive > .table > tfoot > tr > th,
	.table-responsive > .table > thead > tr > td,
	.table-responsive > .table > tbody > tr > td,
	.table-responsive > .table > tfoot > tr > td {
		white-space: nowrap;
	}
	.table-responsive > .table-bordered {
		border: 0;
	}
	.table-responsive > .table-bordered > thead > tr > th:first-child,
	.table-responsive > .table-bordered > tbody > tr > th:first-child,
	.table-responsive > .table-bordered > tfoot > tr > th:first-child,
	.table-responsive > .table-bordered > thead > tr > td:first-child,
	.table-responsive > .table-bordered > tbody > tr > td:first-child,
	.table-responsive > .table-bordered > tfoot > tr > td:first-child {
		border-left: 0;
	}
	.table-responsive > .table-bordered > thead > tr > th:last-child,
	.table-responsive > .table-bordered > tbody > tr > th:last-child,
	.table-responsive > .table-bordered > tfoot > tr > th:last-child,
	.table-responsive > .table-bordered > thead > tr > td:last-child,
	.table-responsive > .table-bordered > tbody > tr > td:last-child,
	.table-responsive > .table-bordered > tfoot > tr > td:last-child {
		border-right: 0;
	}
	.table-responsive > .table-bordered > tbody > tr:last-child > th,
	.table-responsive > .table-bordered > tfoot > tr:last-child > th,
	.table-responsive > .table-bordered > tbody > tr:last-child > td,
	.table-responsive > .table-bordered > tfoot > tr:last-child > td {
		border-bottom: 0;
	}
}

