@charset "utf-8";
footer {
	margin-top: 60px;
}
#language ul li a {
    background-color: #D2D2D2 !important;
}

#language ul li a:nth-child(2) {
    background-color: #000000 !important;
}

@media only screen and (min-width: 1012px){
footer .area dl >div {
    width: 25% !important;
}
footer .white .area .table .cell {
    width: auto;
}
footer .white .area .table .cell:nth-child(1) {
    width: 60%;
}
footer .white .table .cell span {
    display: block;
    margin-left: 0px;
}
footer .white .table .cell span + span {
    margin-left: 0px;
	margin-top: 0.5em;
}
}