@charset "UTF-8";
/* CSS Document */

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ フッター*/
footer{
	width:100%;
	border-top: 1px #B7B7B7 dotted;
	padding: 50px 0 50px 0;
}

/* ====================
C
==================== */
.small{
	font-size:12px;
	text-align:center;
}w

		@media(min-width:768px){
		.small{
			font-size:14px;
		}
		}

/* ====================
ページトップボタン
==================== */
.pagetop{
	display: none;
	z-index: 15;
	position: fixed;
	bottom: 20px;
	right: 10px;
}

.pagetop a{
	display: block;
	text-align: center;
}

.pagetop img{
	width:70%
}

		@media(min-width:768px){
		.pagetop{
			z-index: 15;
			position: fixed;
			bottom: 30px;
			right: 30px;
		}

		.pagetop a{
			display: block;
			text-align: center;
		}

		.pagetop img{
			width:85%
		}
		}