@charset "utf-8";


/* reset======================================================================== */

*{
    padding: 0 ;
    margin: 0 ;
}

a{
    text-decoration: none ;
}

ul{
    list-style-type: none ;
}

img{
    vertical-align: middle ;
}

.clearfix:after {  
    content: ".";   
    display: block;   
    height: 0;   
    clear: both;   
    visibility: hidden;  
}

html{
    position: relative ;
    min-height: 100% ;
}

body{
    margin-bottom: 150px ;
}

/* footer======================================================================= */

.fotter_fix{
    position: absolute ;
    bottom: 0 ;
    width: 100% ;
    min-width: 1000px ;
}

#footernav{
    background-color: #2babb0 ;
    padding: 15px 0 ;
    min-width: 1000px ;
}

#footernav ul{
    margin: 0 auto ;
    text-align: center ;
}

#footernav ul a{
    color: #fff ;
    padding: 0 20px ;
    display: inline-block ;
}

#footernav ul a:hover{
    text-decoration: underline ;
}

#footer{
    padding: 20px 0 ;
    background-color: #000 ;
    text-align: center ;
    color: #fff ;
    min-width: 1000px ;
}

#footer img{
    margin: 0 0 15px 0 ;
}

address{
	font-style: normal ;
}


/* pagetop ============================================================================== */

#pagetop {
    position: fixed;
    z-index: 999 ;
    bottom: -30px ;
    right: 60px ;
    cursor: pointer ;
}
