@charset "UTF-8";

/* CSS Document */
footer {
    background: #ddd;
    height: auto;
    position: relative;
    width: 100%;
    border-top: 1px solid #DDDDDD;
	}

.foot-menu-name{
    border-bottom: 1px solid #999;
    color: #333;
    font-size: 13px;
    font-weight: 600;
    line-height: 27px;
    padding: 40px 0 10px;
    text-transform: uppercase;
    margin-bottom: 10px;
	}

.foot-menu{
	margin-bottom: 20px;
	}

.foot-menu li a{
	color: #333;
    padding: 3px 0 3px 0;
    display: block;
    font-size: 0.8em;
	}

.foot-menu li a:hover{
	color: #fa4004;
	}

.foot-menu-edit span{
	color: #333;
	line-height: 26px;
	}

.foot-emain-input{
    border: medium none;
    border-color: #DDDDDD;
    color: #888888;
    font-size: 14px;
    margin-bottom: 10px;
    height: 36px;
    width: 100%;
    text-align: center;
    letter-spacing: 0.05em;
    border-radius: 5px;
	}

.foot-emain-btn {
    border: medium none;
    display: inline-block;
    height: 40px;
    padding: 0;
    width: 100%;
    color: #fff;
    border-radius: 5px;
	}

.foot-emain-btn:hover{
    opacity: 0.5;
    }

.loading-img{
    display: none;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
    }

.loading-img-box{
    margin: 0 auto;
    width: 16px;
    }

.foot{
	width: 100%;
	height: 55px;
	background: #333;
	font-size: 12px;
	line-height: 55px;
	letter-spacing: 0.05em;
	color:#fff;
	padding: 0 20px;
	}

.foot a{
	color:#fff;
	}

.foot a:hover{
	color:#ccc;
	}

.infoot{
    max-width: 1200px;
    margin:0 auto;
    }
