@charset "UTF-8";

/* オンライン配信サービス利用者専用ホームページ コンテンツ用ベースCSS (jquery.css) */
/* 2016.01.31 作成 dai56 */

/* jQueryによる「ページトップ」に戻る */
.pagetop {
	display: none;
	position: fixed;
	bottom: 100px;
	right: 30px;
}
.pagetop a {
	display: block;
	background-color: #b3e2d8;
	text-align: center;
	color: #222222;
	font-size: 12px;
	text-decoration: none;
	padding: 16px 8px;
	border-radius: 10px;
}
.pagetop a:hover {
	display: block;
	background-color: #008080;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	padding: 16px 8px;
	border-radius: 10px;
}
