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

/*scroll-------------------------------------------------------------*/
#footer_top {
	right:40px; 
	bottom:25px;
	width:100px;
	z-index:1000;
	position:fixed;
	/*display:none;*/
	font-size:17px;
	line-height:100%;
	text-align:center;
	letter-spacing:1px;
	}
	
#footer_top a			{
    border-bottom: #999 1px solid;
    padding: 5px 0px 3px 0px;
    display: block;
    width: 80px;
    height: 20px;
    text-decoration: none;
    background-repeat: repeat;
	}
	
#footer_top a:link		{ color:#000; }
#footer_top a:visited	{ color:#000; }
#footer_top a:hover		{ color:#999; }
#footer_top a:active	{ color:#000; }	



@media screen and (max-width: 768px) {	
/*scroll-------------------------------------------------------------*/
#footer_top {
	right:10px; 
	top:10px;
	bottom:auto;
}
#footer_top a			{
	border:#2C4073	2px solid;
	background-color:#fff;
	padding:14px 0px 7px;
	width:50px;
	height:28px;
}
}
