@charset "utf-8";
/* CSS Document */

#page-top {
	position: fixed;
	right: 16px;
	bottom: 16px;
	clear: both;
}
#page-top a {
	background-color: #343545;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 25px 0;
	text-align: center;
	display: block;
	border-radius: 50%;
	height: 50px;
}
#page-top a:hover {
	text-decoration: none;
	background-color: #54556F;
}
#page-top .txt-m {
}


/* ########### 359px以下 ########## */
@media (max-width: 359px) {

#page-top {
	right: 5px;
	bottom: 5px;
}
#page-top a {
	width: 40px !important;
	padding: 13px 0 !important;
	height: 15px !important;
}

#page-top .txt-m {
	display: none;
}

}


/* ########### 599px以下 ########## */
@media (max-width: 599px) {

#page-top a {
	width: 75px;
	padding: 20px 0;
	height: 35px;
	line-height: 100%;
}
#page-top .txt-m {
	font-size: 9px;
}


}


/* ########### 767px以下 ########## */
@media (max-width: 767px) {

}
