
.mainContainer footer {
    border-top: solid 4px #6fb647;
    position: relative;
    background-color: #FFFFFF;
}

div.selectArea {
    position: relative;
    padding-bottom: 5px;
    width: 1040px;
    margin: auto;
}
.selectArea > img {
    padding-left: 20px;
}

.selectArea div {
    padding: 15px 0px 15px 30px;
}

.selectArea div h5 {
    font-size: 1.4rem;
    display: inline-block;
    width: 114px;
    margin-right: 41px;
    color: #a37637;
}
.mainContainer footer ul {
    display: inline-block;

}
.mainContainer footer ul li {


}
.selectArea div a {
    color: #333333;
    font-size: 1.2rem;
}

.selectArea div a:hover {
    text-decoration: none;
}

.selectArea div li:not(:first-of-type):before {
    content: "|";
    margin-left: 12px;
    padding-right: 12px;
}

.linkArea {
    padding: 15px 0px;
    text-align: center;
    background-color: #fff0c8;
    box-sizing: border-box;
    border-top: solid 1px #a88c40;
    border-bottom: solid 1px #a88c40;
}

.linkArea a {
    color: #333333;
}
.linkArea li:not(:first-of-type):before {
    content: "|";
    margin-left: 12px;
    padding-right: 12px;
}

.mainContainer footer small {
    display: inline-block;
    width: auto;
    margin: 0px 0px 0px 30px;
    text-align: left;
}

div.copy {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    background-color: #ffffff;
    width: 1040px;
    margin: 5px auto 0px;
    padding-bottom: 5px;
}

div.corpoLogo {
    width: auto;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.corpoLogo img {
    width: 120px;
}


.mainContainer body > img {
    position: absolute;
    width: 102px;
    height: 154px;
    bottom: 0;
    right: 5%;
    z-index: 1000;
}

body > .move-page-top {
    position: absolute;
    margin: 0;
    padding: 0;
    right: 5.6%;
    bottom: 210px;
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.3);
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    cursor: pointer;
    color: #fff;
    line-height: 58px;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s;
    text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
    z-index: 1200;
    background: #549100;
}

body > .move-page-top a {
    color: white;
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.3);
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    cursor: pointer;
    color: #fff;
    line-height: 58px;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s;
    text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
    z-index: 1200;
    background: #549100;
}
