#Contents .index.detail,
#Contents .contents.detail {
	position: relative;
	margin: 0 0 10px;
	width: 100%;
}
#Contents .index.detail header {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}
#Contents .index.detail header .avatar {
	float: left;
	margin: 11px 5px;
	width: 26px;
	height: 26px;
	font-size: 0;
	line-height: 26px;
	background-size: contain;
	text-align: center;
	overflow: hidden;
}
#Contents .index.detail header .avatar.circle {
	border: 1px solid #999;
	border-radius: 14px;
}
#Contents .index.detail header .avatar:first-letter {
	font-size: 20px;
}
#Contents .index.detail .tool {
	margin: 0 0 5px;
	border-top: 1px dotted #CCC;
	padding: 0 5px;
	width: 100%;
	font-size: 0.7rem;
	line-height: 30px;
	color: #999;
	overflow: hidden;
	box-sizing: border-box;
}
#Contents .index.detail .tool .item {
}
#Contents .index.detail .tool .item:after {
	content: '・';
	margin: 0 10px;
}
#Contents .index.detail .tool .menu {
	color: #666;
	cursor: pointer;
}

#Contents .index.detail .tool .date {
	float: right;
	margin-right: 40px;
}
#Contents .index.detail div.headline {
	padding: 10px 5px 15px;
	width: 100%;
	font-size: 1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	box-sizing: border-box;
}
#Contents .index.detail .book {
	top: 50px; right: 0;
}

#Contents .index.detail div.image {
	width: 100%;
}
#Contents .index.detail div.image a {
	display: block;
	width: 100%;
	background-position: 50% 50%;
	background-size: cover;
	overflow: hidden;
}
#Contents .index.detail div.image a:after {
	content: '';
	display: block;
	margin-top: 100%;
	width: 0;
	height: 0;
}

#Contents .contents.guid {
	position: absolute;
	top: 230px;
	margin: 0 5px;
	width: calc(100% - 30px);
	max-width: 670px;
	background-color: rgba(153, 153, 153, 0.9);
	opacity: 0.7;
	overflow: hidden;
}
#Contents .contents.guid.open {
	opacity: 1;
}
#Contents .contents.guid::hover {
	opacity: 1;
}
#Contents .contents.guid:before {
	content: 'PAGE INDEX';
	position: absolute;
	top: 0; right: 0; left: 0;
	display: block;
	margin: 0;
	height: 25px;
	line-height: 30px;
	letter-spacing: 0.5em;
	color: #FFF;
	font-size: 0.7rem;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
#Contents .contents.guid:after {
	content: '▼';
	position: absolute;
	right: 0; bottom: 0; left: 0;
	display: block;
	margin: 0;
	height: 15px;
	line-height: 12px;
	color: #FFF;
	font-size: 0.7rem;
	text-align: center;
	cursor: pointer;
}
#Contents .contents.guid.open:after {
	content: '▲';
}
#Contents .contents.guid ul {
	margin: 25px 0 15px;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}
#Contents .contents.guid ul li {
	margin: 0 0 5px;
	padding: 0 10px 0;
	font-size: 1em;
	color: #FFF;
}
#Contents .contents.guid ul li:first-child {
	margin-top: 5px;
}
#Contents .contents.guid ul li a:before {
	content: '-';
	display: inline-block;
	width: 1em;
	height: 1em;
	line-height: 1em;
	text-align: center;
}
#Contents .contents.guid ul li.l2 a {
	padding-left: 1em;
}
#Contents .contents.guid ul li.l3 a {
	padding-left: 2em;
}
#Contents .contents.guid ul li.l4 a {
	padding-left: 3em;
}
#Contents .contents.guid ul li.l5 a {
	padding-left: 4em;
}
#Contents .contents.guid ul li a {
	display: block;
	width: 100%;
	color: #FFF;
	box-sizing: border-box;
}
#Contents .contents.guid ul li a:hover {
	background-color: rgba(255, 255, 255, 0.3);
}

#Contents .contents.detail p {
	margin: 0 0 10px;
	padding: 0 5px;
	font-size: 1.0em;
}

#Contents .contents.detail h1 {
	margin: 0 0 20px;
	padding: 0 5px;
	font-size: 1.3em;
	font-weight: bold;
}
#Contents .contents.detail h2 {
	margin: 0 0 15px;
	padding: 0 5px;
	font-size: 1.2em;
	font-weight: bold;
}
#Contents .contents.detail h3 {
	margin: 0 0 10px;
	padding: 0 5px;
	font-size: 1.1em;
	font-weight: bold;
}
#Contents .contents.detail h4 {
	margin: 0 0 5px;
	padding: 0 5px;
	font-size: 1.0em;
	font-weight: bold;
}
#Contents .contents.detail h5 {
	margin: 0 0 5px;
	padding: 0 5px;
	font-size: 1.0em;
}
#Contents .contents.detail p {
	margin: 0 0 10px;
	padding: 0 5px;
	font-size: 1.0em;
}
#Contents .contents.detail .link {
	margin: 0 0 10px;
	padding: 0 5px;
	font-size: 1.0em;
}

#Contents .contents.detail .space {
	margin: 0;
	padding: 0;
	width: 100%;
}

#Contents .contents.detail .image {
	padding: 5px;
	width: 100%;
	box-sizing: border-box;
}
#Contents .contents.detail .image a,
#Contents .contents.detail .image img {
	display: block;
	width: 100%;
}
#Contents .contents.detail .image .caption {
	display: block;
	margin: 2px 0 10px;
	width: 100%;
	font-size: 0.9em;
	text-align: right;
}
#Contents .contents.detail .image .caption:empty {
	display: none;
}

#Contents .contents.detail dl {
	margin: 0 0 10px;
	padding: 0 5px;
	font-size: 1.0em;
}
#Contents .contents.detail dl dt {
	float: left;
	width: 110px;
	color: #666;
}
#Contents .contents.detail dl dt:after {
	content: ':';
	float: right;
}
#Contents .contents.detail dl dd {
	margin: 0 0 0 120px;
	width: calc(100% - 120px);
	color: #666;
}
