.photoshow li {
	list-style: none;
}

.hiSlider {
	list-style: none;
}
#shouji {
	position: fixed;
	top: 140px;
	right: 50px;
	width: 180px;
	background-color: rgba(0, 0, 0, 0.7);
	text-align: center;
	padding: 8px;
	color: #fff;
	z-index: 9999;
	border-radius: 3px;
	font-size: 14px;
}

#shouji .t-text {
	margin-bottom: 3px;
	font-weight: bold;
}

#gotop {
	top: auto;
	bottom: 50px;
}

@media screen and (max-width: 600px) {
	#shouji {
		position: absolute;
		top: 315px;
		right: auto;
		left: 50%;
		margin-left: -100px;
		border-radius: 10px;
	}
}
