@charset "shift_jis";
/* CSS Document */

/* 前のページに戻る */
.pagetop {
	color: #fff;
	background-color: rgba(0,0,0,0.3); '色';
	text-decoration: none;
	display: none;
	position: fixed;
	bottom: 100px;
	right: 15px;
	font-size: 12px;
	width: 75px; '大きさY';
	height: 75px; '大きさX';
	line-height: 48px;
	border-radius: 10px; '角丸';
	text-align: center;
	cursor: pointer;
	background-image: url(../images/03.jpg);
}

.pagetop:hover {
	color: #fff !important;
	background-color: #CEE5CE; '色';
	text-decoration: none;
	background-image: url(../images/04.jpg);
}

.pagetop img{
	width: 75px;
	height:75px;
	border: none;
}

