@charset "utf-8";

/*********************************************************************
Copyright (C) 2009 WEB DESIGN LAB (http://www.webdlab.com/)
Licensed under the MIT License:
http://www.opensource.org/licenses/mit-license.php
*********************************************************************/

/*--Reset-----------------------------------------------------------*/


#page-top {
	display: none;
	position: fixed;
	bottom: 40px;
	right: 30px;
	/* background: #ffffff; */
	border-radius: 5px;
	 /* -webkit-transform: translateZ(0);*/
	background-color: rgba(71, 68, 68, 0.5);
}

#page-top a {
  text-decoration:none;
  /*border-width:1px;*/
  /*border-style:solid;*/
  display:block;
  padding:15px 15px 15px 15px;
  color:#fff;
}
#page-top a:hover {
  text-decoration:none;
  /*border-width:1px;
  border-style:solid;*/
  display:block;
  padding:15px 15px 15px 15px;
  border-radius: 8px;
	/* -webkit-transform: translateZ(0);*/
  /*background-color: rgba(148, 147, 147, 0.4);*/
}
/**********mo *************/
#page-top01 {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	/* background: #ffffff; */
	border-radius: 5px;
	/* -webkit-transform: translateZ(0); */
	/*background-color: rgba(197, 194, 194, 0.3);*/
}
#page-top01 a {
	text-decoration:none;
	/*border-width:1px;
	border-style:solid;*/
	display:block;
	padding:15px 15px 15px 15px;
	color:#ffffff;
  }
  #page-top01 a:hover {
	text-decoration:none;
	/*border-width:1px;
	border-style:solid;*/
	display:block;
	padding:15px 15px 15px 15px;
	border-radius: 8px;
	 /* -webkit-transform: translateZ(0);*/
	/*background-color: rgba(148, 147, 147, 0.4);*/
  }
/******** mo end ************/


/********
#page-top {
	display: none;
	position: fixed;
	bottom: 60px;
	right: 40px;
}

#page-top {
	right: 10px;
	bottom: -60px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 2em;
	text-align: center;
	background: #000;
	position: fixed;
	z-index: 9999;
	border-radius: 5px;
	-webkit-transform: translateZ(0);
}
#page-top :hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.8;
}
***********/