body {
    font-family: "Avenir Next";
    font-size: 16px;
    min-width: 1300px;
}

#page {
    width: 1360px;
    margin: auto;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: black;
}

* {
    margin: 0;
}

header {position: sticky;
    top: 0;
    background-color: white;
    height: 115px;
    width: 100%;
}

.header-left {
    float: left;
    padding: 50px 0 10px 10px;
}

.header-right {
    float: right;
    padding: 10px 20px 0 10px;
}

.top-wrapper {
	list-style-type:none;
    position: sticky;
    top: 115px;
    height: 50px;
    width: 100%;
    background-color:rgb(240, 100, 7);
}

.menu h3 {
    float: left;
    padding: 10px 20px 10px 40px;
    color: rgb(251, 251, 251);
}

#topicpath {
    font-size: 15px;
    padding: 20px 0 0 85px;
}

.main {
    height: 500px;
    padding: 50px 0 100px 150px;
}

.sitemap td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E0EBD6;
	width: 360px;
	padding: 5px;
}

.sitemap th {
	color: #669933;
	padding: 10px;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E0EBD6;
	text-align: left;
	vertical-align: top;
	width: 150px;
}

.sitemap th a {
	color: #669933;
	text-decoration: underline;
}

.sitemap ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.sitemap ul li {
	background-image: url(images/point.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 7px;
}

.sitemap ul li a {
	color: #333333;
	text-decoration: none;
}

.footer {
    background-color: rgb(235, 170, 117);
    color: rgb(12, 10, 10);
    height: 160px;
    width: 100%;
    padding: 0px;
}

.footer-left {
    font-size: 20px;
    float: left;
    padding: 20px 0 0 30px;
}

.license {
    font-size: 12px;
}

.association {
    font-size: 12px;
}

.footer-right {
    float: right;
    padding: 20px 40px 0 0;
}

.footer-right li {
    padding-bottom: 10px;
    font-size: 13px;
}

.copyright {
    background-color: rgb(240, 100, 7);
    color: white;
    height: 30px;
    width: 100%;
}

.copyright p {
    text-align: center;
}

html{
    scroll-behavior: smooth;
}
.gotop{
    display: block;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    background: #FFF;
    border: 1px solid #999;
    padding-top: 30px;
    text-align: center;
    letter-spacing: -1px;
    font-size: 85%;
    text-decoration: none;
    color: #333;
    opacity: 0.5;
    position: fixed;
    bottom: 20px;
    right: 50px;
    z-index: 10000;
}
.gotop::before{
    content: "";
    display: block;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    width: 25%;
    height: 25%;
    top: 25%;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    transform: rotate(-45deg);
}
.gotop:hover{
    opacity: 1;
}
@media(max-width:750px){
    .gotop{
        width: 40px;
        height: 40px;
        text-indent: -9999px;
        opacity: 1;
        border: none;
        background: none;
        bottom: 10px;
        right: 10px;
    }
    .gotop::before{
        bottom: 0;
    }
}

