@charset "utf-8";

#fat_footer {
    display: none;
    width: 100%;
    margin: auto;
    position: relative;
}

#ff_btn {
    width: 90px;
    margin: auto;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
}

#ff_btn .btn_open,
#ff_btn .btn_close {
    border: 0;
    width: 100px;
    height: 30px;
    background: url(../btnopen/ff_close.gif);
    font-size: 0;
}

#ff_btn .btn_open {
    background: url(../btnopen/ff_open.gif);
}

#ff_btn .btn_close {
    display: none;
}

#ff_btn.active .btn_close {
    display: block;
}

#ff_btn.active .btn_open {
    display: none;
}



.fat_content {
    width: 100%;
    background: #960000;
    overflow: hidden;
}
.fat_nav {
    width: 100%;
    max-width: 1200px;
    /*display: flex;
    display: -webkit-flex;*/
    margin: 0 auto;
    padding: 0;
    position: relative;
    line-height: 140%;
}
.fat_nav h2 {
	margin: 0;
	padding: 0 0 10px 0;
	color: #FFDB00;
	font-weight: bold;
	font-size: 120%;
	border-bottom: thin solid #780000;
}
.fat_nav ul {
    margin: 60px 0;
}
.fat_nav li {
    margin: 0 0 0 20px;
	list-style-type: disc;
}
.fat_nav hr {
	margin: 0;
	border-top: thin solid #B40000;
}
.fat_nav a li {
	padding: 10px 0 0;
	color: #FFFFFF;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.fat_nav a:hover li {
	color: #FFDB00;
	text-decoration: underline;
}