#Contents .page {
	position: relative;
	margin: 0 auto;
	padding: 0 10px;
	width: 100%;
	max-width: 700px;
	box-sizing: border-box;
}

#Contents ul.plist {
	position: relative;
	margin: 10px 0 20px;
	padding: 0 10px;
	font-size: 0.8rem;
	width: 100%;
	list-style: none;
	box-sizing: border-box;
}
#Contents ul.plist li {
	display: inline-block;
	margin: 0;
	max-width: 150px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#Contents ul.plist li:after {
	content: '>';
	margin: 0 10px;
}
#Contents ul.plist li:first-child {
	margin-left: 0;
}
#Contents ul.plist li:last-child:after {
	content: '';
}
#Contents ul.tool {
	position: relative;
	margin: 0 0 5px;
	padding: 0 10px;
	width: 100%;
	font-size: 0.8rem;
	list-style: none;
	box-sizing: border-box;
	overflow: hidden;
}
#Contents ul.tool li {
	float: right;
	margin: 0;
	max-width: 150px;
}
#Contents .book {
	position: absolute;
	width: 40px;
	height: 40px;
	background-image: url(../../../../file/image/bookmark.png);
	background-position: 0 0;
	background-size: 40px;
	cursor: pointer;
}
#Contents .book a {
	display: block;
	width: inherit;
	height: inherit;
}

#Contents .paging {
	margin: 10px 0;
	text-align: center;
	font-size: 0;
}
#Contents .paging > * {
	display: inline-block;
	margin: 0 2px;
	padding: 5px 8px;
	background-color: #FFF;
	font-size: 1rem;
}
#Contents .paging span {
	color: #BBB;
}
#Contents .paging a {
	color: #888;
}
#Contents .paging .current {
	color: #FFAE00;
}
#Contents .page.error p {
	margin: 50px 0 0;
	text-align: center;
}
#Trigger.map {
	display: block;
	position: fixed;
	right: 15px; bottom: 15px;
	border-radius: 3px;
	width: 40px;
	height: 40px;
	background-color: rgba(255, 255, 255, 0.2);
	background-image: url(../../../../file/image/map_trigger.png);
	background-size: contain;
	cursor: pointer;
}