@charset "utf-8";

table.tbl01 {
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 3px 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: #7B7B7B;
	text-align: left;
}

table.tbl01 th:before {
	content: '\f14a'; /* チェック */
	font-family: FontAwesome;
	margin-right: .5em;
	color: #7B7B7B;
}

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 #4C93CA;
}

table.tbl02 {
    width: 100%;
}

table.tbl02 th,
table.tbl02a th {
	background: #033C73;
	border-top: 1px solid #4C93CA;
	border-left: 1px solid #4C93CA;
	font-weight: bold;
	margin: 0;
	padding: 15px 15px 13px;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
    color: #FFF;
}
 
table.tbl02 td,
table.tbl02a td {
	background: #FFF;
	border-right: 1px solid #4C93CA;
	border-bottom: 1px solid #4C93CA;
	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 #4C93CA;
    width: 100%;
}

table.tbl03 th,
table.tbl03a th,
table.tbl03b th {
	background: #033C73;
	border-top: 1px solid #4C93CA;
	border-left: 1px solid #4C93CA;
	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 {
	background: #FFF;
	border-right: 1px solid #4C93CA;
	border-bottom: 1px solid #4C93CA;
	margin: 0;
	line-height: 1.6em;
	padding: 5px;
}
table.tbl03a td {
text-align: center;
}

table.tbl03b th,
table.tbl03b td {
    padding: 5px 10px;
}

table.tbl03a td.td01 {
    background: #E7ECE2;
}
table.tbl03b td.td01 {
    background: #E7ECE2;
    white-space: nowrap;
    font-weight: bold;
    text-align: center;
}
table.tbl03b td.td02 {
    white-space: nowrap;
    text-align: center;
}

table.tbl04b {
	border-collapse:collapse;
	border: 1px solid #4C93CA;
}

table.tbl04b th {
	background: #7F9E60;
	border-top: 1px solid #4C93CA;
	border-left: 1px solid #4C93CA;
	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 #4C93CA;
	border-bottom: 1px solid #4C93CA;
	margin: 0;
	line-height: 1.6em;
	padding: 5px;
}


table.tbl04b th,
table.tbl04b td {
    padding: 5px 10px;
}


table.tbl04b td.td01 {
    background: #E7ECE2;
    white-space: nowrap;
    font-weight: bold;
    text-align: center;
}
table.tbl04b td.td02 {
    white-space: nowrap;
    text-align: center;
}

table.tbl_connector {
	width: 95%;
	margin: 0.5em auto;
	border:3px solid #ddd;
	border-collapse: separate;
}
table.tbl_connector td {
	text-align: center;
}
table.tbl_connector img {
	max-width: 250px;
	height: auto;
}

@media screen and (max-width:480px) {
	table.tbl02 {
		margin: 0;
		border: 1px solid #4C93CA;
	}
	table.tbl02 th {
		padding: 4px;
		text-align: left;
	}
	table.tbl02 th,
	table.tbl02 td {
		width: 100%;
		display: block;
		border-top: none;
	}
}

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;
}