﻿@charset "UTF-8";

/* フッター 背景・文字色 */
footer {
    background-color: #3f4044;
    color: #fff;
    padding-top: 20px;
}



/* 下部 table row */
footer .footer_row {
      display: table;
      width:100%;
      padding-bottom: 10px;
}

/* 下部  */
footer .footer_center, footer .footer_right {
    width: 80%;
    height: 50px;
    padding: 0px;
  display: table-cell;
}
/* 下部 会社説明部 */
footer .footer_comp {
    text-align: left;
    width: auto;
    padding-left: 20px;
    padding-bottom: 20px;
    font-size: small;
    padding-right: 20px;
}




footer #footer_inner {
    width: 100%;
    margin: 0 auto;
    padding: 27px 0 49px 0;
}

footer h3 {
    font-size: large;
    margin-bottom: 10px;
    padding-left: 20px;
    text-align: left;
}

footer h4 {
    background: #898989 url("/ranking/arrow03.png") no-repeat center left 10px;
    background-size: 9px 13px;
    text-indent: 30px;
    margin-bottom: 10px;
}

footer ul {
    list-style-type: none;
}

footer li {
    background: url("/ranking/arrow02.png") no-repeat center left 10px;
    background-size: 7px 12px;
    text-indent: 30px;
    line-height: 1.8;
    font-size: small;
}

footer ul li a {
    color: #fff;
    text-decoration: none;
}

footer .footer_left {
    padding-top: 21px;
    padding-left: 24px;
    float: left;
}


footer #footer_banner_area {
    background: #fff url("ranking/footer_bg.gif") repeat;
}

footer .border_bottom {
    border-bottom: 1px #fff solid;
    padding-bottom: 5px;
    font-weight: bold;
}

footer #footer_banner_area {
    padding: 32px 0;
}

footer #footer_banner_area .clearfix {
    width: 100%;
    margin: 0 auto;
    padding-left: 11px;
}

footer #footer_banner_area img {
    float: left;
    margin-right: 16px;
    box-shadow: 0px 1px 10px -3px #000000;
    -moz-box-shadow: 0px 1px 10px -3px #000000;
    -webkit-box-shadow: 0px 1px 10px -3px #000000;
}




/* フッター コピーライト */
footer #footer_copyright {
    padding: 20px 0;
    text-align: center;
    background-color: #004c8d;
}