@charset "UTF-8";
/*
▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
ページトップにもどる設定ここから
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲
*/
/* ページトップへ戻る */
 .page-top {
	/*↓↓↓初期設定→position: fixed; ↓↓↓*/
	position: fixed;
	bottom: 10px;
	right: 10px;
	padding: 12px;
	font-size: 20px;
	background-color: #f15a24;
	color: #fff;
	text-decoration: none;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 100%;
	border: 1px solid #ffffff;
	/*↓↓↓初期設定なし→z-index: 1; ↓↓↓*/
	z-index: 2;
  }
  .page-top:link {
    color: #fff;
    text-decoration: none;
  }
  .page-top:visited {
    color: #ffffff;
    text-decoration: none;
  }
  .page-top:hover {
	color: #4b2c14;
	text-decoration: none;
  }
  .page-top:active {
    text-decoration: none;
  }