@charset "utf-8";
/* CSS Document */

#page-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    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: 10px;
    height: 50px;
}
#page-top a:hover {
	text-decoration: none;
	background-color: #54556F;
}
#page-top .txt-m {
}




/* ########### 599px以下 ########## */
@media (max-width: 599px) {

#page-top a {
	width: 50px;
	padding: 15px 0;
	height: 18px;
	line-height: 100%;
}
#page-top .txt-m {
	display: none;
}


}


/* ########### 767px以下 ########## */
@media (max-width: 767px) {

}
/* ########### 359px以下 ########## */
@media (max-width: 359px) {

#page-top {
	right: 5px;
	bottom: 5px;
}
#page-top a {
	width: 20px !important;
	padding: 13px 0 !important;
	height: 15px !important;
}

#page-top .txt-m {
	display: none;
}

}
