@CHARSET "UTF-8";

@charset "utf-8";

.g-footer {
    color: white;
    font-size: 0.85em;
    background-color: #112D52;
  /*   background-image: url(../pic/footer_1920_400.jpg); */
    background-size: 100% 100%;
}
.u-footerfullwidth{
	width:80%;
}
.u-add-footer{
	
}
.u-add-left{
	
}
.s-blist {
    margin-top: 40px;
}

.g-footer p {
    text-indent: 0;
}

.g-footer a {
    color:white;
}

.u-img-following {
    margin-left: 10px;
    height: 50px;
}

.u-img-leading {
    height: 65px;
}

.u-link {
    float:right;
    font-size: 1em;
    margin-top: 50px;
}
.s-blist label{
	margin-bottom:10px;
	font-size: .8vw;
}
.divider{
    width: 100%;
    height: 1px;
    opacity: 0.2;
    background: white;
    margin-top: 10px;
    margin-bottom: 10px;
}

.g-list-sitemap ul li{
	margin-top:5px;
}

.c-f-all{
    display: flex;
    justify-content: space-between;	
    margin-top: 40px;
}
.c-f-all .c-f-item0{
	width:5%
}
.c-f-all .c-f-item1{
	width:7%
}
.c-f-all .c-f-item2{
	width:12%
}
.c-fwidth{
	display:flex;
    justify-content: space-around;
    width: 100%;
    margin: 12px auto;
}