@charset "utf-8";
/* --------------------------------------------

投稿

---------------------------------------------- */ 
#postBtn {
	position: fixed; top: 100px; right: 0px;
	width: 90px; height: 90px;
	font-size: 10px; font-size:1.0rem;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
	background: url(../img/share/pageTopBg.png) center;
	background-size: cover;
	z-index: 999;
}
#postBtn a {
	position: relative;
	display: block;
	width: 100%; height: 100%;
	text-align: center;
	text-decoration: none;
	transition: 0.3s;
}




