@charset "utf-8";

ul.f-nav li{
	font-size: 1.6rem;
	font-weight: bold;
}
	
ul.f-nav li ul li{
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 2.5;
}

p.copyright{
	color: #fff;
	font-size: 1.2rem;
}

footer .full-wrap{
    border-top: 2px solid #ccc;
}

footer p.logo{
	width: 200px;
    margin-bottom: 30px;
}

footer nav .f-nav{
    float: left;
    width: 25%;
    margin-bottom: 30px;
}

footer ul li a:hover{
    text-decoration: underline;
}

ul.f-nav li ul{
    margin-top: 15px;
}

p.copyright{
    text-align: right;
    padding: 15px 0;
    color: #fff;
}

/*backtop*/
#backtop{
    width: 60px;
    height: 60px;
    background: #587ebf;
    position: fixed;
    right: 15px;
    bottom: 15px;
    cursor: pointer;
}

#backtop:hover{
    opacity: 0.8;
}

#backtop img{
    display: block;
    width: 40px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}