@charset "utf-8";

@media screen and (max-width: 767px)
{
	#page-top-new {
		position: fixed;
		display: none;
		right: 10px;
		bottom: 61px;
		z-index: 50;
	}
	
	#page-top-new a {
		color: #fff;
		padding: 7px;
		text-decoration: none;
		display: block;
		cursor: pointer;
		text-align: center;
		background-color: #F76C02;
		opacity: 0.8;
		line-height: 1;
		border-radius: 4px;
		font-size: 20px;
		font-size: 2.0rem;
	}
}

@media screen and (min-width:768px){
	#page-top-new,
	#page-top-new a { display: none;}
	
	#page-top,
	#page-top a { display: none;}
}
