#Contents .indexes {
	position: relative;
	margin: 0 auto 30px;
	width: calc(100% - 10px);
	overflow: hidden;
}
#Contents .page {
	position: relative;
	margin: 0 auto;
	width: calc(100% - 20px);
	overflow: hidden;
}

#Contents .info {
	position: relative;
	margin: 0 auto 40px;
	padding: 0 5px;
	width: calc(100% - 20px);
	line-height: 1.6em;
	font-size: 1em;
	overflow: hidden;
	box-sizing: border-box;
}

#Contents h1 {
	position: relative;
	margin: 0 auto;
	padding: 0 5px;
	width: calc(100% - 20px);
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	box-sizing: border-box;
}
#Contents h2 {
	position: relative;
	margin: 0 auto 10px;
	border-bottom: 1px solid #CCC;
	padding: 0 5px;
	width: calc(100% - 20px);
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	box-sizing: border-box;
}

#Contents p {
	position: relative;
	margin: 0 auto;
	padding: 0 5px;
	width: calc(100% - 20px);
	font-size: 0.9rem;
	overflow: hidden;
	box-sizing: border-box;
}

#Contents .tool {
	margin: 0 auto 20px;
	border-bottom: 1px solid #CCC;
	padding: 0 5px;
	width: calc(100% - 20px);
	font-size: 0.8rem;
	line-height: 30px;
	color: #999;
	overflow: hidden;	
	box-sizing: border-box;
}
#Contents .tool .item {
}
#Contents .tool .item:not(:empty):after {
	content: '・';
	margin: 0 10px;
}
#Contents .tool .item:first-child:after {
	content: '：';
	margin: 0 10px;
}
#Contents .tool .menu {
	color: #666;
	cursor: pointer;
}
#Contents .tool .date {
	float: right;
	margin-right: 40px;
}


#Contents .book {
	position: absolute;
	width: 40px;
	height: 30px;
	line-height: 30px;
	background-image: url(../../../../file/image/bookmark.png);
	background-position: 0 0;
	background-size: 40px;
	font-size: 0.7em;
	text-align: center;
	cursor: pointer;
}
#Contents .book.on {
	background-position: 0 30px;
	color: #FFF;
}
#Contents .book a {
	display: block;
	width: inherit;
	height: inherit;
}

#Contents .paging {
	clear: both;
	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: none;
	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;
}