/* フロートサイドメニュー
--------------------------- */
/* サイドメニュー */
.pagetop {
	position: fixed;
	right: 0;
	top: 195px;
	z-index:500
}

.pagetop li {
	list-style-type: none;
	margin-bottom: 15px;
}
.pagetop li{
	text-align: right;
	padding-right: 12px;
}
.pagetop li img {
    border: 1px solid #eee;
    border-radius: 50%;        /* CSS3 */
    -webkit-border-radius: 50%;    /* Safari,Google Chrome*/
    -moz-border-radius: 50%;   /* Firefox */
	width: 90px;
}
.pagetop li.line_side{
	padding-right: 0;
}
.pagetop li.line_side img {
	width: 180px;
	border: none;
	border-radius: 0;
}
/* サイトの一番上に戻る */
.pageup {
	position: fixed;
	bottom: 100px;
	right: 5px;
}

.pageup a {
	display: block;
	width: 66px;
	height: 66px;
	text-align: center;
}

@media screen and (max-width: 992px) {
.pagetop {
	display: none;  /*非表示 */
}
.pagetop {
	display: none;  /*非表示 */
}
}
@media screen and (max-width: 767px) {
.pageup a {
	display: none;  /*非表示 */
}
}
