@charset "utf-8";

table.tbl_gr {
	border-collapse: collapse;
    width: 100%;
}

table.tbl_gr th {
    text-align: left;
    font-weight: normal;
    vertical-align: bottom;
}

table.tbl_gr td {
    text-align: right;
}


table.tbl01 {
	border-collapse: separate;
	border-spacing: 1px;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
    width: 100%;
}
table.tbl01 th {
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #FFF;
	color: #FFF;
	background: #1E2B5A;
	font-size: 1.6rem;
	white-space: nowrap;
}

table.tbl01 td {
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

table.tbl02,
table.tbl02a {
	border-collapse:collapse;
	border: 2px solid #8E8FC3;
}

table.tbl02 {
    width: 100%;
}

table.tbl02 th,
table.tbl02a th {
	background: #6365AD;
	border-top: 1px solid #8E8FC3;
	border-left: 1px solid #8E8FC3;
	font-weight: bold;
	margin: 0;
	padding: 8px 8px 7px;
	vertical-align: middle;
	white-space: nowrap;
	color: #FFF;
	text-align: left;
}
 
table.tbl02 td,
table.tbl02a td {
	background: #FFF;
	border-right: 1px solid #8E8FC3;
	border-bottom: 1px solid #8E8FC3;
	margin: 0;
	line-height: 1.6em;
	vertical-align: middle;
	padding: 8px 8px 7px;
}

table.tbl03,
table.tbl03a,
table.tbl03b {
	border-collapse:collapse;
	border: 1px solid #8E8FC3;
	width: 100%;
}
table.tbl03c {
	border-collapse:collapse;
	border: 1px solid #8E8FC3;
}


table.tbl03 th,
table.tbl03a th,
table.tbl03b th,
table.tbl03c th {
	background: #6365AD;
	border-top: 1px solid #8E8FC3;
	border-left: 1px solid #8E8FC3;
	font-weight: bold;
	margin: 0;
	padding: 5px;
	white-space: nowrap;
    color: #FFF;
}
table.tbl03 th {
    width: 50%;
	text-align: left;
}
table.tbl03a th,
table.tbl03b th {
	text-align: center;
}

table.tbl03 td,
table.tbl03a td,
table.tbl03b td,
table.tbl03c td {
	background: #FFF;
	border-right: 1px solid #8E8FC3;
	border-bottom: 1px solid #8E8FC3;
	margin: 0;
	line-height: 1.6em;
	padding: 5px;
}
table.tbl03a td {
text-align: center;
}

table.tbl03b th,
table.tbl03b td,
table.tbl03c th,
table.tbl03c td{
    padding: 5px 10px;
}

table.tbl03a td.td01 {
    background: #EFF0F4;
}
table.tbl03b td.td01 {
    background: #D1DEED;
    white-space: nowrap;
    font-weight: bold;
    text-align: center;
}
table.tbl03b td.td02 {
    white-space: nowrap;
    text-align: center;
}

table.th_w100 th {
	width: 100px;
}

table.tbl04b {
	border-collapse:collapse;
	border: 1px solid #6DA6CF;
}

table.tbl04b th {
	background: #387CAD;
	border-top: 1px solid #6DA6CF;
	border-left: 1px solid #6DA6CF;
	font-weight: bold;
	margin: 0;
	padding: 5px;
	white-space: nowrap;
    color: #FFF;
}

table.tbl04b th {
	text-align: center;
}

table.tbl04b td {
	background: #FFF;
	border-right: 1px solid #6DA6CF;
	border-bottom: 1px solid #6DA6CF;
	margin: 0;
	line-height: 1.6em;
	padding: 5px;
}


table.tbl04b th,
table.tbl04b td {
    padding: 5px 10px;
}


table.tbl04b td.td01 {
    background: #C1D9EA;
    white-space: nowrap;
    font-weight: bold;
    text-align: center;
}
table.tbl04b td.td02 {
    white-space: nowrap;
    text-align: center;
}

@media screen and (max-width:480px) {
	table.tbl01 th {
		font-size: 1.4rem;
	}

	table.tbl02 {
		margin: 0;
		border: 1px solid #4C4EA1;
	}
	table.tbl02 th {
			padding: 4px;
			text-align: left;
	}
	table.tbl02 th,
	table.tbl02 td {
	width: 100%;
	display: block;
	border-top: none;
	}
	.scroll {
    overflow-x: auto;
  }
}

table.tbl04 td{
	font-weight:bold;
	font-size: 120%;
}

table.tbl05 {
	margin: 0;
	padding: 0 0 0 1.5em;
	width: 100%;
}

table.tbl05 td {
	width: 25%;
	border-bottom: 1px dotted #CCC;
	padding-bottom: 0.3em;
	margin-bottom: 0.5em;
}

table.tbl06 {
	border: 1px solid #FBFBFB;
}
table.tbl06 td {
	border-right: 1px solid #FBFBFB;
	border-bottom: 1px solid #FBFBFB;
	padding: 0;
}

/* tbl07
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.tbl07 {
	width: 100%;
	border-collapse: collapse;
	border: 3px solid #6365AD;
}

.tbl07 >span {
	font-weight: normal;
	font-size: 13px;
}

.tbl07 th {
	text-align: center;
	background: #EFEFF6;
	border-bottom: 1.5px solid #6365AD;
	border-right: 1.5px solid #6365AD;
	font-weight: bold;
	font-size: 16px;
	padding: 0px;
}
.tbl07 td {
	background: white;
	border-bottom: 1.5px solid #6365AD;
	border-right: 1.5px solid #6365AD;
	padding: 10px;
	font-weight: bold;
}

.tbl07 td >a {
	margin: 0;
	text-align: center;
}
.tbl07 td .ttl {
	font-size: 1.8rem;
	font-weight: 700;
}

.tbl07 td.cate {
	background: #EFEFF6;
	text-align: center;
	white-space: nowrap;
	width: 130px;
}
.tbl07 td.show {
	width: 140px;
	text-align: center;
}
@media screen and (max-width:767.98px) {
	.tbl07 td,
	.tbl07 td.cate,
	.tbl07 td.show {
		display: block;
		width: 100%;
	}
	.tbl07 td.cate {
		padding: 2px;
	}
}
