/* 目次階層 */

/* ==========================================================
 table
========================================================== */
table {
	width: 100%;
	table-layout: fixed;
	word-break: break-word;
}
table .link-cmn {
	position: relative;
	z-index: 1;
	vertical-align: unset;
	width: 100%;
	height: 100%;
}
.table-wrap-nisa {
	margin-bottom: 20px;
}
.table-cmn_01 {
	width: 100%;
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
}
.table-cmn_01 strong {
	font-weight: bold;
}
.table-cmn_01 th {
	padding: 4px 10px 2px;
	background: #eeeeee;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	white-space: normal;
	word-wrap: break-word;
	color: #333333;
	text-align: left;
	vertical-align: middle;
}
.table-cmn_01 td {
	padding: 5px 10px;
	background: #fff;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	font-size: 14px;
	white-space: normal;
	word-wrap: break-word;
	vertical-align: middle;
}
.table-cmn_01 th.s-lv01 {
	background: #d7d7d7;
	text-align: center;
}
.table-cmn_01 a:hover {
	text-decoration: none;
}
.s-w-100 {
	width: 100px;
}
.s-w-120 {
    width: 120px;
}
.s-mt-05 {
    margin-top: 5px;
}
.s-mt-10 {
    margin-top: 10px;
}
.txt-emphasis {
    color: #e01515;
}
.txt-indent-3em {
    text-indent: -30px;
    padding-left: 30px;
    font-size: 13px;
    line-height: 18px;
}
.txt-indent-3em .initial {
    margin-right: 3.9px;
}
.txt-indent-1em {
    text-indent: -16.9px;
    padding-left: 16.9px;
    font-size: 13px;
    line-height: 18px;
}
.txt-indent-1em .initial {
    margin-right: 3.9px;
}
.txt-al-c {
	text-align: center;
}
.txt-al-l {
    text-align: left;
}

/* table-alternate
---------------------------------------------------------- */
@media screen and (max-width: 767px) {
	.table-wrap-nisa {
		overflow-x: auto;
  		-webkit-overflow-scrolling: touch;
		margin-bottom: 5.333vw;
	}
	.u-only-sp {
		display: block;
		margin-bottom: 5.333vw;
	}
	.caption-cmn-table {
		margin-bottom: 6px;
		font-size: 14px;
		line-height: 20px;
		font-weight: bold;
		text-align: left;
	}
	.s-w-100per_sp {
        width: 100% !important;
    }
	.table-cmn_01 {
        width: 100%;
        min-width: 767px;
        border-collapse: collapse;
	}
	.table-cmn_01 th {
		padding: 4px 10px 2px;
		background: #eeeeee;
		border-bottom: 1px solid #e0e0e0;
		border-right: 1px solid #e0e0e0;
		font-size: 12px;
		line-height: 16px;
		font-weight: normal;
		white-space: normal;
		word-wrap: break-word;
		color: #333333;
		text-align: center;
	}
	.table-alternate_th, .table-alternate > tbody > tr > td{
		display: block;
		width: 100%;
	}
}
