.FatFooter {
    width: 100%;
    background: #FFF;
}
.FatFooter_wrap {
    /*width: 78.2%;*/
    width: 100%;
    max-width: 995px;
    overflow: hidden;
    margin: 0 auto;
}
.FatFooterHeader {
    width: 100%;
    float: left;
    padding: 0 0 15px 0;
}
.FatFooterHeader .icon {
    display: inline;
    font-style: normal;
    font-weight: normal;
    line-height: 30px;
    padding-right: 2px;
}
.FatFooterHeader .iconOpen {
    font-size: 10px;
}
.FatFooterHeader .iconClose {
    font-size: 10px;
    display: none;
}
.FatFooterHeader a {
    font-size: 0.55em;
    display: block;
    background: url(../images/Header_Version_BG.jpg) repeat-x;
    /*background: #038c00;*/
    color: #fff;
    padding: 5px 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    clear: both;
}
.FatFooterHeader a:hover {
    color: #ffdb34;
}
.FatFooter_section {
    float: left;
    width: 16%;
    margin: 0.5% 2%;
}
.FatFooter_section h2 {
    font-size: 1.17em;
    color: #038c00;
    border-bottom: solid 2px #ccc;
    padding: 10px 0;
    float: left;
    width: 100%;
}
.FatFooter_section ul {
    padding: 3px 0 10px 0;
    width: 100%;
    float: left;
}
.FatFooter_section ul li {
    padding: 7px 0;
    width: 100%;
    float: left;
}
.FatFooter_section ul li a {
    color:#535353;
    font-weight: bold;
	display: block;
    width: 100%;
    float: left;
}
.FatFooter_section ul li a:hover {
    color:#038c00;
}
.FatFooter_section ul li .num, .FatFooter_section ul li .txt {
    display: block;
    float: left;
    font-style: normal;
}
.FatFooter_section ul li a .num {
    width: 3px;
    height: 3px;
    position: relative;
    top:8px;
    left: 5px;
    background: url(../images/fat_footer_bullet.png) 0 0 no-repeat;
    text-indent: 9999px;
}
.FatFooter_section ul li a:hover .num {
    background: url(../images/fat_footer_bullet_over.png) 0 0 no-repeat;
}
.FatFooter_section ul li .txt {
    width: 80%;
    padding-left: 11px;
}
.FatFooter_section strong {
    font-size: 1.17rem;
    color: #038c00;
    border-bottom: solid 2px #ccc;
    padding: 10px 0;
    float: left;
    width: 100%;
}
