@charset "utf-8";
/* CSS Document */

#page-top {
	position: fixed;
	right: 16px;
	bottom: 15px;
	clear: both;
}
#page-top a {
	background-color: #555555;
	text-decoration: none;
	color: #fff;
	width: 60px;
	padding-top: 15px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 10px;
	text-align: center;
	display: block;
	border-radius: 5%;
	/* [disabled]height: 60px; */
	font-size: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #FFFFFF;
}
#page-top a:hover {
	text-decoration: none;
	background-color: #6B6B6B;
}
#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) {

}
