@charset "utf-8";

#pageTop {
    display: none;
    position: fixed;
    bottom: 200px;
    right: 45px;
	border-radius: 3px;
    width: 100px;
    height: 100px;
    font-size: 13px;
    line-height: 100px;
	color: #fff;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
	background: rgba(0,102,255,0.8);
  }
  
#pageTop:hover {
  background: rgba(0,102,255,0.7);
}

  
  
 /* ----------------------------------------
メディアクエリー ／ スマートフォン・タブレット
---------------------------------------- */

@media screen and (max-width: 640px) {

#pageTop {
  bottom: 0;
  bottom: 110px;
  right: 8px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 9px;
  background: rgba(0,127,255,0.6);
  color: #fff;
  text-decoration: none;
  text-align: center;
  }
	
}