@charset "UTF-8" ;

/********************************************************************************

	SYNCER 〜 知識、感動をみんなと同期(Sync)するブログ

	* 配布場所
	https://syncer.jp/jquery-to-top-button

	* 最終更新日時
	2015/09/11 19:54

	* 作者
	あらゆ

	** 連絡先
	Twitter: https://twitter.com/arayutw
	Facebook: https://www.facebook.com/arayutw
	Google+: https://plus.google.com/114918692417332410369/
	E-mail: info@syncer.jp

	※ バグ、不具合の報告、提案、ご要望など、お待ちしております。
	※ 申し訳ありませんが、ご利用者様、個々の環境における問題はサポートしていません。

********************************************************************************/


.content
{
/*	min-height: 5000px ; */
}

.page-top
{
	display: none ;
	margin: 0 ;
	padding: 0 ;


}

.page-top p
{
	margin: 0 ;
	padding: 0 ;

	position: fixed ;
	right: 12px ;
	bottom: 12px ;

	z-index: 50;
}

.move-page-top
{
	display: block ;
	background:#fff; 
	background:url("../images/to_top.jpg") center top no-repeat;
	@media (min-width: 1025px) {
		width: 65px ;
		height: 65px ;
	}
	@media (min-width: 601px) and (max-width: 1024px) {
		width: 65px ;
		height: 65px ;
	}
	@media (max-width: 600px) {
		width: 55px ;
		height: 55px ;
	}
	cursor: pointer ;

	color: #016EB1;
	font-size: 1.4em;
	line-height: 40px ;
	text-decoration: none ;
	text-align: center ;

/*	border:2px #016EB1 solid; */ 

	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;

/*    border-radius: 40px;        *//* CSS3草案 */  
/*    -webkit-border-radius: 40px;    *//* Safari,Google Chrome用 */  
/*    -moz-border-radius: 40px;   *//* Firefox用 */  
}


@media screen and ( min-width:1130px )
{
	.move-page-top:hover
	{
		opacity: 0.85 ;
	}
}

