@charset "utf-8";

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	margin:0;
	color:#707070;
}

#accessmap {
	padding-bottom: 20px;
}

#content a {
	color: #0000cd;
	text-decoration: underline;
}

.table>tbody>tr>td {
	padding-top: 2.5px;
	padding-bottom: 2.5px;
}


table.table {
	border-collapse: collapse;
}

table.table tr td:nth-child(even) {
	border: 1px solid #a0a0a0;
	border-right-style:none;
	padding-right: 0;
}

table.table td.td-bd-top {
	 border-top:1px solid #a0a0a0;
}

table.table td.td-bd-bottom {
	 border-bottom:1px solid #a0a0a0;
}

table.table td.td-bd-top-none {
	border-top-style: none !important;
}

table.table td.td-bd-left-none {
	border-left-style: none !important;
}

table.table tr td:nth-child(even) {
	width: 80%;
}

table.table tr td:nth-child(odd) {
	width: 20%;
}

/*#content*/
#content .inner .inner-content .section {
	padding-bottom: 30px;
}


@media screen and (max-width: 768px) {
	#content .inner {
		padding:20px 5%;
	}

	#content .inner .inner-content {
		padding-top: 30px;
	}

	table.table tr td.td-br {
		padding-left: 0;
	}

	table.table tr td.td-br>ul li {
		padding-left: 8px;
		padding-right:8px;
	}
}

@media screen and (min-width: 768px) {

	#content .inner .inner-header .subtitle h3 {
		font-size: 26px;
	}

	#content .inner {
		padding:45px 0 34px 0;
	}

	#content .inner .inner-content {
		padding-top: 34px;
		padding-left: 0;
	}

	table.table tr td:nth-child(even) {
		padding-left: 20px;
	}

	table.table tr td.td-br {
		padding-left: 0;
	}

	table.table tr td.td-br>ul li {
		padding-left: 20px;
	}
}

table.table tr td.td-br>ul li {
	border-bottom:1px solid #a0a0a0;
}

table.table tr td.td-br>ul li:last-child {
	border-bottom: none;
}
/*#content*/