.fakeNav{
    position: fixed;
    z-index: 100;
    height: 115px;
    width: 100%;
    background-color: aquamarine;
}
@media only screen and (min-width: 1220px) and (max-width: 1379px) {

}

@media only screen and (min-width: 977px) and (max-width: 1219px) {

}

@media only screen and (min-width: 768px) and (max-width:976px) {
    .fakeNav{
        height: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .fakeNav{
        height: 70px;
    }
}

a:hover{
    font-weight: bold;
    text-decoration:underline;
}
.Breadcrumb .accesskey{
    position: unset;
    display: inline-block;
}
.Breadcrumb .accesskey a{
    color: #333;
    padding-bottom: 4px;
}

.Breadcrumb {
    padding: 10px 0;
    border-bottom: 1px solid gainsboro;
    font-size: 1.0625rem;
}
.Breadcrumb ol{
    padding: 0 15px;
    border-radius: 4px;
}
.Breadcrumb li{
    padding: 0 10px;
    display: inline-block;
}
.Breadcrumb li a{
    color: #333;
}
.Breadcrumb li span{
    font-weight: bold;
}
.Breadcrumb a:hover {
    font-weight: bold;
}

/* Page Title */
.titleArea{
    padding: 20px 30px;
}
.titleStyle {
    display: inline-block;
    color: #ffffff;
    font-size: 1.875rem;
    font-weight: bold;
    line-height: 1.48;
    border-radius: 80px;
    background-color: #b56100;
    text-align: center;
    padding: 0 25px;
    box-sizing: border-box;
    margin: 0;
}

article{
    padding: 0 30px ;
}

main article p {
    line-height: 40px;
    margin-bottom: 20px;
    text-align: justify;
    font-size: 1.25rem;
}
main article ul {
    line-height: 30px;
    padding: 0 20px;
    margin-bottom: 30px;
    font-size: 1.125rem;
}                                                                                   
main article ul li{
    margin-bottom: 10px;
}

kbd{
    border-top: 1px solid #BBB;
    border-bottom: 3px solid #BBB;
    border-left: 2px solid #BBB;
    border-right: 2px solid #BBB;
    padding: 0.125rem 0.5rem;
    border-radius: .25rem;
    -moz-border-radius: .25rem;
    -webkit-border-radius: .25rem;
    margin: 0 0.1rem;
    background-color: #fff;
    color: #515151;
}

main article h3 {
    font-weight: bold;
    font-size: 1.75rem;
    padding: 20px 0 20px 0;
}

main article .columns{
    margin-left: 40px;
    margin-right: 40px;
}
.web-map-first {
    /* width: 30%; */
    border-radius: 10px;
    display: block;
    background-color: #358700;
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 40px;
    padding: 6px 20px;
    margin-bottom: 10px;
}
.web-map-second ol li a {
    display: block;
    width: 100%;
    color: #333;
    line-height: 50px;
    font-size: 1.125rem;
    padding-left: 15px;
}
.web-map-second{
    margin-left: 30px;
    margin-bottom: 20px;
}
.noBottom{
    margin-bottom: 0;
}
.web-map-third {
    margin-left: 30px;
}
.web-map-fourth {
    margin-left: 30px;
}
.web-map-fourth > li > a{
    font-size:  0.875rem;
}

@media only screen and (min-width: 1220px) and (max-width: 1379px) {  

}

@media only screen and (min-width: 977px) and (max-width: 1219px) {

}

@media only screen and (min-width: 768px) and (max-width:976px) {

    #Content{
        padding-top: 70px;
        /* padding-bottom: 50px; */
    }
    .seven.columns {
        width: 60%;
    }
}

@media only screen and (max-width: 768px) {

    #Content{
        padding-top: 70px;
        /* padding-bottom: 50px; */
    }
    .seven.columns {
        width: 90%;
    }
    main article .columns {
        margin-left: 10px;
        margin-right: 20px;
    }
}