@charset "UTF-8";
/* CSS Document */



/*============

page-top

==============*/

#page-top {
    position: fixed;
    bottom: 80px;
    right: 10px;
    z-index:1;
    line-height: 0.8em;
}
#page-top a:before { 
    font-family: FontAwesome;
     content: "\f077";

}

#page-top a {
    text-decoration: none;
    width: 60px;
    text-align:center;
    display: block;
    font-size: 20px;
    color: #fff;
    background: #297fdf;
    height: 60px;
    line-height: 60px;
}

#page-top a:hover {
    text-decoration: none;
   	opacity: 0.6; 

}

#page-top span {
    font-size: 0.6em;
    line-height: 0.6em;
}



#header .snsArea ul.blog li a:before {
	position:absolute;
	bottom: 1px;left:0;right:0;height:0;content:"";
	/* border-bottom:#ddd 1px dotted; */z-index:-2;}


@media screen and (max-width: 479px) {
	#page-top {
	    position: fixed;
	    bottom: 100px;
	    right: -15px;
	    z-index: 1;
	    line-height: 0.8em;
	}
}